COLOR #5A550A

HEX: #5A550A
RGB: (90,85,10)

Color info

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

RGB color model

#5A550A color RGB value is (90,85,10).

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

RGB channels and saturation

R 90 of 255 = 35%
G 85 of 255 = 33%
B 10 of 255 = 4%

90
85
10

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

Portions of RGB colors in percentages

R + G + B =
90 + 85 + 10 = 185 (100%)
R 90 of 185 ~ 48.65%
G 85 of 185 ~ 45.95%
B 10 of 185 ~ 5.41%

%48.65
%45.95

CMYK color model

#5A550A color CMYK value is (0,6,89,65).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 88.89%
  • key color value is 64.71%
CMYK:
(0,6,89,65)
C0M6Y89K65 
(0%,6%,89%,65%)
(0.00/0.06/0.89/0.65)	

CMYK percentages

%0
%5.56
%88.89
%64.71

Codes

Color #5A550A in popluar color models

5A550A
RGB908510
HSL56°80.00%19.61%
HSB/HSV56°88.89%35.29%
CMYK0.00%5.56%88.89%
64.71%

Color #5A550A in popluar number systems.

HEX5A550A
Decimal908510
Binary101101010101011010
Octal13212512

Shades and tints

Shades of #5A550A

#5A550A
(90,85,10)
#524E0A
(82,78,10)
#4A470A
(74,71,10)
#42400A
(66,64,10)
#3A390A
(58,57,10)
#32320A
(50,50,10)
#2A2B0A
(42,43,10)
#22240A
(34,36,10)
#1A1D0A
(26,29,10)
#12160A
(18,22,10)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #5A550A

#5A550A
(90,85,10)
#696420
(105,100,32)
#787336
(120,115,54)
#87824C
(135,130,76)
#969162
(150,145,98)
#A5A078
(165,160,120)
#B4AF8E
(180,175,142)
#C3BEA4
(195,190,164)
#D2CDBA
(210,205,186)
#E1DCD0
(225,220,208)
#F0EBE6
(240,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A550A; }

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

This text font color is #5A550A.


Background Color

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

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

This div background color is #5A550A.


Border color

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

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

This div border color is #5A550A.


Opacity

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

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

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

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

This text has shadow with #5A550A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A550A on black background.


Color preview on white background

This text has color #5A550A on white background.



Black color preview on #5A550A background

This text has black color on #5A550A background.


White color preview on #5A550A background

This text has white color on #5A550A background.