COLOR #575A19

HEX: #575A19
RGB: (87,90,25)

Color info

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

RGB color model

#575A19 color RGB value is (87,90,25).

  • red value is 87;
  • green value is 90;
  • blue value is 25.
RGB:
(87,90,25)
(34%,35%,10%)

RGB channels and saturation

R 87 of 255 = 34%
G 90 of 255 = 35%
B 25 of 255 = 10%

87
90
25

R + G + B ~ 26%. #575A19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 90 + 25 = 202 (100%)
R 87 of 202 ~ 43.07%
G 90 of 202 ~ 44.55%
B 25 of 202 ~ 12.38%

%43.07
%44.55
%12.38

CMYK color model

#575A19 color CMYK value is (3,0,72,65).

  • cyan value is 3.33%
  • magenta value is 0.00%
  • yellow value is 72.22%
  • key color value is 64.71%
CMYK:
(3,0,72,65)
C3M0Y72K65 
(3%,0%,72%,65%)
(0.03/0.00/0.72/0.65)	

CMYK percentages

%3.33
%0
%72.22
%64.71

Codes

Color #575A19 in popluar color models

575A19
RGB879025
HSL63°56.52%22.55%
HSB/HSV63°72.22%35.29%
CMYK3.33%0.00%72.22%
64.71%

Color #575A19 in popluar number systems.

HEX575A19
Decimal879025
Binary1010111101101011001
Octal12713231

Shades and tints

Shades of #575A19

#575A19
(87,90,25)
#505217
(80,82,23)
#494A15
(73,74,21)
#424213
(66,66,19)
#3B3A11
(59,58,17)
#34320F
(52,50,15)
#2D2A0D
(45,42,13)
#26220B
(38,34,11)
#1F1A09
(31,26,9)
#181207
(24,18,7)
#110A05
(17,10,5)
#000000
(0,0,0)

Tints of #575A19

#575A19
(87,90,25)
#66692D
(102,105,45)
#757841
(117,120,65)
#848755
(132,135,85)
#939669
(147,150,105)
#A2A57D
(162,165,125)
#B1B491
(177,180,145)
#C0C3A5
(192,195,165)
#CFD2B9
(207,210,185)
#DEE1CD
(222,225,205)
#EDF0E1
(237,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575A19 color. Also use rgb(87,90,25) instead hex code.

Text Font Color

.myTextColor { color: #575A19; }

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

This text font color is #575A19.


Background Color

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

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

This div background color is #575A19.


Border color

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

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

This div border color is #575A19.


Opacity

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

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

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

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

This text has shadow with #575A19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575A19 on black background.


Color preview on white background

This text has color #575A19 on white background.



Black color preview on #575A19 background

This text has black color on #575A19 background.


White color preview on #575A19 background

This text has white color on #575A19 background.