COLOR #5C816B

HEX: #5C816B
RGB: (92,129,107)

Color info

#5C816B contains red, green and blue colors in about the same proportion. Web safe color of #5C816B is #669966 (or #696).

RGB color model

#5C816B color RGB value is (92,129,107).

  • red value is 92;
  • green value is 129;
  • blue value is 107.
RGB:
(92,129,107)
(36%,51%,42%)

RGB channels and saturation

R 92 of 255 = 36%
G 129 of 255 = 51%
B 107 of 255 = 42%

92
129
107

R + G + B ~ 43%. #5C816B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
92 + 129 + 107 = 328 (100%)
R 92 of 328 ~ 28.05%
G 129 of 328 ~ 39.33%
B 107 of 328 ~ 32.62%

%28.05
%39.33
%32.62

CMYK color model

#5C816B color CMYK value is (29,0,17,49).

  • cyan value is 28.68%
  • magenta value is 0.00%
  • yellow value is 17.05%
  • key color value is 49.41%
CMYK:
(29,0,17,49)
C29M0Y17K49 
(29%,0%,17%,49%)
(0.29/0.00/0.17/0.49)	

CMYK percentages

%28.68
%0
%17.05
%49.41

Codes

Color #5C816B in popluar color models

5C816B
RGB92129107
HSL144°16.74%43.33%
HSB/HSV144°28.68%50.59%
CMYK28.68%0.00%17.05%
49.41%

Color #5C816B in popluar number systems.

HEX5C816B
Decimal92129107
Binary1011100100000011101011
Octal134201153

Shades and tints

Shades of #5C816B

#5C816B
(92,129,107)
#547662
(84,118,98)
#4C6B59
(76,107,89)
#446050
(68,96,80)
#3C5547
(60,85,71)
#344A3E
(52,74,62)
#2C3F35
(44,63,53)
#24342C
(36,52,44)
#1C2923
(28,41,35)
#141E1A
(20,30,26)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #5C816B

#5C816B
(92,129,107)
#6A8C78
(106,140,120)
#789785
(120,151,133)
#86A292
(134,162,146)
#94AD9F
(148,173,159)
#A2B8AC
(162,184,172)
#B0C3B9
(176,195,185)
#BECEC6
(190,206,198)
#CCD9D3
(204,217,211)
#DAE4E0
(218,228,224)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C816B; }

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

This text font color is #5C816B.


Background Color

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

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

This div background color is #5C816B.


Border color

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

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

This div border color is #5C816B.


Opacity

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

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

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

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

This text has shadow with #5C816B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C816B on black background.


Color preview on white background

This text has color #5C816B on white background.



Black color preview on #5C816B background

This text has black color on #5C816B background.


White color preview on #5C816B background

This text has white color on #5C816B background.