COLOR #5C9257

HEX: #5C9257 RGB: (92,146,87)

Color info

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

RGB color model

#5C9257 color RGB value is (92,146,87).

RGB: (92,146,87) (36%, 57%, 34%)

RGB channels and saturation

R 92 of 255 = 36%
G 146 of 255 = 57%
B 87 of 255 = 34%

92
146
87

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

Portions of RGB colors in percentages

R + G + B = 92 + 146 + 87 = 325 (100%)
R 92 of 325 ~ 28.31%
G 146 of 325 ~ 44.92%
B 87 of 325 ~ 26.77'%

%28.31
%44.92
%26.77

CMYK color model

#5C9257 color CMYK value is (37,0,40,43).

  • cyan value is 36.99%
  • magenta value is 0.00%
  • yellow value is 40.41%
  • key color value is 42.75%

CMYK: (37,0,40,43)
C37M0Y40K43 (37%, 0%, 40%, 43%)
(0.37 / 0.00 / 0.40 / 0.43)

CMYK percentages

%36.99
%0
%40.41
%42.75

Codes

Color #5C9257 in popluar color models

5C 92 57
RGB 92 146 87
HSL 115° 25.32% 45.69%
HSB/HSV 115° 40.41% 57.25%
CMYK 36.99% 0.00% 40.41%
42.75%

Color #5C9257 in popluar number systems.

HEX 5C 92 57
Decimal 92 146 87
Binary 1011100 10010010 1010111
Octal 134 222 127

Shades and tints

Shades of #5C9257

#5C9257
(92,146,87)
#548550
(84,133,80)
#4C7849
(76,120,73)
#446B42
(68,107,66)
#3C5E3B
(60,94,59)
#345134
(52,81,52)
#2C442D
(44,68,45)
#243726
(36,55,38)
#1C2A1F
(28,42,31)
#141D18
(20,29,24)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #5C9257

#5C9257
(92,146,87)
#6A9B66
(106,155,102)
#78A475
(120,164,117)
#86AD84
(134,173,132)
#94B693
(148,182,147)
#A2BFA2
(162,191,162)
#B0C8B1
(176,200,177)
#BED1C0
(190,209,192)
#CCDACF
(204,218,207)
#DAE3DE
(218,227,222)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C9257 color. Also use rgb(92,146,87) instead hex code.

Text Font Color

.myTextColor { color: #5C9257; }

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

This text font color is #5C9257.

Background Color

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

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

This div background color is #5C9257.

Border color

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

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

This div border color is #5C9257.

Opacity

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

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

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

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

This text has shadow with #5C9257 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C9257.

Preview

Color preview on black background

This text has color #5C9257 on black background.


Color preview on white background

This text has color #5C9257 on white background.


Black color preview on #5C9257 background

This text has black color on #5C9257 background.


White color preview on #5C9257 background

This text has white color on #5C9257 background.


Related colors

Complementary color

Complementary color for #hex is #A36DA8.


I love getcolorcode.com

Triadic colors

1 #575C92 and #92575C with #5C9257 are triadic colors.

2 #57925C and #925C57 with #5C9257 are triadic colors.