COLOR #674856

HEX: #674856
RGB: (103,72,86)

Color info

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

RGB color model

#674856 color RGB value is (103,72,86).

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

RGB channels and saturation

R 103 of 255 = 40%
G 72 of 255 = 28%
B 86 of 255 = 34%

103
72
86

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

Portions of RGB colors in percentages

R + G + B =
103 + 72 + 86 = 261 (100%)
R 103 of 261 ~ 39.46%
G 72 of 261 ~ 27.59%
B 86 of 261 ~ 32.95%

%39.46
%27.59
%32.95

CMYK color model

#674856 color CMYK value is (0,30,17,60).

  • cyan value is 0.00%
  • magenta value is 30.10%
  • yellow value is 16.50%
  • key color value is 59.61%
CMYK:
(0,30,17,60)
C0M30Y17K60 
(0%,30%,17%,60%)
(0.00/0.30/0.17/0.60)	

CMYK percentages

%0
%30.1
%16.5
%59.61

Codes

Color #674856 in popluar color models

674856
RGB1037286
HSL333°17.71%34.31%
HSB/HSV333°30.10%40.39%
CMYK0.00%30.10%16.50%
59.61%

Color #674856 in popluar number systems.

HEX674856
Decimal1037286
Binary110011110010001010110
Octal147110126

Shades and tints

Shades of #674856

#674856
(103,72,86)
#5E424F
(94,66,79)
#553C48
(85,60,72)
#4C3641
(76,54,65)
#43303A
(67,48,58)
#3A2A33
(58,42,51)
#31242C
(49,36,44)
#281E25
(40,30,37)
#1F181E
(31,24,30)
#161217
(22,18,23)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #674856

#674856
(103,72,86)
#745865
(116,88,101)
#816874
(129,104,116)
#8E7883
(142,120,131)
#9B8892
(155,136,146)
#A898A1
(168,152,161)
#B5A8B0
(181,168,176)
#C2B8BF
(194,184,191)
#CFC8CE
(207,200,206)
#DCD8DD
(220,216,221)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674856; }

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

This text font color is #674856.


Background Color

.myBgColor { background-color: #674856; }

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

This div background color is #674856.


Border color

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

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

This div border color is #674856.


Opacity

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

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

Text with #674856 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 #674856;}

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

This text has shadow with #674856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674856 on black background.


Color preview on white background

This text has color #674856 on white background.



Black color preview on #674856 background

This text has black color on #674856 background.


White color preview on #674856 background

This text has white color on #674856 background.