COLOR #575345

HEX: #575345
RGB: (87,83,69)

Color info

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

RGB color model

#575345 color RGB value is (87,83,69).

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

RGB channels and saturation

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

87
83
69

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

Portions of RGB colors in percentages

R + G + B =
87 + 83 + 69 = 239 (100%)
R 87 of 239 ~ 36.4%
G 83 of 239 ~ 34.73%
B 69 of 239 ~ 28.87%

%36.4
%34.73
%28.87

CMYK color model

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

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

CMYK percentages

%0
%4.6
%20.69
%65.88

Codes

Color #575345 in popluar color models

575345
RGB878369
HSL47°11.54%30.59%
HSB/HSV47°20.69%34.12%
CMYK0.00%4.60%20.69%
65.88%

Color #575345 in popluar number systems.

HEX575345
Decimal878369
Binary101011110100111000101
Octal127123105

Shades and tints

Shades of #575345

#575345
(87,83,69)
#504C3F
(80,76,63)
#494539
(73,69,57)
#423E33
(66,62,51)
#3B372D
(59,55,45)
#343027
(52,48,39)
#2D2921
(45,41,33)
#26221B
(38,34,27)
#1F1B15
(31,27,21)
#18140F
(24,20,15)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #575345

#575345
(87,83,69)
#666255
(102,98,85)
#757165
(117,113,101)
#848075
(132,128,117)
#938F85
(147,143,133)
#A29E95
(162,158,149)
#B1ADA5
(177,173,165)
#C0BCB5
(192,188,181)
#CFCBC5
(207,203,197)
#DEDAD5
(222,218,213)
#EDE9E5
(237,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575345; }

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

This text font color is #575345.


Background Color

.myBgColor { background-color: #575345; }

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

This div background color is #575345.


Border color

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

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

This div border color is #575345.


Opacity

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

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

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

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

This text has shadow with #575345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575345 on black background.


Color preview on white background

This text has color #575345 on white background.



Black color preview on #575345 background

This text has black color on #575345 background.


White color preview on #575345 background

This text has white color on #575345 background.