COLOR #570314

HEX: #570314
RGB: (87,3,20)

Color info

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

RGB color model

#570314 color RGB value is (87,3,20).

  • red value is 87;
  • green value is 3;
  • blue value is 20.
RGB:
(87,3,20)
(34%,1%,8%)

RGB channels and saturation

R 87 of 255 = 34%
G 3 of 255 = 1%
B 20 of 255 = 8%

87
3
20

R + G + B ~ 14%. #570314 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 3 + 20 = 110 (100%)
R 87 of 110 ~ 79.09%
G 3 of 110 ~ 2.73%
B 20 of 110 ~ 18.18%

%79.09
%18.18

CMYK color model

#570314 color CMYK value is (0,97,77,66).

  • cyan value is 0.00%
  • magenta value is 96.55%
  • yellow value is 77.01%
  • key color value is 65.88%
CMYK:
(0,97,77,66)
C0M97Y77K66 
(0%,97%,77%,66%)
(0.00/0.97/0.77/0.66)	

CMYK percentages

%0
%96.55
%77.01
%65.88

Codes

Color #570314 in popluar color models

570314
RGB87320
HSL348°93.33%17.65%
HSB/HSV348°96.55%34.12%
CMYK0.00%96.55%77.01%
65.88%

Color #570314 in popluar number systems.

HEX570314
Decimal87320
Binary10101111110100
Octal127324

Shades and tints

Shades of #570314

#570314
(87,3,20)
#500313
(80,3,19)
#490312
(73,3,18)
#420311
(66,3,17)
#3B0310
(59,3,16)
#34030F
(52,3,15)
#2D030E
(45,3,14)
#26030D
(38,3,13)
#1F030C
(31,3,12)
#18030B
(24,3,11)
#11030A
(17,3,10)
#000000
(0,0,0)

Tints of #570314

#570314
(87,3,20)
#661929
(102,25,41)
#752F3E
(117,47,62)
#844553
(132,69,83)
#935B68
(147,91,104)
#A2717D
(162,113,125)
#B18792
(177,135,146)
#C09DA7
(192,157,167)
#CFB3BC
(207,179,188)
#DEC9D1
(222,201,209)
#EDDFE6
(237,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #570314 color. Also use rgb(87,3,20) instead hex code.

Text Font Color

.myTextColor { color: #570314; }

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

This text font color is #570314.


Background Color

.myBgColor { background-color: #570314; }

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

This div background color is #570314.


Border color

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

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

This div border color is #570314.


Opacity

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

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

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

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

This text has shadow with #570314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #570314 on black background.


Color preview on white background

This text has color #570314 on white background.



Black color preview on #570314 background

This text has black color on #570314 background.


White color preview on #570314 background

This text has white color on #570314 background.