COLOR #5A5F01

HEX: #5A5F01 RGB: (90,95,1)

Color info

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

RGB color model

#5A5F01 color RGB value is (90,95,1).

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

RGB channels and saturation

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

90
95
1

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

Portions of RGB colors in percentages

R + G + B = 90 + 95 + 1 = 186 (100%)
R 90 of 186 ~ 48.39%
G 95 of 186 ~ 51.08%
B 1 of 186 ~ 0.54'%

%48.39
%51.08

CMYK color model

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

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 98.95%
  • key color value is 62.75%

CMYK: (5,0,99,63)
C5M0Y99K63 (5%, 0%, 99%, 63%)
(0.05 / 0.00 / 0.99 / 0.63)

CMYK percentages

%5.26
%0
%98.95
%62.75

Codes

Color #5A5F01 in popluar color models

5A 5F 01
RGB 90 95 1
HSL 63° 97.92% 18.82%
HSB/HSV 63° 98.95% 37.25%
CMYK 5.26% 0.00% 98.95%
62.75%

Color #5A5F01 in popluar number systems.

HEX 5A 5F 01
Decimal 90 95 1
Binary 1011010 1011111 1
Octal 132 137 1

Shades and tints

Shades of #5A5F01

#5A5F01
(90,95,1)
#525701
(82,87,1)
#4A4F01
(74,79,1)
#424701
(66,71,1)
#3A3F01
(58,63,1)
#323701
(50,55,1)
#2A2F01
(42,47,1)
#222701
(34,39,1)
#1A1F01
(26,31,1)
#121701
(18,23,1)
#0A0F01
(10,15,1)
#000000
(0,0,0)

Tints of #5A5F01

#5A5F01
(90,95,1)
#696D18
(105,109,24)
#787B2F
(120,123,47)
#878946
(135,137,70)
#96975D
(150,151,93)
#A5A574
(165,165,116)
#B4B38B
(180,179,139)
#C3C1A2
(195,193,162)
#D2CFB9
(210,207,185)
#E1DDD0
(225,221,208)
#F0EBE7
(240,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5F01; }

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

This text font color is #5A5F01.

Background Color

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

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

This div background color is #5A5F01.

Border color

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

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

This div border color is #5A5F01.

Opacity

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

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

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

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

This text has shadow with #5A5F01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5F01.

Preview

Color preview on black background

This text has color #5A5F01 on black background.


Color preview on white background

This text has color #5A5F01 on white background.


Black color preview on #5A5F01 background

This text has black color on #5A5F01 background.


White color preview on #5A5F01 background

This text has white color on #5A5F01 background.


Related colors

Complementary color

Complementary color for #hex is #A5A0FE.


I love getcolorcode.com

Triadic colors

1 #015A5F and #5F015A with #5A5F01 are triadic colors.

2 #015F5A and #5F5A01 with #5A5F01 are triadic colors.