COLOR #57232B

HEX: #57232B
RGB: (87,35,43)

Color info

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

RGB color model

#57232B color RGB value is (87,35,43).

  • red value is 87;
  • green value is 35;
  • blue value is 43.
RGB:
(87,35,43)
(34%,14%,17%)

RGB channels and saturation

R 87 of 255 = 34%
G 35 of 255 = 14%
B 43 of 255 = 17%

87
35
43

R + G + B ~ 22%. #57232B is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 35 + 43 = 165 (100%)
R 87 of 165 ~ 52.73%
G 35 of 165 ~ 21.21%
B 43 of 165 ~ 26.06%

%52.73
%21.21
%26.06

CMYK color model

#57232B color CMYK value is (0,60,51,66).

  • cyan value is 0.00%
  • magenta value is 59.77%
  • yellow value is 50.57%
  • key color value is 65.88%
CMYK:
(0,60,51,66)
C0M60Y51K66 
(0%,60%,51%,66%)
(0.00/0.60/0.51/0.66)	

CMYK percentages

%0
%59.77
%50.57
%65.88

Codes

Color #57232B in popluar color models

57232B
RGB873543
HSL351°42.62%23.92%
HSB/HSV351°59.77%34.12%
CMYK0.00%59.77%50.57%
65.88%

Color #57232B in popluar number systems.

HEX57232B
Decimal873543
Binary1010111100011101011
Octal1274353

Shades and tints

Shades of #57232B

#57232B
(87,35,43)
#502028
(80,32,40)
#491D25
(73,29,37)
#421A22
(66,26,34)
#3B171F
(59,23,31)
#34141C
(52,20,28)
#2D1119
(45,17,25)
#260E16
(38,14,22)
#1F0B13
(31,11,19)
#180810
(24,8,16)
#11050D
(17,5,13)
#000000
(0,0,0)

Tints of #57232B

#57232B
(87,35,43)
#66373E
(102,55,62)
#754B51
(117,75,81)
#845F64
(132,95,100)
#937377
(147,115,119)
#A2878A
(162,135,138)
#B19B9D
(177,155,157)
#C0AFB0
(192,175,176)
#CFC3C3
(207,195,195)
#DED7D6
(222,215,214)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57232B color. Also use rgb(87,35,43) instead hex code.

Text Font Color

.myTextColor { color: #57232B; }

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

This text font color is #57232B.


Background Color

.myBgColor { background-color: #57232B; }

<div style="background-color:#57232B">Inner text</div>

This div background color is #57232B.


Border color

.myBorderColor { border: 1px solid #57232B; }

<div style="border:3px solid #57232B">Div</div>

This div border color is #57232B.


Opacity

.myOpacity80 { color: #57232B; opacity: 0.8; }

<p style="color:#57232B;opacity:0.8;">80%</p>

Text with #57232B 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 #57232B;}

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

This text has shadow with #57232B color.

.textShadow {text-shadow: 3px 3px 1px #57232B, 3px 3px 1px red;}

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

This text has shadow with #57232B primary color and red secondary color.


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

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

This text has shadow with #57232B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57232B on black background.


Color preview on white background

This text has color #57232B on white background.



Black color preview on #57232B background

This text has black color on #57232B background.


White color preview on #57232B background

This text has white color on #57232B background.