COLOR #5B8255

HEX: #5B8255 RGB: (91,130,85)

Color info

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

RGB color model

#5B8255 color RGB value is (91,130,85).

RGB: (91,130,85) (36%, 51%, 33%)

RGB channels and saturation

R 91 of 255 = 36%
G 130 of 255 = 51%
B 85 of 255 = 33%

91
130
85

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

Portions of RGB colors in percentages

R + G + B = 91 + 130 + 85 = 306 (100%)
R 91 of 306 ~ 29.74%
G 130 of 306 ~ 42.48%
B 85 of 306 ~ 27.78'%

%29.74
%42.48
%27.78

CMYK color model

#5B8255 color CMYK value is (30,0,35,49).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 34.62%
  • key color value is 49.02%

CMYK: (30,0,35,49)
C30M0Y35K49 (30%, 0%, 35%, 49%)
(0.30 / 0.00 / 0.35 / 0.49)

CMYK percentages

%30
%0
%34.62
%49.02

Codes

Color #5B8255 in popluar color models

5B 82 55
RGB 91 130 85
HSL 112° 20.93% 42.16%
HSB/HSV 112° 34.62% 50.98%
CMYK 30.00% 0.00% 34.62%
49.02%

Color #5B8255 in popluar number systems.

HEX 5B 82 55
Decimal 91 130 85
Binary 1011011 10000010 1010101
Octal 133 202 125

Shades and tints

Shades of #5B8255

#5B8255
(91,130,85)
#53774E
(83,119,78)
#4B6C47
(75,108,71)
#436140
(67,97,64)
#3B5639
(59,86,57)
#334B32
(51,75,50)
#2B402B
(43,64,43)
#233524
(35,53,36)
#1B2A1D
(27,42,29)
#131F16
(19,31,22)
#0B140F
(11,20,15)
#000000
(0,0,0)

Tints of #5B8255

#5B8255
(91,130,85)
#698D64
(105,141,100)
#779873
(119,152,115)
#85A382
(133,163,130)
#93AE91
(147,174,145)
#A1B9A0
(161,185,160)
#AFC4AF
(175,196,175)
#BDCFBE
(189,207,190)
#CBDACD
(203,218,205)
#D9E5DC
(217,229,220)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B8255; }

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

This text font color is #5B8255.

Background Color

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

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

This div background color is #5B8255.

Border color

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

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

This div border color is #5B8255.

Opacity

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

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

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

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

This text has shadow with #5B8255 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B8255.

Preview

Color preview on black background

This text has color #5B8255 on black background.


Color preview on white background

This text has color #5B8255 on white background.


Black color preview on #5B8255 background

This text has black color on #5B8255 background.


White color preview on #5B8255 background

This text has white color on #5B8255 background.


Related colors

Complementary color

Complementary color for #hex is #A47DAA.


I love getcolorcode.com

Triadic colors

1 #555B82 and #82555B with #5B8255 are triadic colors.

2 #55825B and #825B55 with #5B8255 are triadic colors.