COLOR #5B5230

HEX: #5B5230 RGB: (91,82,48)

Color info

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

RGB color model

#5B5230 color RGB value is (91,82,48).

RGB: (91,82,48) (36%, 32%, 19%)

RGB channels and saturation

R 91 of 255 = 36%
G 82 of 255 = 32%
B 48 of 255 = 19%

91
82
48

R + G + B ~ 29%. #5B5230 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 82 + 48 = 221 (100%)
R 91 of 221 ~ 41.18%
G 82 of 221 ~ 37.1%
B 48 of 221 ~ 21.72'%

%41.18
%37.1
%21.72

CMYK color model

#5B5230 color CMYK value is (0,10,47,64).

  • cyan value is 0.00%
  • magenta value is 9.89%
  • yellow value is 47.25%
  • key color value is 64.31%
CMYK: (0,10,47,64) C0M10Y47K64 (0%,10%,47%,64%) (0.00/0.10/0.47/0.64) 

CMYK percentages

%0
%9.89
%47.25
%64.31

Codes

Color #5B5230 in popluar color models

5B 52 30
RGB 91 82 48
HSL 47° 30.94% 27.25%
HSB/HSV 47° 47.25% 35.69%
CMYK 0.00% 9.89% 47.25%
64.31%

Color #5B5230 in popluar number systems.

HEX 5B 52 30
Decimal 91 82 48
Binary 1011011 1010010 110000
Octal 133 122 60

Shades and tints

Shades of #5B5230

#5B5230
(91,82,48)
#534B2C
(83,75,44)
#4B4428
(75,68,40)
#433D24
(67,61,36)
#3B3620
(59,54,32)
#332F1C
(51,47,28)
#2B2818
(43,40,24)
#232114
(35,33,20)
#1B1A10
(27,26,16)
#13130C
(19,19,12)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #5B5230

#5B5230
(91,82,48)
#696142
(105,97,66)
#777054
(119,112,84)
#857F66
(133,127,102)
#938E78
(147,142,120)
#A19D8A
(161,157,138)
#AFAC9C
(175,172,156)
#BDBBAE
(189,187,174)
#CBCAC0
(203,202,192)
#D9D9D2
(217,217,210)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5230; }

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

This text font color is #5B5230.

Background Color

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

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

This div background color is #5B5230.

Border color

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

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

This div border color is #5B5230.

Opacity

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

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

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

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

This text has shadow with #5B5230 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B5230.

Preview

Color preview on black background

This text has color #5B5230 on black background.


Color preview on white background

This text has color #5B5230 on white background.


Black color preview on #5B5230 background

This text has black color on #5B5230 background.


White color preview on #5B5230 background

This text has white color on #5B5230 background.


Related colors

Complementary color

Complementary color for #hex is #A4ADCF.


I love getcolorcode.com

Triadic colors

1 #305B52 and #52305B with #5B5230 are triadic colors.

2 #30525B and #525B30 with #5B5230 are triadic colors.