COLOR #676F4C

HEX: #676F4C
RGB: (103,111,76)

Color info

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

RGB color model

#676F4C color RGB value is (103,111,76).

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

RGB channels and saturation

R 103 of 255 = 40%
G 111 of 255 = 44%
B 76 of 255 = 30%

103
111
76

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

Portions of RGB colors in percentages

R + G + B =
103 + 111 + 76 = 290 (100%)
R 103 of 290 ~ 35.52%
G 111 of 290 ~ 38.28%
B 76 of 290 ~ 26.21%

%35.52
%38.28
%26.21

CMYK color model

#676F4C color CMYK value is (7,0,32,56).

  • cyan value is 7.21%
  • magenta value is 0.00%
  • yellow value is 31.53%
  • key color value is 56.47%
CMYK:
(7,0,32,56)
C7M0Y32K56 
(7%,0%,32%,56%)
(0.07/0.00/0.32/0.56)	

CMYK percentages

%7.21
%0
%31.53
%56.47

Codes

Color #676F4C in popluar color models

676F4C
RGB10311176
HSL74°18.72%36.67%
HSB/HSV74°31.53%43.53%
CMYK7.21%0.00%31.53%
56.47%

Color #676F4C in popluar number systems.

HEX676F4C
Decimal10311176
Binary110011111011111001100
Octal147157114

Shades and tints

Shades of #676F4C

#676F4C
(103,111,76)
#5E6546
(94,101,70)
#555B40
(85,91,64)
#4C513A
(76,81,58)
#434734
(67,71,52)
#3A3D2E
(58,61,46)
#313328
(49,51,40)
#282922
(40,41,34)
#1F1F1C
(31,31,28)
#161516
(22,21,22)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #676F4C

#676F4C
(103,111,76)
#747C5C
(116,124,92)
#81896C
(129,137,108)
#8E967C
(142,150,124)
#9BA38C
(155,163,140)
#A8B09C
(168,176,156)
#B5BDAC
(181,189,172)
#C2CABC
(194,202,188)
#CFD7CC
(207,215,204)
#DCE4DC
(220,228,220)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676F4C; }

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

This text font color is #676F4C.


Background Color

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

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

This div background color is #676F4C.


Border color

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

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

This div border color is #676F4C.


Opacity

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

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

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

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

This text has shadow with #676F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676F4C on black background.


Color preview on white background

This text has color #676F4C on white background.



Black color preview on #676F4C background

This text has black color on #676F4C background.


White color preview on #676F4C background

This text has white color on #676F4C background.