COLOR #5B6935

HEX: #5B6935
RGB: (91,105,53)

Color info

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

RGB color model

#5B6935 color RGB value is (91,105,53).

  • red value is 91;
  • green value is 105;
  • blue value is 53.
RGB:
(91,105,53)
(36%,41%,21%)

RGB channels and saturation

R 91 of 255 = 36%
G 105 of 255 = 41%
B 53 of 255 = 21%

91
105
53

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

Portions of RGB colors in percentages

R + G + B =
91 + 105 + 53 = 249 (100%)
R 91 of 249 ~ 36.55%
G 105 of 249 ~ 42.17%
B 53 of 249 ~ 21.29%

%36.55
%42.17
%21.29

CMYK color model

#5B6935 color CMYK value is (13,0,50,59).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 49.52%
  • key color value is 58.82%
CMYK:
(13,0,50,59)
C13M0Y50K59 
(13%,0%,50%,59%)
(0.13/0.00/0.50/0.59)	

CMYK percentages

%13.33
%0
%49.52
%58.82

Codes

Color #5B6935 in popluar color models

5B6935
RGB9110553
HSL76°32.91%30.98%
HSB/HSV76°49.52%41.18%
CMYK13.33%0.00%49.52%
58.82%

Color #5B6935 in popluar number systems.

HEX5B6935
Decimal9110553
Binary10110111101001110101
Octal13315165

Shades and tints

Shades of #5B6935

#5B6935
(91,105,53)
#536031
(83,96,49)
#4B572D
(75,87,45)
#434E29
(67,78,41)
#3B4525
(59,69,37)
#333C21
(51,60,33)
#2B331D
(43,51,29)
#232A19
(35,42,25)
#1B2115
(27,33,21)
#131811
(19,24,17)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #5B6935

#5B6935
(91,105,53)
#697647
(105,118,71)
#778359
(119,131,89)
#85906B
(133,144,107)
#939D7D
(147,157,125)
#A1AA8F
(161,170,143)
#AFB7A1
(175,183,161)
#BDC4B3
(189,196,179)
#CBD1C5
(203,209,197)
#D9DED7
(217,222,215)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6935 color. Also use rgb(91,105,53) instead hex code.

Text Font Color

.myTextColor { color: #5B6935; }

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

This text font color is #5B6935.


Background Color

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

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

This div background color is #5B6935.


Border color

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

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

This div border color is #5B6935.


Opacity

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

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

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

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

This text has shadow with #5B6935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6935 on black background.


Color preview on white background

This text has color #5B6935 on white background.



Black color preview on #5B6935 background

This text has black color on #5B6935 background.


White color preview on #5B6935 background

This text has white color on #5B6935 background.