COLOR #5C8B77

HEX: #5C8B77 RGB: (92,139,119)

Color info

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

RGB color model

#5C8B77 color RGB value is (92,139,119).

RGB: (92,139,119) (36%, 55%, 47%)

RGB channels and saturation

R 92 of 255 = 36%
G 139 of 255 = 55%
B 119 of 255 = 47%

92
139
119

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

Portions of RGB colors in percentages

R + G + B = 92 + 139 + 119 = 350 (100%)
R 92 of 350 ~ 26.29%
G 139 of 350 ~ 39.71%
B 119 of 350 ~ 34'%

%26.29
%39.71
%34

CMYK color model

#5C8B77 color CMYK value is (34,0,14,45).

  • cyan value is 33.81%
  • magenta value is 0.00%
  • yellow value is 14.39%
  • key color value is 45.49%

CMYK: (34,0,14,45)
C34M0Y14K45 (34%, 0%, 14%, 45%)
(0.34 / 0.00 / 0.14 / 0.45)

CMYK percentages

%33.81
%0
%14.39
%45.49

Codes

Color #5C8B77 in popluar color models

5C 8B 77
RGB 92 139 119
HSL 154° 20.35% 45.29%
HSB/HSV 154° 33.81% 54.51%
CMYK 33.81% 0.00% 14.39%
45.49%

Color #5C8B77 in popluar number systems.

HEX 5C 8B 77
Decimal 92 139 119
Binary 1011100 10001011 1110111
Octal 134 213 167

Shades and tints

Shades of #5C8B77

#5C8B77
(92,139,119)
#547F6D
(84,127,109)
#4C7363
(76,115,99)
#446759
(68,103,89)
#3C5B4F
(60,91,79)
#344F45
(52,79,69)
#2C433B
(44,67,59)
#243731
(36,55,49)
#1C2B27
(28,43,39)
#141F1D
(20,31,29)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #5C8B77

#5C8B77
(92,139,119)
#6A9583
(106,149,131)
#789F8F
(120,159,143)
#86A99B
(134,169,155)
#94B3A7
(148,179,167)
#A2BDB3
(162,189,179)
#B0C7BF
(176,199,191)
#BED1CB
(190,209,203)
#CCDBD7
(204,219,215)
#DAE5E3
(218,229,227)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C8B77; }

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

This text font color is #5C8B77.

Background Color

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

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

This div background color is #5C8B77.

Border color

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

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

This div border color is #5C8B77.

Opacity

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

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

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

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

This text has shadow with #5C8B77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C8B77.

Preview

Color preview on black background

This text has color #5C8B77 on black background.


Color preview on white background

This text has color #5C8B77 on white background.


Black color preview on #5C8B77 background

This text has black color on #5C8B77 background.


White color preview on #5C8B77 background

This text has white color on #5C8B77 background.


Related colors

Complementary color

Complementary color for #hex is #A37488.


I love getcolorcode.com

Triadic colors

1 #775C8B and #8B775C with #5C8B77 are triadic colors.

2 #778B5C and #8B5C77 with #5C8B77 are triadic colors.