COLOR #5A5612

HEX: #5A5612
RGB: (90,86,18)

Color info

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

RGB color model

#5A5612 color RGB value is (90,86,18).

  • red value is 90;
  • green value is 86;
  • blue value is 18.
RGB:
(90,86,18)
(35%,34%,7%)

RGB channels and saturation

R 90 of 255 = 35%
G 86 of 255 = 34%
B 18 of 255 = 7%

90
86
18

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

Portions of RGB colors in percentages

R + G + B =
90 + 86 + 18 = 194 (100%)
R 90 of 194 ~ 46.39%
G 86 of 194 ~ 44.33%
B 18 of 194 ~ 9.28%

%46.39
%44.33

CMYK color model

#5A5612 color CMYK value is (0,4,80,65).

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 80.00%
  • key color value is 64.71%
CMYK:
(0,4,80,65)
C0M4Y80K65 
(0%,4%,80%,65%)
(0.00/0.04/0.80/0.65)	

CMYK percentages

%0
%4.44
%80
%64.71

Codes

Color #5A5612 in popluar color models

5A5612
RGB908618
HSL57°66.67%21.18%
HSB/HSV57°80.00%35.29%
CMYK0.00%4.44%80.00%
64.71%

Color #5A5612 in popluar number systems.

HEX5A5612
Decimal908618
Binary1011010101011010010
Octal13212622

Shades and tints

Shades of #5A5612

#5A5612
(90,86,18)
#524F11
(82,79,17)
#4A4810
(74,72,16)
#42410F
(66,65,15)
#3A3A0E
(58,58,14)
#32330D
(50,51,13)
#2A2C0C
(42,44,12)
#22250B
(34,37,11)
#1A1E0A
(26,30,10)
#121709
(18,23,9)
#0A1008
(10,16,8)
#000000
(0,0,0)

Tints of #5A5612

#5A5612
(90,86,18)
#696527
(105,101,39)
#78743C
(120,116,60)
#878351
(135,131,81)
#969266
(150,146,102)
#A5A17B
(165,161,123)
#B4B090
(180,176,144)
#C3BFA5
(195,191,165)
#D2CEBA
(210,206,186)
#E1DDCF
(225,221,207)
#F0ECE4
(240,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5612; }

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

This text font color is #5A5612.


Background Color

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

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

This div background color is #5A5612.


Border color

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

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

This div border color is #5A5612.


Opacity

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

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

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

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

This text has shadow with #5A5612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5612 on black background.


Color preview on white background

This text has color #5A5612 on white background.



Black color preview on #5A5612 background

This text has black color on #5A5612 background.


White color preview on #5A5612 background

This text has white color on #5A5612 background.