COLOR #57251D

HEX: #57251D
RGB: (87,37,29)

Color info

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

RGB color model

#57251D color RGB value is (87,37,29).

  • red value is 87;
  • green value is 37;
  • blue value is 29.
RGB:
(87,37,29)
(34%,15%,11%)

RGB channels and saturation

R 87 of 255 = 34%
G 37 of 255 = 15%
B 29 of 255 = 11%

87
37
29

R + G + B ~ 20%. #57251D is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 37 + 29 = 153 (100%)
R 87 of 153 ~ 56.86%
G 37 of 153 ~ 24.18%
B 29 of 153 ~ 18.95%

%56.86
%24.18
%18.95

CMYK color model

#57251D color CMYK value is (0,57,67,66).

  • cyan value is 0.00%
  • magenta value is 57.47%
  • yellow value is 66.67%
  • key color value is 65.88%
CMYK:
(0,57,67,66)
C0M57Y67K66 
(0%,57%,67%,66%)
(0.00/0.57/0.67/0.66)	

CMYK percentages

%0
%57.47
%66.67
%65.88

Codes

Color #57251D in popluar color models

57251D
RGB873729
HSL50.00%22.75%
HSB/HSV66.67%34.12%
CMYK0.00%57.47%66.67%
65.88%

Color #57251D in popluar number systems.

HEX57251D
Decimal873729
Binary101011110010111101
Octal1274535

Shades and tints

Shades of #57251D

#57251D
(87,37,29)
#50221B
(80,34,27)
#491F19
(73,31,25)
#421C17
(66,28,23)
#3B1915
(59,25,21)
#341613
(52,22,19)
#2D1311
(45,19,17)
#26100F
(38,16,15)
#1F0D0D
(31,13,13)
#180A0B
(24,10,11)
#110709
(17,7,9)
#000000
(0,0,0)

Tints of #57251D

#57251D
(87,37,29)
#663831
(102,56,49)
#754B45
(117,75,69)
#845E59
(132,94,89)
#93716D
(147,113,109)
#A28481
(162,132,129)
#B19795
(177,151,149)
#C0AAA9
(192,170,169)
#CFBDBD
(207,189,189)
#DED0D1
(222,208,209)
#EDE3E5
(237,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57251D color. Also use rgb(87,37,29) instead hex code.

Text Font Color

.myTextColor { color: #57251D; }

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

This text font color is #57251D.


Background Color

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

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

This div background color is #57251D.


Border color

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

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

This div border color is #57251D.


Opacity

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

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

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

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

This text has shadow with #57251D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57251D on black background.


Color preview on white background

This text has color #57251D on white background.



Black color preview on #57251D background

This text has black color on #57251D background.


White color preview on #57251D background

This text has white color on #57251D background.