COLOR #57351E

HEX: #57351E
RGB: (87,53,30)

Color info

#57351E contains red, green and blue colors in about the same proportion. Web safe color of #57351E is #663333 (or #633).

RGB color model

#57351E color RGB value is (87,53,30).

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

RGB channels and saturation

R 87 of 255 = 34%
G 53 of 255 = 21%
B 30 of 255 = 12%

87
53
30

R + G + B ~ 22%. #57351E is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 53 + 30 = 170 (100%)
R 87 of 170 ~ 51.18%
G 53 of 170 ~ 31.18%
B 30 of 170 ~ 17.65%

%51.18
%31.18
%17.65

CMYK color model

#57351E color CMYK value is (0,39,66,66).

  • cyan value is 0.00%
  • magenta value is 39.08%
  • yellow value is 65.52%
  • key color value is 65.88%
CMYK:
(0,39,66,66)
C0M39Y66K66 
(0%,39%,66%,66%)
(0.00/0.39/0.66/0.66)	

CMYK percentages

%0
%39.08
%65.52
%65.88

Codes

Color #57351E in popluar color models

57351E
RGB875330
HSL24°48.72%22.94%
HSB/HSV24°65.52%34.12%
CMYK0.00%39.08%65.52%
65.88%

Color #57351E in popluar number systems.

HEX57351E
Decimal875330
Binary101011111010111110
Octal1276536

Shades and tints

Shades of #57351E

#57351E
(87,53,30)
#50311C
(80,49,28)
#492D1A
(73,45,26)
#422918
(66,41,24)
#3B2516
(59,37,22)
#342114
(52,33,20)
#2D1D12
(45,29,18)
#261910
(38,25,16)
#1F150E
(31,21,14)
#18110C
(24,17,12)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #57351E

#57351E
(87,53,30)
#664732
(102,71,50)
#755946
(117,89,70)
#846B5A
(132,107,90)
#937D6E
(147,125,110)
#A28F82
(162,143,130)
#B1A196
(177,161,150)
#C0B3AA
(192,179,170)
#CFC5BE
(207,197,190)
#DED7D2
(222,215,210)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57351E color. Also use rgb(87,53,30) instead hex code.

Text Font Color

.myTextColor { color: #57351E; }

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

This text font color is #57351E.


Background Color

.myBgColor { background-color: #57351E; }

<div style="background-color:#57351E">Inner text</div>

This div background color is #57351E.


Border color

.myBorderColor { border: 1px solid #57351E; }

<div style="border:3px solid #57351E">Div</div>

This div border color is #57351E.


Opacity

.myOpacity80 { color: #57351E; opacity: 0.8; }

<p style="color:#57351E;opacity:0.8;">80%</p>

Text with #57351E 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 #57351E;}

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

This text has shadow with #57351E color.

.textShadow {text-shadow: 3px 3px 1px #57351E, 3px 3px 1px red;}

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

This text has shadow with #57351E primary color and red secondary color.


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

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

This text has shadow with #57351E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57351E on black background.


Color preview on white background

This text has color #57351E on white background.



Black color preview on #57351E background

This text has black color on #57351E background.


White color preview on #57351E background

This text has white color on #57351E background.