COLOR #57435F

HEX: #57435F
RGB: (87,67,95)

Color info

#57435F contains red, green and blue colors in about the same proportion. Web safe color of #57435F is #663366 (or #636).

RGB color model

#57435F color RGB value is (87,67,95).

  • red value is 87;
  • green value is 67;
  • blue value is 95.
RGB:
(87,67,95)
(34%,26%,37%)

RGB channels and saturation

R 87 of 255 = 34%
G 67 of 255 = 26%
B 95 of 255 = 37%

87
67
95

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

Portions of RGB colors in percentages

R + G + B =
87 + 67 + 95 = 249 (100%)
R 87 of 249 ~ 34.94%
G 67 of 249 ~ 26.91%
B 95 of 249 ~ 38.15%

%34.94
%26.91
%38.15

CMYK color model

#57435F color CMYK value is (8,29,0,63).

  • cyan value is 8.42%
  • magenta value is 29.47%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(8,29,0,63)
C8M29Y0K63 
(8%,29%,0%,63%)
(0.08/0.29/0.00/0.63)	

CMYK percentages

%8.42
%29.47
%0
%62.75

Codes

Color #57435F in popluar color models

57435F
RGB876795
HSL283°17.28%31.76%
HSB/HSV283°29.47%37.25%
CMYK8.42%29.47%0.00%
62.75%

Color #57435F in popluar number systems.

HEX57435F
Decimal876795
Binary101011110000111011111
Octal127103137

Shades and tints

Shades of #57435F

#57435F
(87,67,95)
#503D57
(80,61,87)
#49374F
(73,55,79)
#423147
(66,49,71)
#3B2B3F
(59,43,63)
#342537
(52,37,55)
#2D1F2F
(45,31,47)
#261927
(38,25,39)
#1F131F
(31,19,31)
#180D17
(24,13,23)
#11070F
(17,7,15)
#000000
(0,0,0)

Tints of #57435F

#57435F
(87,67,95)
#66546D
(102,84,109)
#75657B
(117,101,123)
#847689
(132,118,137)
#938797
(147,135,151)
#A298A5
(162,152,165)
#B1A9B3
(177,169,179)
#C0BAC1
(192,186,193)
#CFCBCF
(207,203,207)
#DEDCDD
(222,220,221)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57435F color. Also use rgb(87,67,95) instead hex code.

Text Font Color

.myTextColor { color: #57435F; }

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

This text font color is #57435F.


Background Color

.myBgColor { background-color: #57435F; }

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

This div background color is #57435F.


Border color

.myBorderColor { border: 1px solid #57435F; }

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

This div border color is #57435F.


Opacity

.myOpacity80 { color: #57435F; opacity: 0.8; }

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

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

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

This text has shadow with #57435F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57435F on black background.


Color preview on white background

This text has color #57435F on white background.



Black color preview on #57435F background

This text has black color on #57435F background.


White color preview on #57435F background

This text has white color on #57435F background.