COLOR #5B995F

HEX: #5B995F RGB: (91,153,95)

Color info

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

RGB color model

#5B995F color RGB value is (91,153,95).

RGB: (91,153,95) (36%, 60%, 37%)

RGB channels and saturation

R 91 of 255 = 36%
G 153 of 255 = 60%
B 95 of 255 = 37%

91
153
95

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

Portions of RGB colors in percentages

R + G + B = 91 + 153 + 95 = 339 (100%)
R 91 of 339 ~ 26.84%
G 153 of 339 ~ 45.13%
B 95 of 339 ~ 28.02'%

%26.84
%45.13
%28.02

CMYK color model

#5B995F color CMYK value is (41,0,38,40).

  • cyan value is 40.52%
  • magenta value is 0.00%
  • yellow value is 37.91%
  • key color value is 40.00%

CMYK: (41,0,38,40)
C41M0Y38K40 (41%, 0%, 38%, 40%)
(0.41 / 0.00 / 0.38 / 0.40)

CMYK percentages

%40.52
%0
%37.91
%40

Codes

Color #5B995F in popluar color models

5B 99 5F
RGB 91 153 95
HSL 124° 25.41% 47.84%
HSB/HSV 124° 40.52% 60.00%
CMYK 40.52% 0.00% 37.91%
40.00%

Color #5B995F in popluar number systems.

HEX 5B 99 5F
Decimal 91 153 95
Binary 1011011 10011001 1011111
Octal 133 231 137

Shades and tints

Shades of #5B995F

#5B995F
(91,153,95)
#538C57
(83,140,87)
#4B7F4F
(75,127,79)
#437247
(67,114,71)
#3B653F
(59,101,63)
#335837
(51,88,55)
#2B4B2F
(43,75,47)
#233E27
(35,62,39)
#1B311F
(27,49,31)
#132417
(19,36,23)
#0B170F
(11,23,15)
#000000
(0,0,0)

Tints of #5B995F

#5B995F
(91,153,95)
#69A26D
(105,162,109)
#77AB7B
(119,171,123)
#85B489
(133,180,137)
#93BD97
(147,189,151)
#A1C6A5
(161,198,165)
#AFCFB3
(175,207,179)
#BDD8C1
(189,216,193)
#CBE1CF
(203,225,207)
#D9EADD
(217,234,221)
#E7F3EB
(231,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B995F color. Also use rgb(91,153,95) instead hex code.

Text Font Color

.myTextColor { color: #5B995F; }

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

This text font color is #5B995F.

Background Color

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

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

This div background color is #5B995F.

Border color

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

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

This div border color is #5B995F.

Opacity

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

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

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

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

This text has shadow with #5B995F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B995F.

Preview

Color preview on black background

This text has color #5B995F on black background.


Color preview on white background

This text has color #5B995F on white background.


Black color preview on #5B995F background

This text has black color on #5B995F background.


White color preview on #5B995F background

This text has white color on #5B995F background.


Related colors

Complementary color

Complementary color for #hex is #A466A0.


I love getcolorcode.com

Triadic colors

1 #5F5B99 and #995F5B with #5B995F are triadic colors.

2 #5F995B and #995B5F with #5B995F are triadic colors.