COLOR #5A5E01

HEX: #5A5E01 RGB: (90,94,1)

Color info

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

RGB color model

#5A5E01 color RGB value is (90,94,1).

RGB: (90,94,1) (35%, 37%, 0%)

RGB channels and saturation

R 90 of 255 = 35%
G 94 of 255 = 37%
B 1 of 255 = 0%

90
94
1

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

Portions of RGB colors in percentages

R + G + B = 90 + 94 + 1 = 185 (100%)
R 90 of 185 ~ 48.65%
G 94 of 185 ~ 50.81%
B 1 of 185 ~ 0.54'%

%48.65
%50.81

CMYK color model

#5A5E01 color CMYK value is (4,0,99,63).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 98.94%
  • key color value is 63.14%
CMYK: (4,0,99,63) C4M0Y99K63 (4%,0%,99%,63%) (0.04/0.00/0.99/0.63) 

CMYK percentages

%4.26
%0
%98.94
%63.14

Codes

Color #5A5E01 in popluar color models

5A 5E 01
RGB 90 94 1
HSL 63° 97.89% 18.63%
HSB/HSV 63° 98.94% 36.86%
CMYK 4.26% 0.00% 98.94%
63.14%

Color #5A5E01 in popluar number systems.

HEX 5A 5E 01
Decimal 90 94 1
Binary 1011010 1011110 1
Octal 132 136 1

Shades and tints

Shades of #5A5E01

#5A5E01
(90,94,1)
#525601
(82,86,1)
#4A4E01
(74,78,1)
#424601
(66,70,1)
#3A3E01
(58,62,1)
#323601
(50,54,1)
#2A2E01
(42,46,1)
#222601
(34,38,1)
#1A1E01
(26,30,1)
#121601
(18,22,1)
#0A0E01
(10,14,1)
#000000
(0,0,0)

Tints of #5A5E01

#5A5E01
(90,94,1)
#696C18
(105,108,24)
#787A2F
(120,122,47)
#878846
(135,136,70)
#96965D
(150,150,93)
#A5A474
(165,164,116)
#B4B28B
(180,178,139)
#C3C0A2
(195,192,162)
#D2CEB9
(210,206,185)
#E1DCD0
(225,220,208)
#F0EAE7
(240,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5E01; }

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

This text font color is #5A5E01.

Background Color

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

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

This div background color is #5A5E01.

Border color

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

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

This div border color is #5A5E01.

Opacity

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

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

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

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

This text has shadow with #5A5E01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5E01.

Preview

Color preview on black background

This text has color #5A5E01 on black background.


Color preview on white background

This text has color #5A5E01 on white background.


Black color preview on #5A5E01 background

This text has black color on #5A5E01 background.


White color preview on #5A5E01 background

This text has white color on #5A5E01 background.


Related colors

Complementary color

Complementary color for #hex is #A5A1FE.


I love getcolorcode.com

Triadic colors

1 #015A5E and #5E015A with #5A5E01 are triadic colors.

2 #015E5A and #5E5A01 with #5A5E01 are triadic colors.