COLOR #57435C

HEX: #57435C
RGB: (87,67,92)

Color info

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

RGB color model

#57435C color RGB value is (87,67,92).

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

RGB channels and saturation

R 87 of 255 = 34%
G 67 of 255 = 26%
B 92 of 255 = 36%

87
67
92

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

Portions of RGB colors in percentages

R + G + B =
87 + 67 + 92 = 246 (100%)
R 87 of 246 ~ 35.37%
G 67 of 246 ~ 27.24%
B 92 of 246 ~ 37.4%

%35.37
%27.24
%37.4

CMYK color model

#57435C color CMYK value is (5,27,0,64).

  • cyan value is 5.43%
  • magenta value is 27.17%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(5,27,0,64)
C5M27Y0K64 
(5%,27%,0%,64%)
(0.05/0.27/0.00/0.64)	

CMYK percentages

%5.43
%27.17
%0
%63.92

Codes

Color #57435C in popluar color models

57435C
RGB876792
HSL288°15.72%31.18%
HSB/HSV288°27.17%36.08%
CMYK5.43%27.17%0.00%
63.92%

Color #57435C in popluar number systems.

HEX57435C
Decimal876792
Binary101011110000111011100
Octal127103134

Shades and tints

Shades of #57435C

#57435C
(87,67,92)
#503D54
(80,61,84)
#49374C
(73,55,76)
#423144
(66,49,68)
#3B2B3C
(59,43,60)
#342534
(52,37,52)
#2D1F2C
(45,31,44)
#261924
(38,25,36)
#1F131C
(31,19,28)
#180D14
(24,13,20)
#11070C
(17,7,12)
#000000
(0,0,0)

Tints of #57435C

#57435C
(87,67,92)
#66546A
(102,84,106)
#756578
(117,101,120)
#847686
(132,118,134)
#938794
(147,135,148)
#A298A2
(162,152,162)
#B1A9B0
(177,169,176)
#C0BABE
(192,186,190)
#CFCBCC
(207,203,204)
#DEDCDA
(222,220,218)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57435C; }

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

This text font color is #57435C.


Background Color

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

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

This div background color is #57435C.


Border color

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

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

This div border color is #57435C.


Opacity

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

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

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

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

This text has shadow with #57435C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57435C on black background.


Color preview on white background

This text has color #57435C on white background.



Black color preview on #57435C background

This text has black color on #57435C background.


White color preview on #57435C background

This text has white color on #57435C background.