COLOR #5C6F50

HEX: #5C6F50
RGB: (92,111,80)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

92
111
80

R + G + B ~ 37%. #5C6F50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 111 + 80 = 283 (100%)
R 92 of 283 ~ 32.51%
G 111 of 283 ~ 39.22%
B 80 of 283 ~ 28.27%

%32.51
%39.22
%28.27

CMYK color model

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

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

CMYK percentages

%17.12
%0
%27.93
%56.47

Codes

Color #5C6F50 in popluar color models

5C6F50
RGB9211180
HSL97°16.23%37.45%
HSB/HSV97°27.93%43.53%
CMYK17.12%0.00%27.93%
56.47%

Color #5C6F50 in popluar number systems.

HEX5C6F50
Decimal9211180
Binary101110011011111010000
Octal134157120

Shades and tints

Shades of #5C6F50

#5C6F50
(92,111,80)
#546549
(84,101,73)
#4C5B42
(76,91,66)
#44513B
(68,81,59)
#3C4734
(60,71,52)
#343D2D
(52,61,45)
#2C3326
(44,51,38)
#24291F
(36,41,31)
#1C1F18
(28,31,24)
#141511
(20,21,17)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #5C6F50

#5C6F50
(92,111,80)
#6A7C5F
(106,124,95)
#78896E
(120,137,110)
#86967D
(134,150,125)
#94A38C
(148,163,140)
#A2B09B
(162,176,155)
#B0BDAA
(176,189,170)
#BECAB9
(190,202,185)
#CCD7C8
(204,215,200)
#DAE4D7
(218,228,215)
#E8F1E6
(232,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6F50; }

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

This text font color is #5C6F50.


Background Color

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

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

This div background color is #5C6F50.


Border color

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

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

This div border color is #5C6F50.


Opacity

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

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

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

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

This text has shadow with #5C6F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6F50 on black background.


Color preview on white background

This text has color #5C6F50 on white background.



Black color preview on #5C6F50 background

This text has black color on #5C6F50 background.


White color preview on #5C6F50 background

This text has white color on #5C6F50 background.