COLOR #5A5D02

HEX: #5A5D02
RGB: (90,93,2)

Color info

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

RGB color model

#5A5D02 color RGB value is (90,93,2).

  • red value is 90;
  • green value is 93;
  • blue value is 2.
RGB:
(90,93,2)
(35%,36%,1%)

RGB channels and saturation

R 90 of 255 = 35%
G 93 of 255 = 36%
B 2 of 255 = 1%

90
93
2

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

Portions of RGB colors in percentages

R + G + B =
90 + 93 + 2 = 185 (100%)
R 90 of 185 ~ 48.65%
G 93 of 185 ~ 50.27%
B 2 of 185 ~ 1.08%

%48.65
%50.27

CMYK color model

#5A5D02 color CMYK value is (3,0,98,64).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 97.85%
  • key color value is 63.53%
CMYK:
(3,0,98,64)
C3M0Y98K64 
(3%,0%,98%,64%)
(0.03/0.00/0.98/0.64)	

CMYK percentages

%3.23
%0
%97.85
%63.53

Codes

Color #5A5D02 in popluar color models

5A5D02
RGB90932
HSL62°95.79%18.63%
HSB/HSV62°97.85%36.47%
CMYK3.23%0.00%97.85%
63.53%

Color #5A5D02 in popluar number systems.

HEX5A5D02
Decimal90932
Binary1011010101110110
Octal1321352

Shades and tints

Shades of #5A5D02

#5A5D02
(90,93,2)
#525502
(82,85,2)
#4A4D02
(74,77,2)
#424502
(66,69,2)
#3A3D02
(58,61,2)
#323502
(50,53,2)
#2A2D02
(42,45,2)
#222502
(34,37,2)
#1A1D02
(26,29,2)
#121502
(18,21,2)
#0A0D02
(10,13,2)
#000000
(0,0,0)

Tints of #5A5D02

#5A5D02
(90,93,2)
#696B19
(105,107,25)
#787930
(120,121,48)
#878747
(135,135,71)
#96955E
(150,149,94)
#A5A375
(165,163,117)
#B4B18C
(180,177,140)
#C3BFA3
(195,191,163)
#D2CDBA
(210,205,186)
#E1DBD1
(225,219,209)
#F0E9E8
(240,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5D02; }

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

This text font color is #5A5D02.


Background Color

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

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

This div background color is #5A5D02.


Border color

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

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

This div border color is #5A5D02.


Opacity

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

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

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

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

This text has shadow with #5A5D02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5D02 on black background.


Color preview on white background

This text has color #5A5D02 on white background.



Black color preview on #5A5D02 background

This text has black color on #5A5D02 background.


White color preview on #5A5D02 background

This text has white color on #5A5D02 background.