COLOR #575841

HEX: #575841 RGB: (87,88,65)

Color info

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

RGB color model

#575841 color RGB value is (87,88,65).

RGB: (87,88,65) (34%, 35%, 25%)

RGB channels and saturation

R 87 of 255 = 34%
G 88 of 255 = 35%
B 65 of 255 = 25%

87
88
65

R + G + B ~ 31%. #575841 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 88 + 65 = 240 (100%)
R 87 of 240 ~ 36.25%
G 88 of 240 ~ 36.67%
B 65 of 240 ~ 27.08'%

%36.25
%36.67
%27.08

CMYK color model

#575841 color CMYK value is (1,0,26,65).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 26.14%
  • key color value is 65.49%

CMYK: (1,0,26,65)
C1M0Y26K65 (1%, 0%, 26%, 65%)
(0.01 / 0.00 / 0.26 / 0.65)

CMYK percentages

%1.14
%0
%26.14
%65.49

Codes

Color #575841 in popluar color models

57 58 41
RGB 87 88 65
HSL 63° 15.03% 30.00%
HSB/HSV 63° 26.14% 34.51%
CMYK 1.14% 0.00% 26.14%
65.49%

Color #575841 in popluar number systems.

HEX 57 58 41
Decimal 87 88 65
Binary 1010111 1011000 1000001
Octal 127 130 101

Shades and tints

Shades of #575841

#575841
(87,88,65)
#50503C
(80,80,60)
#494837
(73,72,55)
#424032
(66,64,50)
#3B382D
(59,56,45)
#343028
(52,48,40)
#2D2823
(45,40,35)
#26201E
(38,32,30)
#1F1819
(31,24,25)
#181014
(24,16,20)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #575841

#575841
(87,88,65)
#666752
(102,103,82)
#757663
(117,118,99)
#848574
(132,133,116)
#939485
(147,148,133)
#A2A396
(162,163,150)
#B1B2A7
(177,178,167)
#C0C1B8
(192,193,184)
#CFD0C9
(207,208,201)
#DEDFDA
(222,223,218)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575841 color. Also use rgb(87,88,65) instead hex code.

Text Font Color

.myTextColor { color: #575841; }

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

This text font color is #575841.

Background Color

.myBgColor { background-color: #575841; }

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

This div background color is #575841.

Border color

.myBorderColor { border: 1px solid #575841; }

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

This div border color is #575841.

Opacity

.myOpacity80 { color: #575841; opacity: 0.8; }

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

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

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

This text has shadow with #575841 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575841.

Preview

Color preview on black background

This text has color #575841 on black background.


Color preview on white background

This text has color #575841 on white background.


Black color preview on #575841 background

This text has black color on #575841 background.


White color preview on #575841 background

This text has white color on #575841 background.


Related colors

Complementary color

Complementary color for #hex is #A8A7BE.


I love getcolorcode.com

Triadic colors

1 #415758 and #584157 with #575841 are triadic colors.

2 #415857 and #585741 with #575841 are triadic colors.