COLOR #5A5428

HEX: #5A5428
RGB: (90,84,40)

Color info

#5A5428 contains red, green and blue colors in about the same proportion. Web safe color of #5A5428 is #666633 (or #663).

RGB color model

#5A5428 color RGB value is (90,84,40).

  • red value is 90;
  • green value is 84;
  • blue value is 40.
RGB:
(90,84,40)
(35%,33%,16%)

RGB channels and saturation

R 90 of 255 = 35%
G 84 of 255 = 33%
B 40 of 255 = 16%

90
84
40

R + G + B ~ 28%. #5A5428 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 84 + 40 = 214 (100%)
R 90 of 214 ~ 42.06%
G 84 of 214 ~ 39.25%
B 40 of 214 ~ 18.69%

%42.06
%39.25
%18.69

CMYK color model

#5A5428 color CMYK value is (0,7,56,65).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 55.56%
  • key color value is 64.71%
CMYK:
(0,7,56,65)
C0M7Y56K65 
(0%,7%,56%,65%)
(0.00/0.07/0.56/0.65)	

CMYK percentages

%0
%6.67
%55.56
%64.71

Codes

Color #5A5428 in popluar color models

5A5428
RGB908440
HSL53°38.46%25.49%
HSB/HSV53°55.56%35.29%
CMYK0.00%6.67%55.56%
64.71%

Color #5A5428 in popluar number systems.

HEX5A5428
Decimal908440
Binary10110101010100101000
Octal13212450

Shades and tints

Shades of #5A5428

#5A5428
(90,84,40)
#524D25
(82,77,37)
#4A4622
(74,70,34)
#423F1F
(66,63,31)
#3A381C
(58,56,28)
#323119
(50,49,25)
#2A2A16
(42,42,22)
#222313
(34,35,19)
#1A1C10
(26,28,16)
#12150D
(18,21,13)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #5A5428

#5A5428
(90,84,40)
#69633B
(105,99,59)
#78724E
(120,114,78)
#878161
(135,129,97)
#969074
(150,144,116)
#A59F87
(165,159,135)
#B4AE9A
(180,174,154)
#C3BDAD
(195,189,173)
#D2CCC0
(210,204,192)
#E1DBD3
(225,219,211)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5428 color. Also use rgb(90,84,40) instead hex code.

Text Font Color

.myTextColor { color: #5A5428; }

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

This text font color is #5A5428.


Background Color

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

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

This div background color is #5A5428.


Border color

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

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

This div border color is #5A5428.


Opacity

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

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

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

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

This text has shadow with #5A5428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5428 on black background.


Color preview on white background

This text has color #5A5428 on white background.



Black color preview on #5A5428 background

This text has black color on #5A5428 background.


White color preview on #5A5428 background

This text has white color on #5A5428 background.