COLOR #5B471D

HEX: #5B471D
RGB: (91,71,29)

Color info

#5B471D contains mainly red and green colors. Web safe color of #5B471D is #663333 (or #633).

RGB color model

#5B471D color RGB value is (91,71,29).

  • red value is 91;
  • green value is 71;
  • blue value is 29.
RGB:
(91,71,29)
(36%,28%,11%)

RGB channels and saturation

R 91 of 255 = 36%
G 71 of 255 = 28%
B 29 of 255 = 11%

91
71
29

R + G + B ~ 25%. #5B471D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 71 + 29 = 191 (100%)
R 91 of 191 ~ 47.64%
G 71 of 191 ~ 37.17%
B 29 of 191 ~ 15.18%

%47.64
%37.17
%15.18

CMYK color model

#5B471D color CMYK value is (0,22,68,64).

  • cyan value is 0.00%
  • magenta value is 21.98%
  • yellow value is 68.13%
  • key color value is 64.31%
CMYK:
(0,22,68,64)
C0M22Y68K64 
(0%,22%,68%,64%)
(0.00/0.22/0.68/0.64)	

CMYK percentages

%0
%21.98
%68.13
%64.31

Codes

Color #5B471D in popluar color models

5B471D
RGB917129
HSL41°51.67%23.53%
HSB/HSV41°68.13%35.69%
CMYK0.00%21.98%68.13%
64.31%

Color #5B471D in popluar number systems.

HEX5B471D
Decimal917129
Binary1011011100011111101
Octal13310735

Shades and tints

Shades of #5B471D

#5B471D
(91,71,29)
#53411B
(83,65,27)
#4B3B19
(75,59,25)
#433517
(67,53,23)
#3B2F15
(59,47,21)
#332913
(51,41,19)
#2B2311
(43,35,17)
#231D0F
(35,29,15)
#1B170D
(27,23,13)
#13110B
(19,17,11)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #5B471D

#5B471D
(91,71,29)
#695731
(105,87,49)
#776745
(119,103,69)
#857759
(133,119,89)
#93876D
(147,135,109)
#A19781
(161,151,129)
#AFA795
(175,167,149)
#BDB7A9
(189,183,169)
#CBC7BD
(203,199,189)
#D9D7D1
(217,215,209)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B471D color. Also use rgb(91,71,29) instead hex code.

Text Font Color

.myTextColor { color: #5B471D; }

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

This text font color is #5B471D.


Background Color

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

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

This div background color is #5B471D.


Border color

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

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

This div border color is #5B471D.


Opacity

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

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

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

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

This text has shadow with #5B471D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B471D on black background.


Color preview on white background

This text has color #5B471D on white background.



Black color preview on #5B471D background

This text has black color on #5B471D background.


White color preview on #5B471D background

This text has white color on #5B471D background.