COLOR #5A5628

HEX: #5A5628 RGB: (90,86,40)

Color info

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

RGB color model

#5A5628 color RGB value is (90,86,40).

RGB: (90,86,40) (35%, 34%, 16%)

RGB channels and saturation

R 90 of 255 = 35%
G 86 of 255 = 34%
B 40 of 255 = 16%

90
86
40

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

Portions of RGB colors in percentages

R + G + B = 90 + 86 + 40 = 216 (100%)
R 90 of 216 ~ 41.67%
G 86 of 216 ~ 39.81%
B 40 of 216 ~ 18.52'%

%41.67
%39.81
%18.52

CMYK color model

#5A5628 color CMYK value is (0,4,56,65).

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 55.56%
  • key color value is 64.71%

CMYK: (0,4,56,65)
C0M4Y56K65 (0%, 4%, 56%, 65%)
(0.00 / 0.04 / 0.56 / 0.65)

CMYK percentages

%0
%4.44
%55.56
%64.71

Codes

Color #5A5628 in popluar color models

5A 56 28
RGB 90 86 40
HSL 55° 38.46% 25.49%
HSB/HSV 55° 55.56% 35.29%
CMYK 0.00% 4.44% 55.56%
64.71%

Color #5A5628 in popluar number systems.

HEX 5A 56 28
Decimal 90 86 40
Binary 1011010 1010110 101000
Octal 132 126 50

Shades and tints

Shades of #5A5628

#5A5628
(90,86,40)
#524F25
(82,79,37)
#4A4822
(74,72,34)
#42411F
(66,65,31)
#3A3A1C
(58,58,28)
#323319
(50,51,25)
#2A2C16
(42,44,22)
#222513
(34,37,19)
#1A1E10
(26,30,16)
#12170D
(18,23,13)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #5A5628

#5A5628
(90,86,40)
#69653B
(105,101,59)
#78744E
(120,116,78)
#878361
(135,131,97)
#969274
(150,146,116)
#A5A187
(165,161,135)
#B4B09A
(180,176,154)
#C3BFAD
(195,191,173)
#D2CEC0
(210,206,192)
#E1DDD3
(225,221,211)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5628; }

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

This text font color is #5A5628.

Background Color

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

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

This div background color is #5A5628.

Border color

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

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

This div border color is #5A5628.

Opacity

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

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

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

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

This text has shadow with #5A5628 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5628.

Preview

Color preview on black background

This text has color #5A5628 on black background.


Color preview on white background

This text has color #5A5628 on white background.


Black color preview on #5A5628 background

This text has black color on #5A5628 background.


White color preview on #5A5628 background

This text has white color on #5A5628 background.


Related colors

Complementary color

Complementary color for #hex is #A5A9D7.


I love getcolorcode.com

Triadic colors

1 #285A56 and #56285A with #5A5628 are triadic colors.

2 #28565A and #565A28 with #5A5628 are triadic colors.