COLOR #5C816E

HEX: #5C816E RGB: (92,129,110)

Color info

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

RGB color model

#5C816E color RGB value is (92,129,110).

RGB: (92,129,110) (36%, 51%, 43%)

RGB channels and saturation

R 92 of 255 = 36%
G 129 of 255 = 51%
B 110 of 255 = 43%

92
129
110

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

Portions of RGB colors in percentages

R + G + B = 92 + 129 + 110 = 331 (100%)
R 92 of 331 ~ 27.79%
G 129 of 331 ~ 38.97%
B 110 of 331 ~ 33.23'%

%27.79
%38.97
%33.23

CMYK color model

#5C816E color CMYK value is (29,0,15,49).

  • cyan value is 28.68%
  • magenta value is 0.00%
  • yellow value is 14.73%
  • key color value is 49.41%

CMYK: (29,0,15,49)
C29M0Y15K49 (29%, 0%, 15%, 49%)
(0.29 / 0.00 / 0.15 / 0.49)

CMYK percentages

%28.68
%0
%14.73
%49.41

Codes

Color #5C816E in popluar color models

5C 81 6E
RGB 92 129 110
HSL 149° 16.74% 43.33%
HSB/HSV 149° 28.68% 50.59%
CMYK 28.68% 0.00% 14.73%
49.41%

Color #5C816E in popluar number systems.

HEX 5C 81 6E
Decimal 92 129 110
Binary 1011100 10000001 1101110
Octal 134 201 156

Shades and tints

Shades of #5C816E

#5C816E
(92,129,110)
#547664
(84,118,100)
#4C6B5A
(76,107,90)
#446050
(68,96,80)
#3C5546
(60,85,70)
#344A3C
(52,74,60)
#2C3F32
(44,63,50)
#243428
(36,52,40)
#1C291E
(28,41,30)
#141E14
(20,30,20)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #5C816E

#5C816E
(92,129,110)
#6A8C7B
(106,140,123)
#789788
(120,151,136)
#86A295
(134,162,149)
#94ADA2
(148,173,162)
#A2B8AF
(162,184,175)
#B0C3BC
(176,195,188)
#BECEC9
(190,206,201)
#CCD9D6
(204,217,214)
#DAE4E3
(218,228,227)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C816E; }

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

This text font color is #5C816E.

Background Color

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

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

This div background color is #5C816E.

Border color

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

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

This div border color is #5C816E.

Opacity

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

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

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

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

This text has shadow with #5C816E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C816E.

Preview

Color preview on black background

This text has color #5C816E on black background.


Color preview on white background

This text has color #5C816E on white background.


Black color preview on #5C816E background

This text has black color on #5C816E background.


White color preview on #5C816E background

This text has white color on #5C816E background.


Related colors

Complementary color

Complementary color for #hex is #A37E91.


I love getcolorcode.com

Triadic colors

1 #6E5C81 and #816E5C with #5C816E are triadic colors.

2 #6E815C and #815C6E with #5C816E are triadic colors.