COLOR #674956

HEX: #674956
RGB: (103,73,86)

Color info

#674956 contains red, green and blue colors in about the same proportion. Web safe color of #674956 is #663366 (or #636).

RGB color model

#674956 color RGB value is (103,73,86).

  • red value is 103;
  • green value is 73;
  • blue value is 86.
RGB:
(103,73,86)
(40%,29%,34%)

RGB channels and saturation

R 103 of 255 = 40%
G 73 of 255 = 29%
B 86 of 255 = 34%

103
73
86

R + G + B ~ 34%. #674956 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 73 + 86 = 262 (100%)
R 103 of 262 ~ 39.31%
G 73 of 262 ~ 27.86%
B 86 of 262 ~ 32.82%

%39.31
%27.86
%32.82

CMYK color model

#674956 color CMYK value is (0,29,17,60).

  • cyan value is 0.00%
  • magenta value is 29.13%
  • yellow value is 16.50%
  • key color value is 59.61%
CMYK:
(0,29,17,60)
C0M29Y17K60 
(0%,29%,17%,60%)
(0.00/0.29/0.17/0.60)	

CMYK percentages

%0
%29.13
%16.5
%59.61

Codes

Color #674956 in popluar color models

674956
RGB1037386
HSL334°17.05%34.51%
HSB/HSV334°29.13%40.39%
CMYK0.00%29.13%16.50%
59.61%

Color #674956 in popluar number systems.

HEX674956
Decimal1037386
Binary110011110010011010110
Octal147111126

Shades and tints

Shades of #674956

#674956
(103,73,86)
#5E434F
(94,67,79)
#553D48
(85,61,72)
#4C3741
(76,55,65)
#43313A
(67,49,58)
#3A2B33
(58,43,51)
#31252C
(49,37,44)
#281F25
(40,31,37)
#1F191E
(31,25,30)
#161317
(22,19,23)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #674956

#674956
(103,73,86)
#745965
(116,89,101)
#816974
(129,105,116)
#8E7983
(142,121,131)
#9B8992
(155,137,146)
#A899A1
(168,153,161)
#B5A9B0
(181,169,176)
#C2B9BF
(194,185,191)
#CFC9CE
(207,201,206)
#DCD9DD
(220,217,221)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674956 color. Also use rgb(103,73,86) instead hex code.

Text Font Color

.myTextColor { color: #674956; }

<p style="color:#674956">This sample text font color is #674956.</p>

This text font color is #674956.


Background Color

.myBgColor { background-color: #674956; }

<div style="background-color:#674956">Inner text</div>

This div background color is #674956.


Border color

.myBorderColor { border: 1px solid #674956; }

<div style="border:3px solid #674956">Div</div>

This div border color is #674956.


Opacity

.myOpacity80 { color: #674956; opacity: 0.8; }

<p style="color:#674956;opacity:0.8;">80%</p>

Text with #674956 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #674956;}

<p style="text-shadow: 3px 3px 1px #674956">Text here.</p>

This text has shadow with #674956 color.

.textShadow {text-shadow: 3px 3px 1px #674956, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #674956, 5px 5px 20px red">Text here.</p>

This text has shadow with #674956 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#674956, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#674956, Direction=45, Strength=4)">Text</p>

This text has shadow with #674956 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #674956;
  -webkit-box-shadow:	1px 1px 3px 2px #674956;
  box-shadow:		1px 1px 3px 2px #674956;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #674956;
-webkit-box-shadow: 1px 1px 3px 2px #674956;
box-shadow:1px 1px 3px 2px #674956;">
Div content here</div>
This div box has shadow with color #674956.

Preview

Color preview on black background

This text has color #674956 on black background.


Color preview on white background

This text has color #674956 on white background.



Black color preview on #674956 background

This text has black color on #674956 background.


White color preview on #674956 background

This text has white color on #674956 background.