COLOR #57436D

HEX: #57436D
RGB: (87,67,109)

Color info

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

RGB color model

#57436D color RGB value is (87,67,109).

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

RGB channels and saturation

R 87 of 255 = 34%
G 67 of 255 = 26%
B 109 of 255 = 43%

87
67
109

R + G + B ~ 34%. #57436D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 67 + 109 = 263 (100%)
R 87 of 263 ~ 33.08%
G 67 of 263 ~ 25.48%
B 109 of 263 ~ 41.44%

%33.08
%25.48
%41.44

CMYK color model

#57436D color CMYK value is (20,39,0,57).

  • cyan value is 20.18%
  • magenta value is 38.53%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(20,39,0,57)
C20M39Y0K57 
(20%,39%,0%,57%)
(0.20/0.39/0.00/0.57)	

CMYK percentages

%20.18
%38.53
%0
%57.25

Codes

Color #57436D in popluar color models

57436D
RGB8767109
HSL269°23.86%34.51%
HSB/HSV269°38.53%42.75%
CMYK20.18%38.53%0.00%
57.25%

Color #57436D in popluar number systems.

HEX57436D
Decimal8767109
Binary101011110000111101101
Octal127103155

Shades and tints

Shades of #57436D

#57436D
(87,67,109)
#503D64
(80,61,100)
#49375B
(73,55,91)
#423152
(66,49,82)
#3B2B49
(59,43,73)
#342540
(52,37,64)
#2D1F37
(45,31,55)
#26192E
(38,25,46)
#1F1325
(31,19,37)
#180D1C
(24,13,28)
#110713
(17,7,19)
#000000
(0,0,0)

Tints of #57436D

#57436D
(87,67,109)
#66547A
(102,84,122)
#756587
(117,101,135)
#847694
(132,118,148)
#9387A1
(147,135,161)
#A298AE
(162,152,174)
#B1A9BB
(177,169,187)
#C0BAC8
(192,186,200)
#CFCBD5
(207,203,213)
#DEDCE2
(222,220,226)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57436D color. Also use rgb(87,67,109) instead hex code.

Text Font Color

.myTextColor { color: #57436D; }

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

This text font color is #57436D.


Background Color

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

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

This div background color is #57436D.


Border color

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

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

This div border color is #57436D.


Opacity

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

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

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

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

This text has shadow with #57436D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57436D on black background.


Color preview on white background

This text has color #57436D on white background.



Black color preview on #57436D background

This text has black color on #57436D background.


White color preview on #57436D background

This text has white color on #57436D background.