COLOR #571517

HEX: #571517
RGB: (87,21,23)

Color info

#571517 contains mainly red color. Web safe color of #571517 is #660000 (or #600).

RGB color model

#571517 color RGB value is (87,21,23).

  • red value is 87;
  • green value is 21;
  • blue value is 23.
RGB:
(87,21,23)
(34%,8%,9%)

RGB channels and saturation

R 87 of 255 = 34%
G 21 of 255 = 8%
B 23 of 255 = 9%

87
21
23

R + G + B ~ 17%. #571517 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 21 + 23 = 131 (100%)
R 87 of 131 ~ 66.41%
G 21 of 131 ~ 16.03%
B 23 of 131 ~ 17.56%

%66.41
%16.03
%17.56

CMYK color model

#571517 color CMYK value is (0,76,74,66).

  • cyan value is 0.00%
  • magenta value is 75.86%
  • yellow value is 73.56%
  • key color value is 65.88%
CMYK:
(0,76,74,66)
C0M76Y74K66 
(0%,76%,74%,66%)
(0.00/0.76/0.74/0.66)	

CMYK percentages

%0
%75.86
%73.56
%65.88

Codes

Color #571517 in popluar color models

571517
RGB872123
HSL358°61.11%21.18%
HSB/HSV358°75.86%34.12%
CMYK0.00%75.86%73.56%
65.88%

Color #571517 in popluar number systems.

HEX571517
Decimal872123
Binary10101111010110111
Octal1272527

Shades and tints

Shades of #571517

#571517
(87,21,23)
#501415
(80,20,21)
#491313
(73,19,19)
#421211
(66,18,17)
#3B110F
(59,17,15)
#34100D
(52,16,13)
#2D0F0B
(45,15,11)
#260E09
(38,14,9)
#1F0D07
(31,13,7)
#180C05
(24,12,5)
#110B03
(17,11,3)
#000000
(0,0,0)

Tints of #571517

#571517
(87,21,23)
#662A2C
(102,42,44)
#753F41
(117,63,65)
#845456
(132,84,86)
#93696B
(147,105,107)
#A27E80
(162,126,128)
#B19395
(177,147,149)
#C0A8AA
(192,168,170)
#CFBDBF
(207,189,191)
#DED2D4
(222,210,212)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #571517 color. Also use rgb(87,21,23) instead hex code.

Text Font Color

.myTextColor { color: #571517; }

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

This text font color is #571517.


Background Color

.myBgColor { background-color: #571517; }

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

This div background color is #571517.


Border color

.myBorderColor { border: 1px solid #571517; }

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

This div border color is #571517.


Opacity

.myOpacity80 { color: #571517; opacity: 0.8; }

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

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

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

This text has shadow with #571517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571517 on black background.


Color preview on white background

This text has color #571517 on white background.



Black color preview on #571517 background

This text has black color on #571517 background.


White color preview on #571517 background

This text has white color on #571517 background.