COLOR #57002B

HEX: #57002B RGB: (87,0,43)

Color info

#57002B contains only red and blue colors. Web safe color of #57002B is #660033 (or #603).

RGB color model

#57002B color RGB value is (87,0,43).

RGB: (87,0,43) (34%, 0%, 17%)

RGB channels and saturation

R 87 of 255 = 34%
G 0 of 255 = 0%
B 43 of 255 = 17%

87
0
43

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

Portions of RGB colors in percentages

R + G + B = 87 + 0 + 43 = 130 (100%)
R 87 of 130 ~ 66.92%
G 0 of 130 ~ 0%
B 43 of 130 ~ 33.08'%

%66.92
%33.08

CMYK color model

#57002B color CMYK value is (0,100,51,66).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 50.57%
  • key color value is 65.88%

CMYK: (0,100,51,66)
C0M100Y51K66 (0%, 100%, 51%, 66%)
(0.00 / 1.00 / 0.51 / 0.66)

CMYK percentages

%0
%100
%50.57
%65.88

Codes

Color #57002B in popluar color models

57 00 2B
RGB 87 0 43
HSL 330° 100.00% 17.06%
HSB/HSV 330° 100.00% 34.12%
CMYK 0.00% 100.00% 50.57%
65.88%

Color #57002B in popluar number systems.

HEX 57 00 2B
Decimal 87 0 43
Binary 1010111 0 101011
Octal 127 0 53

Shades and tints

Shades of #57002B

#57002B
(87,0,43)
#500028
(80,0,40)
#490025
(73,0,37)
#420022
(66,0,34)
#3B001F
(59,0,31)
#34001C
(52,0,28)
#2D0019
(45,0,25)
#260016
(38,0,22)
#1F0013
(31,0,19)
#180010
(24,0,16)
#11000D
(17,0,13)
#000000
(0,0,0)

Tints of #57002B

#57002B
(87,0,43)
#66173E
(102,23,62)
#752E51
(117,46,81)
#844564
(132,69,100)
#935C77
(147,92,119)
#A2738A
(162,115,138)
#B18A9D
(177,138,157)
#C0A1B0
(192,161,176)
#CFB8C3
(207,184,195)
#DECFD6
(222,207,214)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57002B color. Also use rgb(87,0,43) instead hex code.

Text Font Color

.myTextColor { color: #57002B; }

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

This text font color is #57002B.

Background Color

.myBgColor { background-color: #57002B; }

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

This div background color is #57002B.

Border color

.myBorderColor { border: 1px solid #57002B; }

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

This div border color is #57002B.

Opacity

.myOpacity80 { color: #57002B; opacity: 0.8; }

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

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

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

This text has shadow with #57002B color.


.textShadow {text-shadow: 3px 3px 1px #57002B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #57002B; -webkit-box-shadow: 1px 1px 3px 2px #57002B; box-shadow:1px 1px 3px 2px #57002B;">
Div content here
</div>

This div box has shadow with color #57002B.

Preview

Color preview on black background

This text has color #57002B on black background.


Color preview on white background

This text has color #57002B on white background.


Black color preview on #57002B background

This text has black color on #57002B background.


White color preview on #57002B background

This text has white color on #57002B background.


Related colors

Complementary color

Complementary color for #hex is #A8FFD4.


I love getcolorcode.com

Triadic colors

1 #2B5700 and #002B57 with #57002B are triadic colors.

2 #2B0057 and #00572B with #57002B are triadic colors.