COLOR #5B5837

HEX: #5B5837 RGB: (91,88,55)

Color info

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

RGB color model

#5B5837 color RGB value is (91,88,55).

RGB: (91,88,55) (36%, 35%, 22%)

RGB channels and saturation

R 91 of 255 = 36%
G 88 of 255 = 35%
B 55 of 255 = 22%

91
88
55

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

Portions of RGB colors in percentages

R + G + B = 91 + 88 + 55 = 234 (100%)
R 91 of 234 ~ 38.89%
G 88 of 234 ~ 37.61%
B 55 of 234 ~ 23.5'%

%38.89
%37.61
%23.5

CMYK color model

#5B5837 color CMYK value is (0,3,40,64).

  • cyan value is 0.00%
  • magenta value is 3.30%
  • yellow value is 39.56%
  • key color value is 64.31%

CMYK: (0,3,40,64)
C0M3Y40K64 (0%, 3%, 40%, 64%)
(0.00 / 0.03 / 0.40 / 0.64)

CMYK percentages

%0
%3.3
%39.56
%64.31

Codes

Color #5B5837 in popluar color models

5B 58 37
RGB 91 88 55
HSL 55° 24.66% 28.63%
HSB/HSV 55° 39.56% 35.69%
CMYK 0.00% 3.30% 39.56%
64.31%

Color #5B5837 in popluar number systems.

HEX 5B 58 37
Decimal 91 88 55
Binary 1011011 1011000 110111
Octal 133 130 67

Shades and tints

Shades of #5B5837

#5B5837
(91,88,55)
#535032
(83,80,50)
#4B482D
(75,72,45)
#434028
(67,64,40)
#3B3823
(59,56,35)
#33301E
(51,48,30)
#2B2819
(43,40,25)
#232014
(35,32,20)
#1B180F
(27,24,15)
#13100A
(19,16,10)
#0B0805
(11,8,5)
#000000
(0,0,0)

Tints of #5B5837

#5B5837
(91,88,55)
#696749
(105,103,73)
#77765B
(119,118,91)
#85856D
(133,133,109)
#93947F
(147,148,127)
#A1A391
(161,163,145)
#AFB2A3
(175,178,163)
#BDC1B5
(189,193,181)
#CBD0C7
(203,208,199)
#D9DFD9
(217,223,217)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5837; }

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

This text font color is #5B5837.

Background Color

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

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

This div background color is #5B5837.

Border color

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

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

This div border color is #5B5837.

Opacity

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

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

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

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

This text has shadow with #5B5837 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B5837.

Preview

Color preview on black background

This text has color #5B5837 on black background.


Color preview on white background

This text has color #5B5837 on white background.


Black color preview on #5B5837 background

This text has black color on #5B5837 background.


White color preview on #5B5837 background

This text has white color on #5B5837 background.


Related colors

Complementary color

Complementary color for #hex is #A4A7C8.


I love getcolorcode.com

Triadic colors

1 #375B58 and #58375B with #5B5837 are triadic colors.

2 #37585B and #585B37 with #5B5837 are triadic colors.