COLOR #5B471A

HEX: #5B471A
RGB: (91,71,26)

Color info

#5B471A contains mainly red and green colors. Web safe color of #5B471A is #663300 (or #630).

RGB color model

#5B471A color RGB value is (91,71,26).

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

RGB channels and saturation

R 91 of 255 = 36%
G 71 of 255 = 28%
B 26 of 255 = 10%

91
71
26

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

Portions of RGB colors in percentages

R + G + B =
91 + 71 + 26 = 188 (100%)
R 91 of 188 ~ 48.4%
G 71 of 188 ~ 37.77%
B 26 of 188 ~ 13.83%

%48.4
%37.77
%13.83

CMYK color model

#5B471A color CMYK value is (0,22,71,64).

  • cyan value is 0.00%
  • magenta value is 21.98%
  • yellow value is 71.43%
  • key color value is 64.31%
CMYK:
(0,22,71,64)
C0M22Y71K64 
(0%,22%,71%,64%)
(0.00/0.22/0.71/0.64)	

CMYK percentages

%0
%21.98
%71.43
%64.31

Codes

Color #5B471A in popluar color models

5B471A
RGB917126
HSL42°55.56%22.94%
HSB/HSV42°71.43%35.69%
CMYK0.00%21.98%71.43%
64.31%

Color #5B471A in popluar number systems.

HEX5B471A
Decimal917126
Binary1011011100011111010
Octal13310732

Shades and tints

Shades of #5B471A

#5B471A
(91,71,26)
#534118
(83,65,24)
#4B3B16
(75,59,22)
#433514
(67,53,20)
#3B2F12
(59,47,18)
#332910
(51,41,16)
#2B230E
(43,35,14)
#231D0C
(35,29,12)
#1B170A
(27,23,10)
#131108
(19,17,8)
#0B0B06
(11,11,6)
#000000
(0,0,0)

Tints of #5B471A

#5B471A
(91,71,26)
#69572E
(105,87,46)
#776742
(119,103,66)
#857756
(133,119,86)
#93876A
(147,135,106)
#A1977E
(161,151,126)
#AFA792
(175,167,146)
#BDB7A6
(189,183,166)
#CBC7BA
(203,199,186)
#D9D7CE
(217,215,206)
#E7E7E2
(231,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B471A; }

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

This text font color is #5B471A.


Background Color

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

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

This div background color is #5B471A.


Border color

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

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

This div border color is #5B471A.


Opacity

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

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

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

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

This text has shadow with #5B471A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B471A on black background.


Color preview on white background

This text has color #5B471A on white background.



Black color preview on #5B471A background

This text has black color on #5B471A background.


White color preview on #5B471A background

This text has white color on #5B471A background.