COLOR #5C8377

HEX: #5C8377 RGB: (92,131,119)

Color info

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

RGB color model

#5C8377 color RGB value is (92,131,119).

RGB: (92,131,119) (36%, 51%, 47%)

RGB channels and saturation

R 92 of 255 = 36%
G 131 of 255 = 51%
B 119 of 255 = 47%

92
131
119

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

Portions of RGB colors in percentages

R + G + B = 92 + 131 + 119 = 342 (100%)
R 92 of 342 ~ 26.9%
G 131 of 342 ~ 38.3%
B 119 of 342 ~ 34.8'%

%26.9
%38.3
%34.8

CMYK color model

#5C8377 color CMYK value is (30,0,9,49).

  • cyan value is 29.77%
  • magenta value is 0.00%
  • yellow value is 9.16%
  • key color value is 48.63%

CMYK: (30,0,9,49)
C30M0Y9K49 (30%, 0%, 9%, 49%)
(0.30 / 0.00 / 0.09 / 0.49)

CMYK percentages

%29.77
%0
%9.16
%48.63

Codes

Color #5C8377 in popluar color models

5C 83 77
RGB 92 131 119
HSL 162° 17.49% 43.73%
HSB/HSV 162° 29.77% 51.37%
CMYK 29.77% 0.00% 9.16%
48.63%

Color #5C8377 in popluar number systems.

HEX 5C 83 77
Decimal 92 131 119
Binary 1011100 10000011 1110111
Octal 134 203 167

Shades and tints

Shades of #5C8377

#5C8377
(92,131,119)
#54786D
(84,120,109)
#4C6D63
(76,109,99)
#446259
(68,98,89)
#3C574F
(60,87,79)
#344C45
(52,76,69)
#2C413B
(44,65,59)
#243631
(36,54,49)
#1C2B27
(28,43,39)
#14201D
(20,32,29)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #5C8377

#5C8377
(92,131,119)
#6A8E83
(106,142,131)
#78998F
(120,153,143)
#86A49B
(134,164,155)
#94AFA7
(148,175,167)
#A2BAB3
(162,186,179)
#B0C5BF
(176,197,191)
#BED0CB
(190,208,203)
#CCDBD7
(204,219,215)
#DAE6E3
(218,230,227)
#E8F1EF
(232,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C8377; }

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

This text font color is #5C8377.

Background Color

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

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

This div background color is #5C8377.

Border color

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

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

This div border color is #5C8377.

Opacity

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

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

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

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

This text has shadow with #5C8377 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C8377.

Preview

Color preview on black background

This text has color #5C8377 on black background.


Color preview on white background

This text has color #5C8377 on white background.


Black color preview on #5C8377 background

This text has black color on #5C8377 background.


White color preview on #5C8377 background

This text has white color on #5C8377 background.


Related colors

Complementary color

Complementary color for #hex is #A37C88.


I love getcolorcode.com

Triadic colors

1 #775C83 and #83775C with #5C8377 are triadic colors.

2 #77835C and #835C77 with #5C8377 are triadic colors.