COLOR #57263E

HEX: #57263E
RGB: (87,38,62)

Color info

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

RGB color model

#57263E color RGB value is (87,38,62).

  • red value is 87;
  • green value is 38;
  • blue value is 62.
RGB:
(87,38,62)
(34%,15%,24%)

RGB channels and saturation

R 87 of 255 = 34%
G 38 of 255 = 15%
B 62 of 255 = 24%

87
38
62

R + G + B ~ 24%. #57263E is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 38 + 62 = 187 (100%)
R 87 of 187 ~ 46.52%
G 38 of 187 ~ 20.32%
B 62 of 187 ~ 33.16%

%46.52
%20.32
%33.16

CMYK color model

#57263E color CMYK value is (0,56,29,66).

  • cyan value is 0.00%
  • magenta value is 56.32%
  • yellow value is 28.74%
  • key color value is 65.88%
CMYK:
(0,56,29,66)
C0M56Y29K66 
(0%,56%,29%,66%)
(0.00/0.56/0.29/0.66)	

CMYK percentages

%0
%56.32
%28.74
%65.88

Codes

Color #57263E in popluar color models

57263E
RGB873862
HSL331°39.20%24.51%
HSB/HSV331°56.32%34.12%
CMYK0.00%56.32%28.74%
65.88%

Color #57263E in popluar number systems.

HEX57263E
Decimal873862
Binary1010111100110111110
Octal1274676

Shades and tints

Shades of #57263E

#57263E
(87,38,62)
#502339
(80,35,57)
#492034
(73,32,52)
#421D2F
(66,29,47)
#3B1A2A
(59,26,42)
#341725
(52,23,37)
#2D1420
(45,20,32)
#26111B
(38,17,27)
#1F0E16
(31,14,22)
#180B11
(24,11,17)
#11080C
(17,8,12)
#000000
(0,0,0)

Tints of #57263E

#57263E
(87,38,62)
#66394F
(102,57,79)
#754C60
(117,76,96)
#845F71
(132,95,113)
#937282
(147,114,130)
#A28593
(162,133,147)
#B198A4
(177,152,164)
#C0ABB5
(192,171,181)
#CFBEC6
(207,190,198)
#DED1D7
(222,209,215)
#EDE4E8
(237,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57263E color. Also use rgb(87,38,62) instead hex code.

Text Font Color

.myTextColor { color: #57263E; }

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

This text font color is #57263E.


Background Color

.myBgColor { background-color: #57263E; }

<div style="background-color:#57263E">Inner text</div>

This div background color is #57263E.


Border color

.myBorderColor { border: 1px solid #57263E; }

<div style="border:3px solid #57263E">Div</div>

This div border color is #57263E.


Opacity

.myOpacity80 { color: #57263E; opacity: 0.8; }

<p style="color:#57263E;opacity:0.8;">80%</p>

Text with #57263E 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 #57263E;}

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

This text has shadow with #57263E color.

.textShadow {text-shadow: 3px 3px 1px #57263E, 3px 3px 1px red;}

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

This text has shadow with #57263E primary color and red secondary color.


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

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

This text has shadow with #57263E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57263E on black background.


Color preview on white background

This text has color #57263E on white background.



Black color preview on #57263E background

This text has black color on #57263E background.


White color preview on #57263E background

This text has white color on #57263E background.