COLOR #575E01

HEX: #575E01 RGB: (87,94,1)

Color info

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

RGB color model

#575E01 color RGB value is (87,94,1).

RGB: (87,94,1) (34%, 37%, 0%)

RGB channels and saturation

R 87 of 255 = 34%
G 94 of 255 = 37%
B 1 of 255 = 0%

87
94
1

R + G + B ~ 24%. #575E01 is dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 94 + 1 = 182 (100%)
R 87 of 182 ~ 47.8%
G 94 of 182 ~ 51.65%
B 1 of 182 ~ 0.55'%

%47.8
%51.65

CMYK color model

#575E01 color CMYK value is (7,0,99,63).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 98.94%
  • key color value is 63.14%

CMYK: (7,0,99,63)
C7M0Y99K63 (7%, 0%, 99%, 63%)
(0.07 / 0.00 / 0.99 / 0.63)

CMYK percentages

%7.45
%0
%98.94
%63.14

Codes

Color #575E01 in popluar color models

57 5E 01
RGB 87 94 1
HSL 65° 97.89% 18.63%
HSB/HSV 65° 98.94% 36.86%
CMYK 7.45% 0.00% 98.94%
63.14%

Color #575E01 in popluar number systems.

HEX 57 5E 01
Decimal 87 94 1
Binary 1010111 1011110 1
Octal 127 136 1

Shades and tints

Shades of #575E01

#575E01
(87,94,1)
#505601
(80,86,1)
#494E01
(73,78,1)
#424601
(66,70,1)
#3B3E01
(59,62,1)
#343601
(52,54,1)
#2D2E01
(45,46,1)
#262601
(38,38,1)
#1F1E01
(31,30,1)
#181601
(24,22,1)
#110E01
(17,14,1)
#000000
(0,0,0)

Tints of #575E01

#575E01
(87,94,1)
#666C18
(102,108,24)
#757A2F
(117,122,47)
#848846
(132,136,70)
#93965D
(147,150,93)
#A2A474
(162,164,116)
#B1B28B
(177,178,139)
#C0C0A2
(192,192,162)
#CFCEB9
(207,206,185)
#DEDCD0
(222,220,208)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575E01 color. Also use rgb(87,94,1) instead hex code.

Text Font Color

.myTextColor { color: #575E01; }

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

This text font color is #575E01.

Background Color

.myBgColor { background-color: #575E01; }

<div style="background-color:#575E01">Inner text</div>

This div background color is #575E01.

Border color

.myBorderColor { border: 1px solid #575E01; }

<div style="border:3px solid #575E01">Div</div>

This div border color is #575E01.

Opacity

.myOpacity80 { color: #575E01; opacity: 0.8; }

<p style="color:#575E01;opacity:0.8;">80%</p>

Text with #575E01 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 #575E01;}

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

This text has shadow with #575E01 color.


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

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

This text has shadow with #575E01 primary color and red secondary color.


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

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

This text has shadow with #575E01 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #575E01.

Preview

Color preview on black background

This text has color #575E01 on black background.


Color preview on white background

This text has color #575E01 on white background.


Black color preview on #575E01 background

This text has black color on #575E01 background.


White color preview on #575E01 background

This text has white color on #575E01 background.


Related colors

Complementary color

Complementary color for #hex is #A8A1FE.


I love getcolorcode.com

Triadic colors

1 #01575E and #5E0157 with #575E01 are triadic colors.

2 #015E57 and #5E5701 with #575E01 are triadic colors.