COLOR #575745

HEX: #575745
RGB: (87,87,69)

Color info

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

RGB color model

#575745 color RGB value is (87,87,69).

  • red value is 87;
  • green value is 87;
  • blue value is 69.
RGB:
(87,87,69)
(34%,34%,27%)

RGB channels and saturation

R 87 of 255 = 34%
G 87 of 255 = 34%
B 69 of 255 = 27%

87
87
69

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

Portions of RGB colors in percentages

R + G + B =
87 + 87 + 69 = 243 (100%)
R 87 of 243 ~ 35.8%
G 87 of 243 ~ 35.8%
B 69 of 243 ~ 28.4%

%35.8
%35.8
%28.4

CMYK color model

#575745 color CMYK value is (0,0,21,66).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 20.69%
  • key color value is 65.88%
CMYK:
(0,0,21,66)
C0M0Y21K66 
(0%,0%,21%,66%)
(0.00/0.00/0.21/0.66)	

CMYK percentages

%0
%0
%20.69
%65.88

Codes

Color #575745 in popluar color models

575745
RGB878769
HSL60°11.54%30.59%
HSB/HSV60°20.69%34.12%
CMYK0.00%0.00%20.69%
65.88%

Color #575745 in popluar number systems.

HEX575745
Decimal878769
Binary101011110101111000101
Octal127127105

Shades and tints

Shades of #575745

#575745
(87,87,69)
#50503F
(80,80,63)
#494939
(73,73,57)
#424233
(66,66,51)
#3B3B2D
(59,59,45)
#343427
(52,52,39)
#2D2D21
(45,45,33)
#26261B
(38,38,27)
#1F1F15
(31,31,21)
#18180F
(24,24,15)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #575745

#575745
(87,87,69)
#666655
(102,102,85)
#757565
(117,117,101)
#848475
(132,132,117)
#939385
(147,147,133)
#A2A295
(162,162,149)
#B1B1A5
(177,177,165)
#C0C0B5
(192,192,181)
#CFCFC5
(207,207,197)
#DEDED5
(222,222,213)
#EDEDE5
(237,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575745; }

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

This text font color is #575745.


Background Color

.myBgColor { background-color: #575745; }

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

This div background color is #575745.


Border color

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

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

This div border color is #575745.


Opacity

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

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

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

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

This text has shadow with #575745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575745 on black background.


Color preview on white background

This text has color #575745 on white background.



Black color preview on #575745 background

This text has black color on #575745 background.


White color preview on #575745 background

This text has white color on #575745 background.