COLOR #5A470D

HEX: #5A470D RGB: (90,71,13)

Color info

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

RGB color model

#5A470D color RGB value is (90,71,13).

RGB: (90,71,13) (35%, 28%, 5%)

RGB channels and saturation

R 90 of 255 = 35%
G 71 of 255 = 28%
B 13 of 255 = 5%

90
71
13

R + G + B ~ 23%. #5A470D is dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 71 + 13 = 174 (100%)
R 90 of 174 ~ 51.72%
G 71 of 174 ~ 40.8%
B 13 of 174 ~ 7.47'%

%51.72
%40.8

CMYK color model

#5A470D color CMYK value is (0,21,86,65).

  • cyan value is 0.00%
  • magenta value is 21.11%
  • yellow value is 85.56%
  • key color value is 64.71%
CMYK: (0,21,86,65) C0M21Y86K65 (0%,21%,86%,65%) (0.00/0.21/0.86/0.65) 

CMYK percentages

%0
%21.11
%85.56
%64.71

Codes

Color #5A470D in popluar color models

5A 47 0D
RGB 90 71 13
HSL 45° 74.76% 20.20%
HSB/HSV 45° 85.56% 35.29%
CMYK 0.00% 21.11% 85.56%
64.71%

Color #5A470D in popluar number systems.

HEX 5A 47 0D
Decimal 90 71 13
Binary 1011010 1000111 1101
Octal 132 107 15

Shades and tints

Shades of #5A470D

#5A470D
(90,71,13)
#52410C
(82,65,12)
#4A3B0B
(74,59,11)
#42350A
(66,53,10)
#3A2F09
(58,47,9)
#322908
(50,41,8)
#2A2307
(42,35,7)
#221D06
(34,29,6)
#1A1705
(26,23,5)
#121104
(18,17,4)
#0A0B03
(10,11,3)
#000000
(0,0,0)

Tints of #5A470D

#5A470D
(90,71,13)
#695723
(105,87,35)
#786739
(120,103,57)
#87774F
(135,119,79)
#968765
(150,135,101)
#A5977B
(165,151,123)
#B4A791
(180,167,145)
#C3B7A7
(195,183,167)
#D2C7BD
(210,199,189)
#E1D7D3
(225,215,211)
#F0E7E9
(240,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A470D; }

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

This text font color is #5A470D.

Background Color

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

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

This div background color is #5A470D.

Border color

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

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

This div border color is #5A470D.

Opacity

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

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

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

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

This text has shadow with #5A470D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A470D.

Preview

Color preview on black background

This text has color #5A470D on black background.


Color preview on white background

This text has color #5A470D on white background.


Black color preview on #5A470D background

This text has black color on #5A470D background.


White color preview on #5A470D background

This text has white color on #5A470D background.


Related colors

Complementary color

Complementary color for #hex is #A5B8F2.


I love getcolorcode.com

Triadic colors

1 #0D5A47 and #470D5A with #5A470D are triadic colors.

2 #0D475A and #475A0D with #5A470D are triadic colors.