COLOR #5B7255

HEX: #5B7255
RGB: (91,114,85)

Color info

#5B7255 contains red, green and blue colors in about the same proportion. Web safe color of #5B7255 is #666666 (or #666).

RGB color model

#5B7255 color RGB value is (91,114,85).

  • red value is 91;
  • green value is 114;
  • blue value is 85.
RGB:
(91,114,85)
(36%,45%,33%)

RGB channels and saturation

R 91 of 255 = 36%
G 114 of 255 = 45%
B 85 of 255 = 33%

91
114
85

R + G + B ~ 38%. #5B7255 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 114 + 85 = 290 (100%)
R 91 of 290 ~ 31.38%
G 114 of 290 ~ 39.31%
B 85 of 290 ~ 29.31%

%31.38
%39.31
%29.31

CMYK color model

#5B7255 color CMYK value is (20,0,25,55).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 25.44%
  • key color value is 55.29%
CMYK:
(20,0,25,55)
C20M0Y25K55 
(20%,0%,25%,55%)
(0.20/0.00/0.25/0.55)	

CMYK percentages

%20.18
%0
%25.44
%55.29

Codes

Color #5B7255 in popluar color models

5B7255
RGB9111485
HSL108°14.57%39.02%
HSB/HSV108°25.44%44.71%
CMYK20.18%0.00%25.44%
55.29%

Color #5B7255 in popluar number systems.

HEX5B7255
Decimal9111485
Binary101101111100101010101
Octal133162125

Shades and tints

Shades of #5B7255

#5B7255
(91,114,85)
#53684E
(83,104,78)
#4B5E47
(75,94,71)
#435440
(67,84,64)
#3B4A39
(59,74,57)
#334032
(51,64,50)
#2B362B
(43,54,43)
#232C24
(35,44,36)
#1B221D
(27,34,29)
#131816
(19,24,22)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #5B7255

#5B7255
(91,114,85)
#697E64
(105,126,100)
#778A73
(119,138,115)
#859682
(133,150,130)
#93A291
(147,162,145)
#A1AEA0
(161,174,160)
#AFBAAF
(175,186,175)
#BDC6BE
(189,198,190)
#CBD2CD
(203,210,205)
#D9DEDC
(217,222,220)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7255; }

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

This text font color is #5B7255.


Background Color

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

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

This div background color is #5B7255.


Border color

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

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

This div border color is #5B7255.


Opacity

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

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

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

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

This text has shadow with #5B7255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7255 on black background.


Color preview on white background

This text has color #5B7255 on white background.



Black color preview on #5B7255 background

This text has black color on #5B7255 background.


White color preview on #5B7255 background

This text has white color on #5B7255 background.