COLOR #5B7352

HEX: #5B7352
RGB: (91,115,82)

Color info

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

RGB color model

#5B7352 color RGB value is (91,115,82).

  • red value is 91;
  • green value is 115;
  • blue value is 82.
RGB:
(91,115,82)
(36%,45%,32%)

RGB channels and saturation

R 91 of 255 = 36%
G 115 of 255 = 45%
B 82 of 255 = 32%

91
115
82

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

Portions of RGB colors in percentages

R + G + B =
91 + 115 + 82 = 288 (100%)
R 91 of 288 ~ 31.6%
G 115 of 288 ~ 39.93%
B 82 of 288 ~ 28.47%

%31.6
%39.93
%28.47

CMYK color model

#5B7352 color CMYK value is (21,0,29,55).

  • cyan value is 20.87%
  • magenta value is 0.00%
  • yellow value is 28.70%
  • key color value is 54.90%
CMYK:
(21,0,29,55)
C21M0Y29K55 
(21%,0%,29%,55%)
(0.21/0.00/0.29/0.55)	

CMYK percentages

%20.87
%0
%28.7
%54.9

Codes

Color #5B7352 in popluar color models

5B7352
RGB9111582
HSL104°16.75%38.63%
HSB/HSV104°28.70%45.10%
CMYK20.87%0.00%28.70%
54.90%

Color #5B7352 in popluar number systems.

HEX5B7352
Decimal9111582
Binary101101111100111010010
Octal133163122

Shades and tints

Shades of #5B7352

#5B7352
(91,115,82)
#53694B
(83,105,75)
#4B5F44
(75,95,68)
#43553D
(67,85,61)
#3B4B36
(59,75,54)
#33412F
(51,65,47)
#2B3728
(43,55,40)
#232D21
(35,45,33)
#1B231A
(27,35,26)
#131913
(19,25,19)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #5B7352

#5B7352
(91,115,82)
#697F61
(105,127,97)
#778B70
(119,139,112)
#85977F
(133,151,127)
#93A38E
(147,163,142)
#A1AF9D
(161,175,157)
#AFBBAC
(175,187,172)
#BDC7BB
(189,199,187)
#CBD3CA
(203,211,202)
#D9DFD9
(217,223,217)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7352 color. Also use rgb(91,115,82) instead hex code.

Text Font Color

.myTextColor { color: #5B7352; }

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

This text font color is #5B7352.


Background Color

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

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

This div background color is #5B7352.


Border color

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

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

This div border color is #5B7352.


Opacity

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

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

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

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

This text has shadow with #5B7352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7352 on black background.


Color preview on white background

This text has color #5B7352 on white background.



Black color preview on #5B7352 background

This text has black color on #5B7352 background.


White color preview on #5B7352 background

This text has white color on #5B7352 background.