COLOR #57243A

HEX: #57243A
RGB: (87,36,58)

Color info

#57243A contains red, green and blue colors in about the same proportion. Web safe color of #57243A is #663333 (or #633).

RGB color model

#57243A color RGB value is (87,36,58).

  • red value is 87;
  • green value is 36;
  • blue value is 58.
RGB:
(87,36,58)
(34%,14%,23%)

RGB channels and saturation

R 87 of 255 = 34%
G 36 of 255 = 14%
B 58 of 255 = 23%

87
36
58

R + G + B ~ 24%. #57243A is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 36 + 58 = 181 (100%)
R 87 of 181 ~ 48.07%
G 36 of 181 ~ 19.89%
B 58 of 181 ~ 32.04%

%48.07
%19.89
%32.04

CMYK color model

#57243A color CMYK value is (0,59,33,66).

  • cyan value is 0.00%
  • magenta value is 58.62%
  • yellow value is 33.33%
  • key color value is 65.88%
CMYK:
(0,59,33,66)
C0M59Y33K66 
(0%,59%,33%,66%)
(0.00/0.59/0.33/0.66)	

CMYK percentages

%0
%58.62
%33.33
%65.88

Codes

Color #57243A in popluar color models

57243A
RGB873658
HSL334°41.46%24.12%
HSB/HSV334°58.62%34.12%
CMYK0.00%58.62%33.33%
65.88%

Color #57243A in popluar number systems.

HEX57243A
Decimal873658
Binary1010111100100111010
Octal1274472

Shades and tints

Shades of #57243A

#57243A
(87,36,58)
#502135
(80,33,53)
#491E30
(73,30,48)
#421B2B
(66,27,43)
#3B1826
(59,24,38)
#341521
(52,21,33)
#2D121C
(45,18,28)
#260F17
(38,15,23)
#1F0C12
(31,12,18)
#18090D
(24,9,13)
#110608
(17,6,8)
#000000
(0,0,0)

Tints of #57243A

#57243A
(87,36,58)
#66374B
(102,55,75)
#754A5C
(117,74,92)
#845D6D
(132,93,109)
#93707E
(147,112,126)
#A2838F
(162,131,143)
#B196A0
(177,150,160)
#C0A9B1
(192,169,177)
#CFBCC2
(207,188,194)
#DECFD3
(222,207,211)
#EDE2E4
(237,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57243A color. Also use rgb(87,36,58) instead hex code.

Text Font Color

.myTextColor { color: #57243A; }

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

This text font color is #57243A.


Background Color

.myBgColor { background-color: #57243A; }

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

This div background color is #57243A.


Border color

.myBorderColor { border: 1px solid #57243A; }

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

This div border color is #57243A.


Opacity

.myOpacity80 { color: #57243A; opacity: 0.8; }

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

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

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

This text has shadow with #57243A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57243A on black background.


Color preview on white background

This text has color #57243A on white background.



Black color preview on #57243A background

This text has black color on #57243A background.


White color preview on #57243A background

This text has white color on #57243A background.