COLOR #5B421A

HEX: #5B421A
RGB: (91,66,26)

Color info

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

RGB color model

#5B421A color RGB value is (91,66,26).

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

RGB channels and saturation

R 91 of 255 = 36%
G 66 of 255 = 26%
B 26 of 255 = 10%

91
66
26

R + G + B ~ 24%. #5B421A is dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 66 + 26 = 183 (100%)
R 91 of 183 ~ 49.73%
G 66 of 183 ~ 36.07%
B 26 of 183 ~ 14.21%

%49.73
%36.07
%14.21

CMYK color model

#5B421A color CMYK value is (0,27,71,64).

  • cyan value is 0.00%
  • magenta value is 27.47%
  • yellow value is 71.43%
  • key color value is 64.31%
CMYK:
(0,27,71,64)
C0M27Y71K64 
(0%,27%,71%,64%)
(0.00/0.27/0.71/0.64)	

CMYK percentages

%0
%27.47
%71.43
%64.31

Codes

Color #5B421A in popluar color models

5B421A
RGB916626
HSL37°55.56%22.94%
HSB/HSV37°71.43%35.69%
CMYK0.00%27.47%71.43%
64.31%

Color #5B421A in popluar number systems.

HEX5B421A
Decimal916626
Binary1011011100001011010
Octal13310232

Shades and tints

Shades of #5B421A

#5B421A
(91,66,26)
#533C18
(83,60,24)
#4B3616
(75,54,22)
#433014
(67,48,20)
#3B2A12
(59,42,18)
#332410
(51,36,16)
#2B1E0E
(43,30,14)
#23180C
(35,24,12)
#1B120A
(27,18,10)
#130C08
(19,12,8)
#0B0606
(11,6,6)
#000000
(0,0,0)

Tints of #5B421A

#5B421A
(91,66,26)
#69532E
(105,83,46)
#776442
(119,100,66)
#857556
(133,117,86)
#93866A
(147,134,106)
#A1977E
(161,151,126)
#AFA892
(175,168,146)
#BDB9A6
(189,185,166)
#CBCABA
(203,202,186)
#D9DBCE
(217,219,206)
#E7ECE2
(231,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B421A; }

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

This text font color is #5B421A.


Background Color

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

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

This div background color is #5B421A.


Border color

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

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

This div border color is #5B421A.


Opacity

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

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

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

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

This text has shadow with #5B421A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B421A on black background.


Color preview on white background

This text has color #5B421A on white background.



Black color preview on #5B421A background

This text has black color on #5B421A background.


White color preview on #5B421A background

This text has white color on #5B421A background.