COLOR #5C857F

HEX: #5C857F RGB: (92,133,127)

Color info

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

RGB color model

#5C857F color RGB value is (92,133,127).

RGB: (92,133,127) (36%, 52%, 50%)

RGB channels and saturation

R 92 of 255 = 36%
G 133 of 255 = 52%
B 127 of 255 = 50%

92
133
127

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

Portions of RGB colors in percentages

R + G + B = 92 + 133 + 127 = 352 (100%)
R 92 of 352 ~ 26.14%
G 133 of 352 ~ 37.78%
B 127 of 352 ~ 36.08'%

%26.14
%37.78
%36.08

CMYK color model

#5C857F color CMYK value is (31,0,5,48).

  • cyan value is 30.83%
  • magenta value is 0.00%
  • yellow value is 4.51%
  • key color value is 47.84%

CMYK: (31,0,5,48)
C31M0Y5K48 (31%, 0%, 5%, 48%)
(0.31 / 0.00 / 0.05 / 0.48)

CMYK percentages

%30.83
%0
%4.51
%47.84

Codes

Color #5C857F in popluar color models

5C 85 7F
RGB 92 133 127
HSL 171° 18.22% 44.12%
HSB/HSV 171° 30.83% 52.16%
CMYK 30.83% 0.00% 4.51%
47.84%

Color #5C857F in popluar number systems.

HEX 5C 85 7F
Decimal 92 133 127
Binary 1011100 10000101 1111111
Octal 134 205 177

Shades and tints

Shades of #5C857F

#5C857F
(92,133,127)
#547974
(84,121,116)
#4C6D69
(76,109,105)
#44615E
(68,97,94)
#3C5553
(60,85,83)
#344948
(52,73,72)
#2C3D3D
(44,61,61)
#243132
(36,49,50)
#1C2527
(28,37,39)
#14191C
(20,25,28)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #5C857F

#5C857F
(92,133,127)
#6A908A
(106,144,138)
#789B95
(120,155,149)
#86A6A0
(134,166,160)
#94B1AB
(148,177,171)
#A2BCB6
(162,188,182)
#B0C7C1
(176,199,193)
#BED2CC
(190,210,204)
#CCDDD7
(204,221,215)
#DAE8E2
(218,232,226)
#E8F3ED
(232,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C857F color. Also use rgb(92,133,127) instead hex code.

Text Font Color

.myTextColor { color: #5C857F; }

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

This text font color is #5C857F.

Background Color

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

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

This div background color is #5C857F.

Border color

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

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

This div border color is #5C857F.

Opacity

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

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

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

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

This text has shadow with #5C857F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C857F.

Preview

Color preview on black background

This text has color #5C857F on black background.


Color preview on white background

This text has color #5C857F on white background.


Black color preview on #5C857F background

This text has black color on #5C857F background.


White color preview on #5C857F background

This text has white color on #5C857F background.


Related colors

Complementary color

Complementary color for #hex is #A37A80.


I love getcolorcode.com

Triadic colors

1 #7F5C85 and #857F5C with #5C857F are triadic colors.

2 #7F855C and #855C7F with #5C857F are triadic colors.