COLOR #57360C

HEX: #57360C
RGB: (87,54,12)

Color info

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

RGB color model

#57360C color RGB value is (87,54,12).

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

RGB channels and saturation

R 87 of 255 = 34%
G 54 of 255 = 21%
B 12 of 255 = 5%

87
54
12

R + G + B ~ 20%. #57360C is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 54 + 12 = 153 (100%)
R 87 of 153 ~ 56.86%
G 54 of 153 ~ 35.29%
B 12 of 153 ~ 7.84%

%56.86
%35.29

CMYK color model

#57360C color CMYK value is (0,38,86,66).

  • cyan value is 0.00%
  • magenta value is 37.93%
  • yellow value is 86.21%
  • key color value is 65.88%
CMYK:
(0,38,86,66)
C0M38Y86K66 
(0%,38%,86%,66%)
(0.00/0.38/0.86/0.66)	

CMYK percentages

%0
%37.93
%86.21
%65.88

Codes

Color #57360C in popluar color models

57360C
RGB875412
HSL34°75.76%19.41%
HSB/HSV34°86.21%34.12%
CMYK0.00%37.93%86.21%
65.88%

Color #57360C in popluar number systems.

HEX57360C
Decimal875412
Binary10101111101101100
Octal1276614

Shades and tints

Shades of #57360C

#57360C
(87,54,12)
#50320B
(80,50,11)
#492E0A
(73,46,10)
#422A09
(66,42,9)
#3B2608
(59,38,8)
#342207
(52,34,7)
#2D1E06
(45,30,6)
#261A05
(38,26,5)
#1F1604
(31,22,4)
#181203
(24,18,3)
#110E02
(17,14,2)
#000000
(0,0,0)

Tints of #57360C

#57360C
(87,54,12)
#664822
(102,72,34)
#755A38
(117,90,56)
#846C4E
(132,108,78)
#937E64
(147,126,100)
#A2907A
(162,144,122)
#B1A290
(177,162,144)
#C0B4A6
(192,180,166)
#CFC6BC
(207,198,188)
#DED8D2
(222,216,210)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57360C; }

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

This text font color is #57360C.


Background Color

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

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

This div background color is #57360C.


Border color

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

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

This div border color is #57360C.


Opacity

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

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

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

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

This text has shadow with #57360C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57360C on black background.


Color preview on white background

This text has color #57360C on white background.



Black color preview on #57360C background

This text has black color on #57360C background.


White color preview on #57360C background

This text has white color on #57360C background.