COLOR #5B9357

HEX: #5B9357 RGB: (91,147,87)

Color info

#5B9357 contains mainly red and green colors. Web safe color of #5B9357 is #669966 (or #696).

RGB color model

#5B9357 color RGB value is (91,147,87).

RGB: (91,147,87) (36%, 58%, 34%)

RGB channels and saturation

R 91 of 255 = 36%
G 147 of 255 = 58%
B 87 of 255 = 34%

91
147
87

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

Portions of RGB colors in percentages

R + G + B = 91 + 147 + 87 = 325 (100%)
R 91 of 325 ~ 28%
G 147 of 325 ~ 45.23%
B 87 of 325 ~ 26.77'%

%28
%45.23
%26.77

CMYK color model

#5B9357 color CMYK value is (38,0,41,42).

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 40.82%
  • key color value is 42.35%

CMYK: (38,0,41,42)
C38M0Y41K42 (38%, 0%, 41%, 42%)
(0.38 / 0.00 / 0.41 / 0.42)

CMYK percentages

%38.1
%0
%40.82
%42.35

Codes

Color #5B9357 in popluar color models

5B 93 57
RGB 91 147 87
HSL 116° 25.64% 45.88%
HSB/HSV 116° 40.82% 57.65%
CMYK 38.10% 0.00% 40.82%
42.35%

Color #5B9357 in popluar number systems.

HEX 5B 93 57
Decimal 91 147 87
Binary 1011011 10010011 1010111
Octal 133 223 127

Shades and tints

Shades of #5B9357

#5B9357
(91,147,87)
#538650
(83,134,80)
#4B7949
(75,121,73)
#436C42
(67,108,66)
#3B5F3B
(59,95,59)
#335234
(51,82,52)
#2B452D
(43,69,45)
#233826
(35,56,38)
#1B2B1F
(27,43,31)
#131E18
(19,30,24)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #5B9357

#5B9357
(91,147,87)
#699C66
(105,156,102)
#77A575
(119,165,117)
#85AE84
(133,174,132)
#93B793
(147,183,147)
#A1C0A2
(161,192,162)
#AFC9B1
(175,201,177)
#BDD2C0
(189,210,192)
#CBDBCF
(203,219,207)
#D9E4DE
(217,228,222)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B9357 color. Also use rgb(91,147,87) instead hex code.

Text Font Color

.myTextColor { color: #5B9357; }

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

This text font color is #5B9357.

Background Color

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

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

This div background color is #5B9357.

Border color

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

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

This div border color is #5B9357.

Opacity

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

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

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

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

This text has shadow with #5B9357 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B9357.

Preview

Color preview on black background

This text has color #5B9357 on black background.


Color preview on white background

This text has color #5B9357 on white background.


Black color preview on #5B9357 background

This text has black color on #5B9357 background.


White color preview on #5B9357 background

This text has white color on #5B9357 background.


Related colors

Complementary color

Complementary color for #hex is #A46CA8.


I love getcolorcode.com

Triadic colors

1 #575B93 and #93575B with #5B9357 are triadic colors.

2 #57935B and #935B57 with #5B9357 are triadic colors.