COLOR #676D4C

HEX: #676D4C
RGB: (103,109,76)

Color info

#676D4C contains red, green and blue colors in about the same proportion. Web safe color of #676D4C is #666633 (or #663).

RGB color model

#676D4C color RGB value is (103,109,76).

  • red value is 103;
  • green value is 109;
  • blue value is 76.
RGB:
(103,109,76)
(40%,43%,30%)

RGB channels and saturation

R 103 of 255 = 40%
G 109 of 255 = 43%
B 76 of 255 = 30%

103
109
76

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

Portions of RGB colors in percentages

R + G + B =
103 + 109 + 76 = 288 (100%)
R 103 of 288 ~ 35.76%
G 109 of 288 ~ 37.85%
B 76 of 288 ~ 26.39%

%35.76
%37.85
%26.39

CMYK color model

#676D4C color CMYK value is (6,0,30,57).

  • cyan value is 5.50%
  • magenta value is 0.00%
  • yellow value is 30.28%
  • key color value is 57.25%
CMYK:
(6,0,30,57)
C6M0Y30K57 
(6%,0%,30%,57%)
(0.06/0.00/0.30/0.57)	

CMYK percentages

%5.5
%0
%30.28
%57.25

Codes

Color #676D4C in popluar color models

676D4C
RGB10310976
HSL71°17.84%36.27%
HSB/HSV71°30.28%42.75%
CMYK5.50%0.00%30.28%
57.25%

Color #676D4C in popluar number systems.

HEX676D4C
Decimal10310976
Binary110011111011011001100
Octal147155114

Shades and tints

Shades of #676D4C

#676D4C
(103,109,76)
#5E6446
(94,100,70)
#555B40
(85,91,64)
#4C523A
(76,82,58)
#434934
(67,73,52)
#3A402E
(58,64,46)
#313728
(49,55,40)
#282E22
(40,46,34)
#1F251C
(31,37,28)
#161C16
(22,28,22)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #676D4C

#676D4C
(103,109,76)
#747A5C
(116,122,92)
#81876C
(129,135,108)
#8E947C
(142,148,124)
#9BA18C
(155,161,140)
#A8AE9C
(168,174,156)
#B5BBAC
(181,187,172)
#C2C8BC
(194,200,188)
#CFD5CC
(207,213,204)
#DCE2DC
(220,226,220)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676D4C color. Also use rgb(103,109,76) instead hex code.

Text Font Color

.myTextColor { color: #676D4C; }

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

This text font color is #676D4C.


Background Color

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

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

This div background color is #676D4C.


Border color

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

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

This div border color is #676D4C.


Opacity

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

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

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

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

This text has shadow with #676D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676D4C on black background.


Color preview on white background

This text has color #676D4C on white background.



Black color preview on #676D4C background

This text has black color on #676D4C background.


White color preview on #676D4C background

This text has white color on #676D4C background.