COLOR #575445

HEX: #575445
RGB: (87,84,69)

Color info

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

RGB color model

#575445 color RGB value is (87,84,69).

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

RGB channels and saturation

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

87
84
69

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

Portions of RGB colors in percentages

R + G + B =
87 + 84 + 69 = 240 (100%)
R 87 of 240 ~ 36.25%
G 84 of 240 ~ 35%
B 69 of 240 ~ 28.75%

%36.25
%35
%28.75

CMYK color model

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

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

CMYK percentages

%0
%3.45
%20.69
%65.88

Codes

Color #575445 in popluar color models

575445
RGB878469
HSL50°11.54%30.59%
HSB/HSV50°20.69%34.12%
CMYK0.00%3.45%20.69%
65.88%

Color #575445 in popluar number systems.

HEX575445
Decimal878469
Binary101011110101001000101
Octal127124105

Shades and tints

Shades of #575445

#575445
(87,84,69)
#504D3F
(80,77,63)
#494639
(73,70,57)
#423F33
(66,63,51)
#3B382D
(59,56,45)
#343127
(52,49,39)
#2D2A21
(45,42,33)
#26231B
(38,35,27)
#1F1C15
(31,28,21)
#18150F
(24,21,15)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #575445

#575445
(87,84,69)
#666355
(102,99,85)
#757265
(117,114,101)
#848175
(132,129,117)
#939085
(147,144,133)
#A29F95
(162,159,149)
#B1AEA5
(177,174,165)
#C0BDB5
(192,189,181)
#CFCCC5
(207,204,197)
#DEDBD5
(222,219,213)
#EDEAE5
(237,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575445; }

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

This text font color is #575445.


Background Color

.myBgColor { background-color: #575445; }

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

This div background color is #575445.


Border color

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

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

This div border color is #575445.


Opacity

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

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

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

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

This text has shadow with #575445 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575445 on black background.


Color preview on white background

This text has color #575445 on white background.



Black color preview on #575445 background

This text has black color on #575445 background.


White color preview on #575445 background

This text has white color on #575445 background.