COLOR #575F3D

HEX: #575F3D RGB: (87,95,61)

Color info

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

RGB color model

#575F3D color RGB value is (87,95,61).

RGB: (87,95,61) (34%, 37%, 24%)

RGB channels and saturation

R 87 of 255 = 34%
G 95 of 255 = 37%
B 61 of 255 = 24%

87
95
61

R + G + B ~ 32%. #575F3D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 95 + 61 = 243 (100%)
R 87 of 243 ~ 35.8%
G 95 of 243 ~ 39.09%
B 61 of 243 ~ 25.1'%

%35.8
%39.09
%25.1

CMYK color model

#575F3D color CMYK value is (8,0,36,63).

  • cyan value is 8.42%
  • magenta value is 0.00%
  • yellow value is 35.79%
  • key color value is 62.75%

CMYK: (8,0,36,63)
C8M0Y36K63 (8%, 0%, 36%, 63%)
(0.08 / 0.00 / 0.36 / 0.63)

CMYK percentages

%8.42
%0
%35.79
%62.75

Codes

Color #575F3D in popluar color models

57 5F 3D
RGB 87 95 61
HSL 74° 21.79% 30.59%
HSB/HSV 74° 35.79% 37.25%
CMYK 8.42% 0.00% 35.79%
62.75%

Color #575F3D in popluar number systems.

HEX 57 5F 3D
Decimal 87 95 61
Binary 1010111 1011111 111101
Octal 127 137 75

Shades and tints

Shades of #575F3D

#575F3D
(87,95,61)
#505738
(80,87,56)
#494F33
(73,79,51)
#42472E
(66,71,46)
#3B3F29
(59,63,41)
#343724
(52,55,36)
#2D2F1F
(45,47,31)
#26271A
(38,39,26)
#1F1F15
(31,31,21)
#181710
(24,23,16)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #575F3D

#575F3D
(87,95,61)
#666D4E
(102,109,78)
#757B5F
(117,123,95)
#848970
(132,137,112)
#939781
(147,151,129)
#A2A592
(162,165,146)
#B1B3A3
(177,179,163)
#C0C1B4
(192,193,180)
#CFCFC5
(207,207,197)
#DEDDD6
(222,221,214)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575F3D color. Also use rgb(87,95,61) instead hex code.

Text Font Color

.myTextColor { color: #575F3D; }

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

This text font color is #575F3D.

Background Color

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

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

This div background color is #575F3D.

Border color

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

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

This div border color is #575F3D.

Opacity

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

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

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

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

This text has shadow with #575F3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575F3D.

Preview

Color preview on black background

This text has color #575F3D on black background.


Color preview on white background

This text has color #575F3D on white background.


Black color preview on #575F3D background

This text has black color on #575F3D background.


White color preview on #575F3D background

This text has white color on #575F3D background.


Related colors

Complementary color

Complementary color for #hex is #A8A0C2.


I love getcolorcode.com

Triadic colors

1 #3D575F and #5F3D57 with #575F3D are triadic colors.

2 #3D5F57 and #5F573D with #575F3D are triadic colors.