COLOR #5B482F

HEX: #5B482F
RGB: (91,72,47)

Color info

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

RGB color model

#5B482F color RGB value is (91,72,47).

  • red value is 91;
  • green value is 72;
  • blue value is 47.
RGB:
(91,72,47)
(36%,28%,18%)

RGB channels and saturation

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

91
72
47

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

Portions of RGB colors in percentages

R + G + B =
91 + 72 + 47 = 210 (100%)
R 91 of 210 ~ 43.33%
G 72 of 210 ~ 34.29%
B 47 of 210 ~ 22.38%

%43.33
%34.29
%22.38

CMYK color model

#5B482F color CMYK value is (0,21,48,64).

  • cyan value is 0.00%
  • magenta value is 20.88%
  • yellow value is 48.35%
  • key color value is 64.31%
CMYK:
(0,21,48,64)
C0M21Y48K64 
(0%,21%,48%,64%)
(0.00/0.21/0.48/0.64)	

CMYK percentages

%0
%20.88
%48.35
%64.31

Codes

Color #5B482F in popluar color models

5B482F
RGB917247
HSL34°31.88%27.06%
HSB/HSV34°48.35%35.69%
CMYK0.00%20.88%48.35%
64.31%

Color #5B482F in popluar number systems.

HEX5B482F
Decimal917247
Binary10110111001000101111
Octal13311057

Shades and tints

Shades of #5B482F

#5B482F
(91,72,47)
#53422B
(83,66,43)
#4B3C27
(75,60,39)
#433623
(67,54,35)
#3B301F
(59,48,31)
#332A1B
(51,42,27)
#2B2417
(43,36,23)
#231E13
(35,30,19)
#1B180F
(27,24,15)
#13120B
(19,18,11)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #5B482F

#5B482F
(91,72,47)
#695841
(105,88,65)
#776853
(119,104,83)
#857865
(133,120,101)
#938877
(147,136,119)
#A19889
(161,152,137)
#AFA89B
(175,168,155)
#BDB8AD
(189,184,173)
#CBC8BF
(203,200,191)
#D9D8D1
(217,216,209)
#E7E8E3
(231,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B482F; }

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

This text font color is #5B482F.


Background Color

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

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

This div background color is #5B482F.


Border color

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

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

This div border color is #5B482F.


Opacity

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

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

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

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

This text has shadow with #5B482F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B482F on black background.


Color preview on white background

This text has color #5B482F on white background.



Black color preview on #5B482F background

This text has black color on #5B482F background.


White color preview on #5B482F background

This text has white color on #5B482F background.