COLOR #5B8655

HEX: #5B8655 RGB: (91,134,85)

Color info

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

RGB color model

#5B8655 color RGB value is (91,134,85).

RGB: (91,134,85) (36%, 53%, 33%)

RGB channels and saturation

R 91 of 255 = 36%
G 134 of 255 = 53%
B 85 of 255 = 33%

91
134
85

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

Portions of RGB colors in percentages

R + G + B = 91 + 134 + 85 = 310 (100%)
R 91 of 310 ~ 29.35%
G 134 of 310 ~ 43.23%
B 85 of 310 ~ 27.42'%

%29.35
%43.23
%27.42

CMYK color model

#5B8655 color CMYK value is (32,0,37,47).

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

CMYK: (32,0,37,47)
C32M0Y37K47 (32%, 0%, 37%, 47%)
(0.32 / 0.00 / 0.37 / 0.47)

CMYK percentages

%32.09
%0
%36.57
%47.45

Codes

Color #5B8655 in popluar color models

5B 86 55
RGB 91 134 85
HSL 113° 22.37% 42.94%
HSB/HSV 113° 36.57% 52.55%
CMYK 32.09% 0.00% 36.57%
47.45%

Color #5B8655 in popluar number systems.

HEX 5B 86 55
Decimal 91 134 85
Binary 1011011 10000110 1010101
Octal 133 206 125

Shades and tints

Shades of #5B8655

#5B8655
(91,134,85)
#537A4E
(83,122,78)
#4B6E47
(75,110,71)
#436240
(67,98,64)
#3B5639
(59,86,57)
#334A32
(51,74,50)
#2B3E2B
(43,62,43)
#233224
(35,50,36)
#1B261D
(27,38,29)
#131A16
(19,26,22)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #5B8655

#5B8655
(91,134,85)
#699164
(105,145,100)
#779C73
(119,156,115)
#85A782
(133,167,130)
#93B291
(147,178,145)
#A1BDA0
(161,189,160)
#AFC8AF
(175,200,175)
#BDD3BE
(189,211,190)
#CBDECD
(203,222,205)
#D9E9DC
(217,233,220)
#E7F4EB
(231,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B8655; }

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

This text font color is #5B8655.

Background Color

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

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

This div background color is #5B8655.

Border color

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

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

This div border color is #5B8655.

Opacity

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

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

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

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

This text has shadow with #5B8655 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B8655.

Preview

Color preview on black background

This text has color #5B8655 on black background.


Color preview on white background

This text has color #5B8655 on white background.


Black color preview on #5B8655 background

This text has black color on #5B8655 background.


White color preview on #5B8655 background

This text has white color on #5B8655 background.


Related colors

Complementary color

Complementary color for #hex is #A479AA.


I love getcolorcode.com

Triadic colors

1 #555B86 and #86555B with #5B8655 are triadic colors.

2 #55865B and #865B55 with #5B8655 are triadic colors.