COLOR #57340D

HEX: #57340D
RGB: (87,52,13)

Color info

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

RGB color model

#57340D color RGB value is (87,52,13).

  • red value is 87;
  • green value is 52;
  • blue value is 13.
RGB:
(87,52,13)
(34%,20%,5%)

RGB channels and saturation

R 87 of 255 = 34%
G 52 of 255 = 20%
B 13 of 255 = 5%

87
52
13

R + G + B ~ 20%. #57340D is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 52 + 13 = 152 (100%)
R 87 of 152 ~ 57.24%
G 52 of 152 ~ 34.21%
B 13 of 152 ~ 8.55%

%57.24
%34.21

CMYK color model

#57340D color CMYK value is (0,40,85,66).

  • cyan value is 0.00%
  • magenta value is 40.23%
  • yellow value is 85.06%
  • key color value is 65.88%
CMYK:
(0,40,85,66)
C0M40Y85K66 
(0%,40%,85%,66%)
(0.00/0.40/0.85/0.66)	

CMYK percentages

%0
%40.23
%85.06
%65.88

Codes

Color #57340D in popluar color models

57340D
RGB875213
HSL32°74.00%19.61%
HSB/HSV32°85.06%34.12%
CMYK0.00%40.23%85.06%
65.88%

Color #57340D in popluar number systems.

HEX57340D
Decimal875213
Binary10101111101001101
Octal1276415

Shades and tints

Shades of #57340D

#57340D
(87,52,13)
#50300C
(80,48,12)
#492C0B
(73,44,11)
#42280A
(66,40,10)
#3B2409
(59,36,9)
#342008
(52,32,8)
#2D1C07
(45,28,7)
#261806
(38,24,6)
#1F1405
(31,20,5)
#181004
(24,16,4)
#110C03
(17,12,3)
#000000
(0,0,0)

Tints of #57340D

#57340D
(87,52,13)
#664623
(102,70,35)
#755839
(117,88,57)
#846A4F
(132,106,79)
#937C65
(147,124,101)
#A28E7B
(162,142,123)
#B1A091
(177,160,145)
#C0B2A7
(192,178,167)
#CFC4BD
(207,196,189)
#DED6D3
(222,214,211)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57340D color. Also use rgb(87,52,13) instead hex code.

Text Font Color

.myTextColor { color: #57340D; }

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

This text font color is #57340D.


Background Color

.myBgColor { background-color: #57340D; }

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

This div background color is #57340D.


Border color

.myBorderColor { border: 1px solid #57340D; }

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

This div border color is #57340D.


Opacity

.myOpacity80 { color: #57340D; opacity: 0.8; }

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

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

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

This text has shadow with #57340D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57340D on black background.


Color preview on white background

This text has color #57340D on white background.



Black color preview on #57340D background

This text has black color on #57340D background.


White color preview on #57340D background

This text has white color on #57340D background.