COLOR #575D30

HEX: #575D30 RGB: (87,93,48)

Color info

#575D30 contains red, green and blue colors in about the same proportion. Web safe color of #575D30 is #666633 (or #663).

RGB color model

#575D30 color RGB value is (87,93,48).

RGB: (87,93,48) (34%, 36%, 19%)

RGB channels and saturation

R 87 of 255 = 34%
G 93 of 255 = 36%
B 48 of 255 = 19%

87
93
48

R + G + B ~ 30%. #575D30 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 93 + 48 = 228 (100%)
R 87 of 228 ~ 38.16%
G 93 of 228 ~ 40.79%
B 48 of 228 ~ 21.05'%

%38.16
%40.79
%21.05

CMYK color model

#575D30 color CMYK value is (6,0,48,64).

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 48.39%
  • key color value is 63.53%

CMYK: (6,0,48,64)
C6M0Y48K64 (6%, 0%, 48%, 64%)
(0.06 / 0.00 / 0.48 / 0.64)

CMYK percentages

%6.45
%0
%48.39
%63.53

Codes

Color #575D30 in popluar color models

57 5D 30
RGB 87 93 48
HSL 68° 31.91% 27.65%
HSB/HSV 68° 48.39% 36.47%
CMYK 6.45% 0.00% 48.39%
63.53%

Color #575D30 in popluar number systems.

HEX 57 5D 30
Decimal 87 93 48
Binary 1010111 1011101 110000
Octal 127 135 60

Shades and tints

Shades of #575D30

#575D30
(87,93,48)
#50552C
(80,85,44)
#494D28
(73,77,40)
#424524
(66,69,36)
#3B3D20
(59,61,32)
#34351C
(52,53,28)
#2D2D18
(45,45,24)
#262514
(38,37,20)
#1F1D10
(31,29,16)
#18150C
(24,21,12)
#110D08
(17,13,8)
#000000
(0,0,0)

Tints of #575D30

#575D30
(87,93,48)
#666B42
(102,107,66)
#757954
(117,121,84)
#848766
(132,135,102)
#939578
(147,149,120)
#A2A38A
(162,163,138)
#B1B19C
(177,177,156)
#C0BFAE
(192,191,174)
#CFCDC0
(207,205,192)
#DEDBD2
(222,219,210)
#EDE9E4
(237,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575D30 color. Also use rgb(87,93,48) instead hex code.

Text Font Color

.myTextColor { color: #575D30; }

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

This text font color is #575D30.

Background Color

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

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

This div background color is #575D30.

Border color

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

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

This div border color is #575D30.

Opacity

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

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

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

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

This text has shadow with #575D30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575D30.

Preview

Color preview on black background

This text has color #575D30 on black background.


Color preview on white background

This text has color #575D30 on white background.


Black color preview on #575D30 background

This text has black color on #575D30 background.


White color preview on #575D30 background

This text has white color on #575D30 background.


Related colors

Complementary color

Complementary color for #hex is #A8A2CF.


I love getcolorcode.com

Triadic colors

1 #30575D and #5D3057 with #575D30 are triadic colors.

2 #305D57 and #5D5730 with #575D30 are triadic colors.