COLOR #57425D

HEX: #57425D
RGB: (87,66,93)

Color info

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

RGB color model

#57425D color RGB value is (87,66,93).

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

RGB channels and saturation

R 87 of 255 = 34%
G 66 of 255 = 26%
B 93 of 255 = 36%

87
66
93

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

Portions of RGB colors in percentages

R + G + B =
87 + 66 + 93 = 246 (100%)
R 87 of 246 ~ 35.37%
G 66 of 246 ~ 26.83%
B 93 of 246 ~ 37.8%

%35.37
%26.83
%37.8

CMYK color model

#57425D color CMYK value is (6,29,0,64).

  • cyan value is 6.45%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(6,29,0,64)
C6M29Y0K64 
(6%,29%,0%,64%)
(0.06/0.29/0.00/0.64)	

CMYK percentages

%6.45
%29.03
%0
%63.53

Codes

Color #57425D in popluar color models

57425D
RGB876693
HSL287°16.98%31.18%
HSB/HSV287°29.03%36.47%
CMYK6.45%29.03%0.00%
63.53%

Color #57425D in popluar number systems.

HEX57425D
Decimal876693
Binary101011110000101011101
Octal127102135

Shades and tints

Shades of #57425D

#57425D
(87,66,93)
#503C55
(80,60,85)
#49364D
(73,54,77)
#423045
(66,48,69)
#3B2A3D
(59,42,61)
#342435
(52,36,53)
#2D1E2D
(45,30,45)
#261825
(38,24,37)
#1F121D
(31,18,29)
#180C15
(24,12,21)
#11060D
(17,6,13)
#000000
(0,0,0)

Tints of #57425D

#57425D
(87,66,93)
#66536B
(102,83,107)
#756479
(117,100,121)
#847587
(132,117,135)
#938695
(147,134,149)
#A297A3
(162,151,163)
#B1A8B1
(177,168,177)
#C0B9BF
(192,185,191)
#CFCACD
(207,202,205)
#DEDBDB
(222,219,219)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57425D color. Also use rgb(87,66,93) instead hex code.

Text Font Color

.myTextColor { color: #57425D; }

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

This text font color is #57425D.


Background Color

.myBgColor { background-color: #57425D; }

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

This div background color is #57425D.


Border color

.myBorderColor { border: 1px solid #57425D; }

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

This div border color is #57425D.


Opacity

.myOpacity80 { color: #57425D; opacity: 0.8; }

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

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

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

This text has shadow with #57425D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57425D on black background.


Color preview on white background

This text has color #57425D on white background.



Black color preview on #57425D background

This text has black color on #57425D background.


White color preview on #57425D background

This text has white color on #57425D background.