COLOR #571D34

HEX: #571D34
RGB: (87,29,52)

Color info

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

RGB color model

#571D34 color RGB value is (87,29,52).

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

RGB channels and saturation

R 87 of 255 = 34%
G 29 of 255 = 11%
B 52 of 255 = 20%

87
29
52

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

Portions of RGB colors in percentages

R + G + B =
87 + 29 + 52 = 168 (100%)
R 87 of 168 ~ 51.79%
G 29 of 168 ~ 17.26%
B 52 of 168 ~ 30.95%

%51.79
%17.26
%30.95

CMYK color model

#571D34 color CMYK value is (0,67,40,66).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 40.23%
  • key color value is 65.88%
CMYK:
(0,67,40,66)
C0M67Y40K66 
(0%,67%,40%,66%)
(0.00/0.67/0.40/0.66)	

CMYK percentages

%0
%66.67
%40.23
%65.88

Codes

Color #571D34 in popluar color models

571D34
RGB872952
HSL336°50.00%22.75%
HSB/HSV336°66.67%34.12%
CMYK0.00%66.67%40.23%
65.88%

Color #571D34 in popluar number systems.

HEX571D34
Decimal872952
Binary101011111101110100
Octal1273564

Shades and tints

Shades of #571D34

#571D34
(87,29,52)
#501B30
(80,27,48)
#49192C
(73,25,44)
#421728
(66,23,40)
#3B1524
(59,21,36)
#341320
(52,19,32)
#2D111C
(45,17,28)
#260F18
(38,15,24)
#1F0D14
(31,13,20)
#180B10
(24,11,16)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #571D34

#571D34
(87,29,52)
#663146
(102,49,70)
#754558
(117,69,88)
#84596A
(132,89,106)
#936D7C
(147,109,124)
#A2818E
(162,129,142)
#B195A0
(177,149,160)
#C0A9B2
(192,169,178)
#CFBDC4
(207,189,196)
#DED1D6
(222,209,214)
#EDE5E8
(237,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #571D34 color. Also use rgb(87,29,52) instead hex code.

Text Font Color

.myTextColor { color: #571D34; }

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

This text font color is #571D34.


Background Color

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

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

This div background color is #571D34.


Border color

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

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

This div border color is #571D34.


Opacity

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

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

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

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

This text has shadow with #571D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571D34 on black background.


Color preview on white background

This text has color #571D34 on white background.



Black color preview on #571D34 background

This text has black color on #571D34 background.


White color preview on #571D34 background

This text has white color on #571D34 background.