COLOR #5C6F5C

HEX: #5C6F5C
RGB: (92,111,92)

Color info

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

RGB color model

#5C6F5C color RGB value is (92,111,92).

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

RGB channels and saturation

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

92
111
92

R + G + B ~ 39%. #5C6F5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 111 + 92 = 295 (100%)
R 92 of 295 ~ 31.19%
G 111 of 295 ~ 37.63%
B 92 of 295 ~ 31.19%

%31.19
%37.63
%31.19

CMYK color model

#5C6F5C color CMYK value is (17,0,17,56).

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

CMYK percentages

%17.12
%0
%17.12
%56.47

Codes

Color #5C6F5C in popluar color models

5C6F5C
RGB9211192
HSL120°9.36%39.80%
HSB/HSV120°17.12%43.53%
CMYK17.12%0.00%17.12%
56.47%

Color #5C6F5C in popluar number systems.

HEX5C6F5C
Decimal9211192
Binary101110011011111011100
Octal134157134

Shades and tints

Shades of #5C6F5C

#5C6F5C
(92,111,92)
#546554
(84,101,84)
#4C5B4C
(76,91,76)
#445144
(68,81,68)
#3C473C
(60,71,60)
#343D34
(52,61,52)
#2C332C
(44,51,44)
#242924
(36,41,36)
#1C1F1C
(28,31,28)
#141514
(20,21,20)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #5C6F5C

#5C6F5C
(92,111,92)
#6A7C6A
(106,124,106)
#788978
(120,137,120)
#869686
(134,150,134)
#94A394
(148,163,148)
#A2B0A2
(162,176,162)
#B0BDB0
(176,189,176)
#BECABE
(190,202,190)
#CCD7CC
(204,215,204)
#DAE4DA
(218,228,218)
#E8F1E8
(232,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6F5C; }

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

This text font color is #5C6F5C.


Background Color

.myBgColor { background-color: #5C6F5C; }

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

This div background color is #5C6F5C.


Border color

.myBorderColor { border: 1px solid #5C6F5C; }

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

This div border color is #5C6F5C.


Opacity

.myOpacity80 { color: #5C6F5C; opacity: 0.8; }

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

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

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

This text has shadow with #5C6F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6F5C on black background.


Color preview on white background

This text has color #5C6F5C on white background.



Black color preview on #5C6F5C background

This text has black color on #5C6F5C background.


White color preview on #5C6F5C background

This text has white color on #5C6F5C background.