COLOR #571F25

HEX: #571F25
RGB: (87,31,37)

Color info

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

RGB color model

#571F25 color RGB value is (87,31,37).

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

RGB channels and saturation

R 87 of 255 = 34%
G 31 of 255 = 12%
B 37 of 255 = 15%

87
31
37

R + G + B ~ 20%. #571F25 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 31 + 37 = 155 (100%)
R 87 of 155 ~ 56.13%
G 31 of 155 ~ 20%
B 37 of 155 ~ 23.87%

%56.13
%20
%23.87

CMYK color model

#571F25 color CMYK value is (0,64,57,66).

  • cyan value is 0.00%
  • magenta value is 64.37%
  • yellow value is 57.47%
  • key color value is 65.88%
CMYK:
(0,64,57,66)
C0M64Y57K66 
(0%,64%,57%,66%)
(0.00/0.64/0.57/0.66)	

CMYK percentages

%0
%64.37
%57.47
%65.88

Codes

Color #571F25 in popluar color models

571F25
RGB873137
HSL354°47.46%23.14%
HSB/HSV354°64.37%34.12%
CMYK0.00%64.37%57.47%
65.88%

Color #571F25 in popluar number systems.

HEX571F25
Decimal873137
Binary101011111111100101
Octal1273745

Shades and tints

Shades of #571F25

#571F25
(87,31,37)
#501D22
(80,29,34)
#491B1F
(73,27,31)
#42191C
(66,25,28)
#3B1719
(59,23,25)
#341516
(52,21,22)
#2D1313
(45,19,19)
#261110
(38,17,16)
#1F0F0D
(31,15,13)
#180D0A
(24,13,10)
#110B07
(17,11,7)
#000000
(0,0,0)

Tints of #571F25

#571F25
(87,31,37)
#663338
(102,51,56)
#75474B
(117,71,75)
#845B5E
(132,91,94)
#936F71
(147,111,113)
#A28384
(162,131,132)
#B19797
(177,151,151)
#C0ABAA
(192,171,170)
#CFBFBD
(207,191,189)
#DED3D0
(222,211,208)
#EDE7E3
(237,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #571F25 color. Also use rgb(87,31,37) instead hex code.

Text Font Color

.myTextColor { color: #571F25; }

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

This text font color is #571F25.


Background Color

.myBgColor { background-color: #571F25; }

<div style="background-color:#571F25">Inner text</div>

This div background color is #571F25.


Border color

.myBorderColor { border: 1px solid #571F25; }

<div style="border:3px solid #571F25">Div</div>

This div border color is #571F25.


Opacity

.myOpacity80 { color: #571F25; opacity: 0.8; }

<p style="color:#571F25;opacity:0.8;">80%</p>

Text with #571F25 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 #571F25;}

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

This text has shadow with #571F25 color.

.textShadow {text-shadow: 3px 3px 1px #571F25, 3px 3px 1px red;}

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

This text has shadow with #571F25 primary color and red secondary color.


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

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

This text has shadow with #571F25 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571F25 on black background.


Color preview on white background

This text has color #571F25 on white background.



Black color preview on #571F25 background

This text has black color on #571F25 background.


White color preview on #571F25 background

This text has white color on #571F25 background.