COLOR #57270C

HEX: #57270C
RGB: (87,39,12)

Color info

#57270C contains mainly red and green colors. Web safe color of #57270C is #663300 (or #630).

RGB color model

#57270C color RGB value is (87,39,12).

  • red value is 87;
  • green value is 39;
  • blue value is 12.
RGB:
(87,39,12)
(34%,15%,5%)

RGB channels and saturation

R 87 of 255 = 34%
G 39 of 255 = 15%
B 12 of 255 = 5%

87
39
12

R + G + B ~ 18%. #57270C is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 39 + 12 = 138 (100%)
R 87 of 138 ~ 63.04%
G 39 of 138 ~ 28.26%
B 12 of 138 ~ 8.7%

%63.04
%28.26

CMYK color model

#57270C color CMYK value is (0,55,86,66).

  • cyan value is 0.00%
  • magenta value is 55.17%
  • yellow value is 86.21%
  • key color value is 65.88%
CMYK:
(0,55,86,66)
C0M55Y86K66 
(0%,55%,86%,66%)
(0.00/0.55/0.86/0.66)	

CMYK percentages

%0
%55.17
%86.21
%65.88

Codes

Color #57270C in popluar color models

57270C
RGB873912
HSL22°75.76%19.41%
HSB/HSV22°86.21%34.12%
CMYK0.00%55.17%86.21%
65.88%

Color #57270C in popluar number systems.

HEX57270C
Decimal873912
Binary10101111001111100
Octal1274714

Shades and tints

Shades of #57270C

#57270C
(87,39,12)
#50240B
(80,36,11)
#49210A
(73,33,10)
#421E09
(66,30,9)
#3B1B08
(59,27,8)
#341807
(52,24,7)
#2D1506
(45,21,6)
#261205
(38,18,5)
#1F0F04
(31,15,4)
#180C03
(24,12,3)
#110902
(17,9,2)
#000000
(0,0,0)

Tints of #57270C

#57270C
(87,39,12)
#663A22
(102,58,34)
#754D38
(117,77,56)
#84604E
(132,96,78)
#937364
(147,115,100)
#A2867A
(162,134,122)
#B19990
(177,153,144)
#C0ACA6
(192,172,166)
#CFBFBC
(207,191,188)
#DED2D2
(222,210,210)
#EDE5E8
(237,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57270C color. Also use rgb(87,39,12) instead hex code.

Text Font Color

.myTextColor { color: #57270C; }

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

This text font color is #57270C.


Background Color

.myBgColor { background-color: #57270C; }

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

This div background color is #57270C.


Border color

.myBorderColor { border: 1px solid #57270C; }

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

This div border color is #57270C.


Opacity

.myOpacity80 { color: #57270C; opacity: 0.8; }

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

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

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

This text has shadow with #57270C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57270C on black background.


Color preview on white background

This text has color #57270C on white background.



Black color preview on #57270C background

This text has black color on #57270C background.


White color preview on #57270C background

This text has white color on #57270C background.