COLOR #5A580D

HEX: #5A580D
RGB: (90,88,13)

Color info

#5A580D contains mainly red and green colors. Web safe color of #5A580D is #666600 (or #660).

RGB color model

#5A580D color RGB value is (90,88,13).

  • red value is 90;
  • green value is 88;
  • blue value is 13.
RGB:
(90,88,13)
(35%,35%,5%)

RGB channels and saturation

R 90 of 255 = 35%
G 88 of 255 = 35%
B 13 of 255 = 5%

90
88
13

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

Portions of RGB colors in percentages

R + G + B =
90 + 88 + 13 = 191 (100%)
R 90 of 191 ~ 47.12%
G 88 of 191 ~ 46.07%
B 13 of 191 ~ 6.81%

%47.12
%46.07

CMYK color model

#5A580D color CMYK value is (0,2,86,65).

  • cyan value is 0.00%
  • magenta value is 2.22%
  • yellow value is 85.56%
  • key color value is 64.71%
CMYK:
(0,2,86,65)
C0M2Y86K65 
(0%,2%,86%,65%)
(0.00/0.02/0.86/0.65)	

CMYK percentages

%0
%2.22
%85.56
%64.71

Codes

Color #5A580D in popluar color models

5A580D
RGB908813
HSL58°74.76%20.20%
HSB/HSV58°85.56%35.29%
CMYK0.00%2.22%85.56%
64.71%

Color #5A580D in popluar number systems.

HEX5A580D
Decimal908813
Binary101101010110001101
Octal13213015

Shades and tints

Shades of #5A580D

#5A580D
(90,88,13)
#52500C
(82,80,12)
#4A480B
(74,72,11)
#42400A
(66,64,10)
#3A3809
(58,56,9)
#323008
(50,48,8)
#2A2807
(42,40,7)
#222006
(34,32,6)
#1A1805
(26,24,5)
#121004
(18,16,4)
#0A0803
(10,8,3)
#000000
(0,0,0)

Tints of #5A580D

#5A580D
(90,88,13)
#696723
(105,103,35)
#787639
(120,118,57)
#87854F
(135,133,79)
#969465
(150,148,101)
#A5A37B
(165,163,123)
#B4B291
(180,178,145)
#C3C1A7
(195,193,167)
#D2D0BD
(210,208,189)
#E1DFD3
(225,223,211)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A580D; }

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

This text font color is #5A580D.


Background Color

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

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

This div background color is #5A580D.


Border color

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

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

This div border color is #5A580D.


Opacity

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

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

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

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

This text has shadow with #5A580D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A580D on black background.


Color preview on white background

This text has color #5A580D on white background.



Black color preview on #5A580D background

This text has black color on #5A580D background.


White color preview on #5A580D background

This text has white color on #5A580D background.