COLOR #5B5835

HEX: #5B5835
RGB: (91,88,53)

Color info

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

RGB color model

#5B5835 color RGB value is (91,88,53).

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

RGB channels and saturation

R 91 of 255 = 36%
G 88 of 255 = 35%
B 53 of 255 = 21%

91
88
53

R + G + B ~ 31%. #5B5835 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 88 + 53 = 232 (100%)
R 91 of 232 ~ 39.22%
G 88 of 232 ~ 37.93%
B 53 of 232 ~ 22.84%

%39.22
%37.93
%22.84

CMYK color model

#5B5835 color CMYK value is (0,3,42,64).

  • cyan value is 0.00%
  • magenta value is 3.30%
  • yellow value is 41.76%
  • key color value is 64.31%
CMYK:
(0,3,42,64)
C0M3Y42K64 
(0%,3%,42%,64%)
(0.00/0.03/0.42/0.64)	

CMYK percentages

%0
%3.3
%41.76
%64.31

Codes

Color #5B5835 in popluar color models

5B5835
RGB918853
HSL55°26.39%28.24%
HSB/HSV55°41.76%35.69%
CMYK0.00%3.30%41.76%
64.31%

Color #5B5835 in popluar number systems.

HEX5B5835
Decimal918853
Binary10110111011000110101
Octal13313065

Shades and tints

Shades of #5B5835

#5B5835
(91,88,53)
#535031
(83,80,49)
#4B482D
(75,72,45)
#434029
(67,64,41)
#3B3825
(59,56,37)
#333021
(51,48,33)
#2B281D
(43,40,29)
#232019
(35,32,25)
#1B1815
(27,24,21)
#131011
(19,16,17)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #5B5835

#5B5835
(91,88,53)
#696747
(105,103,71)
#777659
(119,118,89)
#85856B
(133,133,107)
#93947D
(147,148,125)
#A1A38F
(161,163,143)
#AFB2A1
(175,178,161)
#BDC1B3
(189,193,179)
#CBD0C5
(203,208,197)
#D9DFD7
(217,223,215)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5835; }

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

This text font color is #5B5835.


Background Color

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

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

This div background color is #5B5835.


Border color

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

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

This div border color is #5B5835.


Opacity

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

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

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

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

This text has shadow with #5B5835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5835 on black background.


Color preview on white background

This text has color #5B5835 on white background.



Black color preview on #5B5835 background

This text has black color on #5B5835 background.


White color preview on #5B5835 background

This text has white color on #5B5835 background.