COLOR #676F5C

HEX: #676F5C
RGB: (103,111,92)

Color info

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

RGB color model

#676F5C color RGB value is (103,111,92).

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

RGB channels and saturation

R 103 of 255 = 40%
G 111 of 255 = 44%
B 92 of 255 = 36%

103
111
92

R + G + B ~ 40%. #676F5C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 111 + 92 = 306 (100%)
R 103 of 306 ~ 33.66%
G 111 of 306 ~ 36.27%
B 92 of 306 ~ 30.07%

%33.66
%36.27
%30.07

CMYK color model

#676F5C color CMYK value is (7,0,17,56).

  • cyan value is 7.21%
  • magenta value is 0.00%
  • yellow value is 17.12%
  • key color value is 56.47%
CMYK:
(7,0,17,56)
C7M0Y17K56 
(7%,0%,17%,56%)
(0.07/0.00/0.17/0.56)	

CMYK percentages

%7.21
%0
%17.12
%56.47

Codes

Color #676F5C in popluar color models

676F5C
RGB10311192
HSL85°9.36%39.80%
HSB/HSV85°17.12%43.53%
CMYK7.21%0.00%17.12%
56.47%

Color #676F5C in popluar number systems.

HEX676F5C
Decimal10311192
Binary110011111011111011100
Octal147157134

Shades and tints

Shades of #676F5C

#676F5C
(103,111,92)
#5E6554
(94,101,84)
#555B4C
(85,91,76)
#4C5144
(76,81,68)
#43473C
(67,71,60)
#3A3D34
(58,61,52)
#31332C
(49,51,44)
#282924
(40,41,36)
#1F1F1C
(31,31,28)
#161514
(22,21,20)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #676F5C

#676F5C
(103,111,92)
#747C6A
(116,124,106)
#818978
(129,137,120)
#8E9686
(142,150,134)
#9BA394
(155,163,148)
#A8B0A2
(168,176,162)
#B5BDB0
(181,189,176)
#C2CABE
(194,202,190)
#CFD7CC
(207,215,204)
#DCE4DA
(220,228,218)
#E9F1E8
(233,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676F5C; }

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

This text font color is #676F5C.


Background Color

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

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

This div background color is #676F5C.


Border color

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

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

This div border color is #676F5C.


Opacity

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

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

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

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

This text has shadow with #676F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676F5C on black background.


Color preview on white background

This text has color #676F5C on white background.



Black color preview on #676F5C background

This text has black color on #676F5C background.


White color preview on #676F5C background

This text has white color on #676F5C background.