COLOR #676E4F

HEX: #676E4F
RGB: (103,110,79)

Color info

#676E4F contains red, green and blue colors in about the same proportion. Web safe color of #676E4F is #666666 (or #666).

RGB color model

#676E4F color RGB value is (103,110,79).

  • red value is 103;
  • green value is 110;
  • blue value is 79.
RGB:
(103,110,79)
(40%,43%,31%)

RGB channels and saturation

R 103 of 255 = 40%
G 110 of 255 = 43%
B 79 of 255 = 31%

103
110
79

R + G + B ~ 38%. #676E4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 110 + 79 = 292 (100%)
R 103 of 292 ~ 35.27%
G 110 of 292 ~ 37.67%
B 79 of 292 ~ 27.05%

%35.27
%37.67
%27.05

CMYK color model

#676E4F color CMYK value is (6,0,28,57).

  • cyan value is 6.36%
  • magenta value is 0.00%
  • yellow value is 28.18%
  • key color value is 56.86%
CMYK:
(6,0,28,57)
C6M0Y28K57 
(6%,0%,28%,57%)
(0.06/0.00/0.28/0.57)	

CMYK percentages

%6.36
%0
%28.18
%56.86

Codes

Color #676E4F in popluar color models

676E4F
RGB10311079
HSL74°16.40%37.06%
HSB/HSV74°28.18%43.14%
CMYK6.36%0.00%28.18%
56.86%

Color #676E4F in popluar number systems.

HEX676E4F
Decimal10311079
Binary110011111011101001111
Octal147156117

Shades and tints

Shades of #676E4F

#676E4F
(103,110,79)
#5E6448
(94,100,72)
#555A41
(85,90,65)
#4C503A
(76,80,58)
#434633
(67,70,51)
#3A3C2C
(58,60,44)
#313225
(49,50,37)
#28281E
(40,40,30)
#1F1E17
(31,30,23)
#161410
(22,20,16)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #676E4F

#676E4F
(103,110,79)
#747B5F
(116,123,95)
#81886F
(129,136,111)
#8E957F
(142,149,127)
#9BA28F
(155,162,143)
#A8AF9F
(168,175,159)
#B5BCAF
(181,188,175)
#C2C9BF
(194,201,191)
#CFD6CF
(207,214,207)
#DCE3DF
(220,227,223)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676E4F color. Also use rgb(103,110,79) instead hex code.

Text Font Color

.myTextColor { color: #676E4F; }

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

This text font color is #676E4F.


Background Color

.myBgColor { background-color: #676E4F; }

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

This div background color is #676E4F.


Border color

.myBorderColor { border: 1px solid #676E4F; }

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

This div border color is #676E4F.


Opacity

.myOpacity80 { color: #676E4F; opacity: 0.8; }

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

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

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

This text has shadow with #676E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676E4F on black background.


Color preview on white background

This text has color #676E4F on white background.



Black color preview on #676E4F background

This text has black color on #676E4F background.


White color preview on #676E4F background

This text has white color on #676E4F background.