COLOR #57360F

HEX: #57360F
RGB: (87,54,15)

Color info

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

RGB color model

#57360F color RGB value is (87,54,15).

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

RGB channels and saturation

R 87 of 255 = 34%
G 54 of 255 = 21%
B 15 of 255 = 6%

87
54
15

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

Portions of RGB colors in percentages

R + G + B =
87 + 54 + 15 = 156 (100%)
R 87 of 156 ~ 55.77%
G 54 of 156 ~ 34.62%
B 15 of 156 ~ 9.62%

%55.77
%34.62
%9.62

CMYK color model

#57360F color CMYK value is (0,38,83,66).

  • cyan value is 0.00%
  • magenta value is 37.93%
  • yellow value is 82.76%
  • key color value is 65.88%
CMYK:
(0,38,83,66)
C0M38Y83K66 
(0%,38%,83%,66%)
(0.00/0.38/0.83/0.66)	

CMYK percentages

%0
%37.93
%82.76
%65.88

Codes

Color #57360F in popluar color models

57360F
RGB875415
HSL33°70.59%20.00%
HSB/HSV33°82.76%34.12%
CMYK0.00%37.93%82.76%
65.88%

Color #57360F in popluar number systems.

HEX57360F
Decimal875415
Binary10101111101101111
Octal1276617

Shades and tints

Shades of #57360F

#57360F
(87,54,15)
#50320E
(80,50,14)
#492E0D
(73,46,13)
#422A0C
(66,42,12)
#3B260B
(59,38,11)
#34220A
(52,34,10)
#2D1E09
(45,30,9)
#261A08
(38,26,8)
#1F1607
(31,22,7)
#181206
(24,18,6)
#110E05
(17,14,5)
#000000
(0,0,0)

Tints of #57360F

#57360F
(87,54,15)
#664824
(102,72,36)
#755A39
(117,90,57)
#846C4E
(132,108,78)
#937E63
(147,126,99)
#A29078
(162,144,120)
#B1A28D
(177,162,141)
#C0B4A2
(192,180,162)
#CFC6B7
(207,198,183)
#DED8CC
(222,216,204)
#EDEAE1
(237,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57360F; }

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

This text font color is #57360F.


Background Color

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

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

This div background color is #57360F.


Border color

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

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

This div border color is #57360F.


Opacity

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

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

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

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

This text has shadow with #57360F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57360F on black background.


Color preview on white background

This text has color #57360F on white background.



Black color preview on #57360F background

This text has black color on #57360F background.


White color preview on #57360F background

This text has white color on #57360F background.