COLOR #5B482E

HEX: #5B482E RGB: (91,72,46)

Color info

#5B482E contains red, green and blue colors in about the same proportion. Web safe color of #5B482E is #663333 (or #633).

RGB color model

#5B482E color RGB value is (91,72,46).

RGB: (91,72,46) (36%, 28%, 18%)

RGB channels and saturation

R 91 of 255 = 36%
G 72 of 255 = 28%
B 46 of 255 = 18%

91
72
46

R + G + B ~ 27%. #5B482E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 72 + 46 = 209 (100%)
R 91 of 209 ~ 43.54%
G 72 of 209 ~ 34.45%
B 46 of 209 ~ 22.01'%

%43.54
%34.45
%22.01

CMYK color model

#5B482E color CMYK value is (0,21,49,64).

  • cyan value is 0.00%
  • magenta value is 20.88%
  • yellow value is 49.45%
  • key color value is 64.31%
CMYK: (0,21,49,64) C0M21Y49K64 (0%,21%,49%,64%) (0.00/0.21/0.49/0.64) 

CMYK percentages

%0
%20.88
%49.45
%64.31

Codes

Color #5B482E in popluar color models

5B 48 2E
RGB 91 72 46
HSL 35° 32.85% 26.86%
HSB/HSV 35° 49.45% 35.69%
CMYK 0.00% 20.88% 49.45%
64.31%

Color #5B482E in popluar number systems.

HEX 5B 48 2E
Decimal 91 72 46
Binary 1011011 1001000 101110
Octal 133 110 56

Shades and tints

Shades of #5B482E

#5B482E
(91,72,46)
#53422A
(83,66,42)
#4B3C26
(75,60,38)
#433622
(67,54,34)
#3B301E
(59,48,30)
#332A1A
(51,42,26)
#2B2416
(43,36,22)
#231E12
(35,30,18)
#1B180E
(27,24,14)
#13120A
(19,18,10)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #5B482E

#5B482E
(91,72,46)
#695841
(105,88,65)
#776854
(119,104,84)
#857867
(133,120,103)
#93887A
(147,136,122)
#A1988D
(161,152,141)
#AFA8A0
(175,168,160)
#BDB8B3
(189,184,179)
#CBC8C6
(203,200,198)
#D9D8D9
(217,216,217)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B482E color. Also use rgb(91,72,46) instead hex code.

Text Font Color

.myTextColor { color: #5B482E; }

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

This text font color is #5B482E.

Background Color

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

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

This div background color is #5B482E.

Border color

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

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

This div border color is #5B482E.

Opacity

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

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

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

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

This text has shadow with #5B482E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B482E.

Preview

Color preview on black background

This text has color #5B482E on black background.


Color preview on white background

This text has color #5B482E on white background.


Black color preview on #5B482E background

This text has black color on #5B482E background.


White color preview on #5B482E background

This text has white color on #5B482E background.


Related colors

Complementary color

Complementary color for #hex is #A4B7D1.


I love getcolorcode.com

Triadic colors

1 #2E5B48 and #482E5B with #5B482E are triadic colors.

2 #2E485B and #485B2E with #5B482E are triadic colors.