COLOR #5A470B

HEX: #5A470B
RGB: (90,71,11)

Color info

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

RGB color model

#5A470B color RGB value is (90,71,11).

  • red value is 90;
  • green value is 71;
  • blue value is 11.
RGB:
(90,71,11)
(35%,28%,4%)

RGB channels and saturation

R 90 of 255 = 35%
G 71 of 255 = 28%
B 11 of 255 = 4%

90
71
11

R + G + B ~ 22%. #5A470B is dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 71 + 11 = 172 (100%)
R 90 of 172 ~ 52.33%
G 71 of 172 ~ 41.28%
B 11 of 172 ~ 6.4%

%52.33
%41.28

CMYK color model

#5A470B color CMYK value is (0,21,88,65).

  • cyan value is 0.00%
  • magenta value is 21.11%
  • yellow value is 87.78%
  • key color value is 64.71%
CMYK:
(0,21,88,65)
C0M21Y88K65 
(0%,21%,88%,65%)
(0.00/0.21/0.88/0.65)	

CMYK percentages

%0
%21.11
%87.78
%64.71

Codes

Color #5A470B in popluar color models

5A470B
RGB907111
HSL46°78.22%19.80%
HSB/HSV46°87.78%35.29%
CMYK0.00%21.11%87.78%
64.71%

Color #5A470B in popluar number systems.

HEX5A470B
Decimal907111
Binary101101010001111011
Octal13210713

Shades and tints

Shades of #5A470B

#5A470B
(90,71,11)
#52410A
(82,65,10)
#4A3B09
(74,59,9)
#423508
(66,53,8)
#3A2F07
(58,47,7)
#322906
(50,41,6)
#2A2305
(42,35,5)
#221D04
(34,29,4)
#1A1703
(26,23,3)
#121102
(18,17,2)
#0A0B01
(10,11,1)
#000000
(0,0,0)

Tints of #5A470B

#5A470B
(90,71,11)
#695721
(105,87,33)
#786737
(120,103,55)
#87774D
(135,119,77)
#968763
(150,135,99)
#A59779
(165,151,121)
#B4A78F
(180,167,143)
#C3B7A5
(195,183,165)
#D2C7BB
(210,199,187)
#E1D7D1
(225,215,209)
#F0E7E7
(240,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A470B color. Also use rgb(90,71,11) instead hex code.

Text Font Color

.myTextColor { color: #5A470B; }

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

This text font color is #5A470B.


Background Color

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

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

This div background color is #5A470B.


Border color

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

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

This div border color is #5A470B.


Opacity

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

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

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

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

This text has shadow with #5A470B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A470B on black background.


Color preview on white background

This text has color #5A470B on white background.



Black color preview on #5A470B background

This text has black color on #5A470B background.


White color preview on #5A470B background

This text has white color on #5A470B background.