COLOR #5A5A11

HEX: #5A5A11 RGB: (90,90,17)

Color info

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

RGB color model

#5A5A11 color RGB value is (90,90,17).

RGB: (90,90,17) (35%, 35%, 7%)

RGB channels and saturation

R 90 of 255 = 35%
G 90 of 255 = 35%
B 17 of 255 = 7%

90
90
17

R + G + B ~ 26%. #5A5A11 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 90 + 17 = 197 (100%)
R 90 of 197 ~ 45.69%
G 90 of 197 ~ 45.69%
B 17 of 197 ~ 8.63'%

%45.69
%45.69

CMYK color model

#5A5A11 color CMYK value is (0,0,81,65).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 81.11%
  • key color value is 64.71%

CMYK: (0,0,81,65)
C0M0Y81K65 (0%, 0%, 81%, 65%)
(0.00 / 0.00 / 0.81 / 0.65)

CMYK percentages

%0
%0
%81.11
%64.71

Codes

Color #5A5A11 in popluar color models

5A 5A 11
RGB 90 90 17
HSL 60° 68.22% 20.98%
HSB/HSV 60° 81.11% 35.29%
CMYK 0.00% 0.00% 81.11%
64.71%

Color #5A5A11 in popluar number systems.

HEX 5A 5A 11
Decimal 90 90 17
Binary 1011010 1011010 10001
Octal 132 132 21

Shades and tints

Shades of #5A5A11

#5A5A11
(90,90,17)
#525210
(82,82,16)
#4A4A0F
(74,74,15)
#42420E
(66,66,14)
#3A3A0D
(58,58,13)
#32320C
(50,50,12)
#2A2A0B
(42,42,11)
#22220A
(34,34,10)
#1A1A09
(26,26,9)
#121208
(18,18,8)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #5A5A11

#5A5A11
(90,90,17)
#696926
(105,105,38)
#78783B
(120,120,59)
#878750
(135,135,80)
#969665
(150,150,101)
#A5A57A
(165,165,122)
#B4B48F
(180,180,143)
#C3C3A4
(195,195,164)
#D2D2B9
(210,210,185)
#E1E1CE
(225,225,206)
#F0F0E3
(240,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5A11; }

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

This text font color is #5A5A11.

Background Color

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

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

This div background color is #5A5A11.

Border color

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

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

This div border color is #5A5A11.

Opacity

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

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

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

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

This text has shadow with #5A5A11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5A11.

Preview

Color preview on black background

This text has color #5A5A11 on black background.


Color preview on white background

This text has color #5A5A11 on white background.


Black color preview on #5A5A11 background

This text has black color on #5A5A11 background.


White color preview on #5A5A11 background

This text has white color on #5A5A11 background.


Related colors

Complementary color

Complementary color for #hex is #A5A5EE.


I love getcolorcode.com