COLOR #5B6539

HEX: #5B6539
RGB: (91,101,57)

Color info

#5B6539 contains red, green and blue colors in about the same proportion. Web safe color of #5B6539 is #666633 (or #663).

RGB color model

#5B6539 color RGB value is (91,101,57).

  • red value is 91;
  • green value is 101;
  • blue value is 57.
RGB:
(91,101,57)
(36%,40%,22%)

RGB channels and saturation

R 91 of 255 = 36%
G 101 of 255 = 40%
B 57 of 255 = 22%

91
101
57

R + G + B ~ 33%. #5B6539 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 101 + 57 = 249 (100%)
R 91 of 249 ~ 36.55%
G 101 of 249 ~ 40.56%
B 57 of 249 ~ 22.89%

%36.55
%40.56
%22.89

CMYK color model

#5B6539 color CMYK value is (10,0,44,60).

  • cyan value is 9.90%
  • magenta value is 0.00%
  • yellow value is 43.56%
  • key color value is 60.39%
CMYK:
(10,0,44,60)
C10M0Y44K60 
(10%,0%,44%,60%)
(0.10/0.00/0.44/0.60)	

CMYK percentages

%9.9
%0
%43.56
%60.39

Codes

Color #5B6539 in popluar color models

5B6539
RGB9110157
HSL74°27.85%30.98%
HSB/HSV74°43.56%39.61%
CMYK9.90%0.00%43.56%
60.39%

Color #5B6539 in popluar number systems.

HEX5B6539
Decimal9110157
Binary10110111100101111001
Octal13314571

Shades and tints

Shades of #5B6539

#5B6539
(91,101,57)
#535C34
(83,92,52)
#4B532F
(75,83,47)
#434A2A
(67,74,42)
#3B4125
(59,65,37)
#333820
(51,56,32)
#2B2F1B
(43,47,27)
#232616
(35,38,22)
#1B1D11
(27,29,17)
#13140C
(19,20,12)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #5B6539

#5B6539
(91,101,57)
#69734B
(105,115,75)
#77815D
(119,129,93)
#858F6F
(133,143,111)
#939D81
(147,157,129)
#A1AB93
(161,171,147)
#AFB9A5
(175,185,165)
#BDC7B7
(189,199,183)
#CBD5C9
(203,213,201)
#D9E3DB
(217,227,219)
#E7F1ED
(231,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6539 color. Also use rgb(91,101,57) instead hex code.

Text Font Color

.myTextColor { color: #5B6539; }

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

This text font color is #5B6539.


Background Color

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

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

This div background color is #5B6539.


Border color

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

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

This div border color is #5B6539.


Opacity

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

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

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

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

This text has shadow with #5B6539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6539 on black background.


Color preview on white background

This text has color #5B6539 on white background.



Black color preview on #5B6539 background

This text has black color on #5B6539 background.


White color preview on #5B6539 background

This text has white color on #5B6539 background.