COLOR #571E32

HEX: #571E32
RGB: (87,30,50)

Color info

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

RGB color model

#571E32 color RGB value is (87,30,50).

  • red value is 87;
  • green value is 30;
  • blue value is 50.
RGB:
(87,30,50)
(34%,12%,20%)

RGB channels and saturation

R 87 of 255 = 34%
G 30 of 255 = 12%
B 50 of 255 = 20%

87
30
50

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

Portions of RGB colors in percentages

R + G + B =
87 + 30 + 50 = 167 (100%)
R 87 of 167 ~ 52.1%
G 30 of 167 ~ 17.96%
B 50 of 167 ~ 29.94%

%52.1
%17.96
%29.94

CMYK color model

#571E32 color CMYK value is (0,66,43,66).

  • cyan value is 0.00%
  • magenta value is 65.52%
  • yellow value is 42.53%
  • key color value is 65.88%
CMYK:
(0,66,43,66)
C0M66Y43K66 
(0%,66%,43%,66%)
(0.00/0.66/0.43/0.66)	

CMYK percentages

%0
%65.52
%42.53
%65.88

Codes

Color #571E32 in popluar color models

571E32
RGB873050
HSL339°48.72%22.94%
HSB/HSV339°65.52%34.12%
CMYK0.00%65.52%42.53%
65.88%

Color #571E32 in popluar number systems.

HEX571E32
Decimal873050
Binary101011111110110010
Octal1273662

Shades and tints

Shades of #571E32

#571E32
(87,30,50)
#501C2E
(80,28,46)
#491A2A
(73,26,42)
#421826
(66,24,38)
#3B1622
(59,22,34)
#34141E
(52,20,30)
#2D121A
(45,18,26)
#261016
(38,16,22)
#1F0E12
(31,14,18)
#180C0E
(24,12,14)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #571E32

#571E32
(87,30,50)
#663244
(102,50,68)
#754656
(117,70,86)
#845A68
(132,90,104)
#936E7A
(147,110,122)
#A2828C
(162,130,140)
#B1969E
(177,150,158)
#C0AAB0
(192,170,176)
#CFBEC2
(207,190,194)
#DED2D4
(222,210,212)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #571E32 color. Also use rgb(87,30,50) instead hex code.

Text Font Color

.myTextColor { color: #571E32; }

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

This text font color is #571E32.


Background Color

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

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

This div background color is #571E32.


Border color

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

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

This div border color is #571E32.


Opacity

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

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

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

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

This text has shadow with #571E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571E32 on black background.


Color preview on white background

This text has color #571E32 on white background.



Black color preview on #571E32 background

This text has black color on #571E32 background.


White color preview on #571E32 background

This text has white color on #571E32 background.