COLOR #5B865F

HEX: #5B865F RGB: (91,134,95)

Color info

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

RGB color model

#5B865F color RGB value is (91,134,95).

RGB: (91,134,95) (36%, 53%, 37%)

RGB channels and saturation

R 91 of 255 = 36%
G 134 of 255 = 53%
B 95 of 255 = 37%

91
134
95

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

Portions of RGB colors in percentages

R + G + B = 91 + 134 + 95 = 320 (100%)
R 91 of 320 ~ 28.44%
G 134 of 320 ~ 41.88%
B 95 of 320 ~ 29.69'%

%28.44
%41.88
%29.69

CMYK color model

#5B865F color CMYK value is (32,0,29,47).

  • cyan value is 32.09%
  • magenta value is 0.00%
  • yellow value is 29.10%
  • key color value is 47.45%

CMYK: (32,0,29,47)
C32M0Y29K47 (32%, 0%, 29%, 47%)
(0.32 / 0.00 / 0.29 / 0.47)

CMYK percentages

%32.09
%0
%29.1
%47.45

Codes

Color #5B865F in popluar color models

5B 86 5F
RGB 91 134 95
HSL 126° 19.11% 44.12%
HSB/HSV 126° 32.09% 52.55%
CMYK 32.09% 0.00% 29.10%
47.45%

Color #5B865F in popluar number systems.

HEX 5B 86 5F
Decimal 91 134 95
Binary 1011011 10000110 1011111
Octal 133 206 137

Shades and tints

Shades of #5B865F

#5B865F
(91,134,95)
#537A57
(83,122,87)
#4B6E4F
(75,110,79)
#436247
(67,98,71)
#3B563F
(59,86,63)
#334A37
(51,74,55)
#2B3E2F
(43,62,47)
#233227
(35,50,39)
#1B261F
(27,38,31)
#131A17
(19,26,23)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #5B865F

#5B865F
(91,134,95)
#69916D
(105,145,109)
#779C7B
(119,156,123)
#85A789
(133,167,137)
#93B297
(147,178,151)
#A1BDA5
(161,189,165)
#AFC8B3
(175,200,179)
#BDD3C1
(189,211,193)
#CBDECF
(203,222,207)
#D9E9DD
(217,233,221)
#E7F4EB
(231,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B865F; }

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

This text font color is #5B865F.

Background Color

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

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

This div background color is #5B865F.

Border color

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

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

This div border color is #5B865F.

Opacity

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

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

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

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

This text has shadow with #5B865F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B865F.

Preview

Color preview on black background

This text has color #5B865F on black background.


Color preview on white background

This text has color #5B865F on white background.


Black color preview on #5B865F background

This text has black color on #5B865F background.


White color preview on #5B865F background

This text has white color on #5B865F background.


Related colors

Complementary color

Complementary color for #hex is #A479A0.


I love getcolorcode.com

Triadic colors

1 #5F5B86 and #865F5B with #5B865F are triadic colors.

2 #5F865B and #865B5F with #5B865F are triadic colors.