COLOR #5A580A

HEX: #5A580A
RGB: (90,88,10)

Color info

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

RGB color model

#5A580A color RGB value is (90,88,10).

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

RGB channels and saturation

R 90 of 255 = 35%
G 88 of 255 = 35%
B 10 of 255 = 4%

90
88
10

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

Portions of RGB colors in percentages

R + G + B =
90 + 88 + 10 = 188 (100%)
R 90 of 188 ~ 47.87%
G 88 of 188 ~ 46.81%
B 10 of 188 ~ 5.32%

%47.87
%46.81

CMYK color model

#5A580A color CMYK value is (0,2,89,65).

  • cyan value is 0.00%
  • magenta value is 2.22%
  • yellow value is 88.89%
  • key color value is 64.71%
CMYK:
(0,2,89,65)
C0M2Y89K65 
(0%,2%,89%,65%)
(0.00/0.02/0.89/0.65)	

CMYK percentages

%0
%2.22
%88.89
%64.71

Codes

Color #5A580A in popluar color models

5A580A
RGB908810
HSL59°80.00%19.61%
HSB/HSV59°88.89%35.29%
CMYK0.00%2.22%88.89%
64.71%

Color #5A580A in popluar number systems.

HEX5A580A
Decimal908810
Binary101101010110001010
Octal13213012

Shades and tints

Shades of #5A580A

#5A580A
(90,88,10)
#52500A
(82,80,10)
#4A480A
(74,72,10)
#42400A
(66,64,10)
#3A380A
(58,56,10)
#32300A
(50,48,10)
#2A280A
(42,40,10)
#22200A
(34,32,10)
#1A180A
(26,24,10)
#12100A
(18,16,10)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #5A580A

#5A580A
(90,88,10)
#696720
(105,103,32)
#787636
(120,118,54)
#87854C
(135,133,76)
#969462
(150,148,98)
#A5A378
(165,163,120)
#B4B28E
(180,178,142)
#C3C1A4
(195,193,164)
#D2D0BA
(210,208,186)
#E1DFD0
(225,223,208)
#F0EEE6
(240,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A580A; }

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

This text font color is #5A580A.


Background Color

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

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

This div background color is #5A580A.


Border color

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

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

This div border color is #5A580A.


Opacity

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

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

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

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

This text has shadow with #5A580A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A580A on black background.


Color preview on white background

This text has color #5A580A on white background.



Black color preview on #5A580A background

This text has black color on #5A580A background.


White color preview on #5A580A background

This text has white color on #5A580A background.