COLOR #57332A

HEX: #57332A
RGB: (87,51,42)

Color info

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

RGB color model

#57332A color RGB value is (87,51,42).

  • red value is 87;
  • green value is 51;
  • blue value is 42.
RGB:
(87,51,42)
(34%,20%,16%)

RGB channels and saturation

R 87 of 255 = 34%
G 51 of 255 = 20%
B 42 of 255 = 16%

87
51
42

R + G + B ~ 23%. #57332A is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 51 + 42 = 180 (100%)
R 87 of 180 ~ 48.33%
G 51 of 180 ~ 28.33%
B 42 of 180 ~ 23.33%

%48.33
%28.33
%23.33

CMYK color model

#57332A color CMYK value is (0,41,52,66).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 51.72%
  • key color value is 65.88%
CMYK:
(0,41,52,66)
C0M41Y52K66 
(0%,41%,52%,66%)
(0.00/0.41/0.52/0.66)	

CMYK percentages

%0
%41.38
%51.72
%65.88

Codes

Color #57332A in popluar color models

57332A
RGB875142
HSL12°34.88%25.29%
HSB/HSV12°51.72%34.12%
CMYK0.00%41.38%51.72%
65.88%

Color #57332A in popluar number systems.

HEX57332A
Decimal875142
Binary1010111110011101010
Octal1276352

Shades and tints

Shades of #57332A

#57332A
(87,51,42)
#502F27
(80,47,39)
#492B24
(73,43,36)
#422721
(66,39,33)
#3B231E
(59,35,30)
#341F1B
(52,31,27)
#2D1B18
(45,27,24)
#261715
(38,23,21)
#1F1312
(31,19,18)
#180F0F
(24,15,15)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #57332A

#57332A
(87,51,42)
#66453D
(102,69,61)
#755750
(117,87,80)
#846963
(132,105,99)
#937B76
(147,123,118)
#A28D89
(162,141,137)
#B19F9C
(177,159,156)
#C0B1AF
(192,177,175)
#CFC3C2
(207,195,194)
#DED5D5
(222,213,213)
#EDE7E8
(237,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57332A color. Also use rgb(87,51,42) instead hex code.

Text Font Color

.myTextColor { color: #57332A; }

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

This text font color is #57332A.


Background Color

.myBgColor { background-color: #57332A; }

<div style="background-color:#57332A">Inner text</div>

This div background color is #57332A.


Border color

.myBorderColor { border: 1px solid #57332A; }

<div style="border:3px solid #57332A">Div</div>

This div border color is #57332A.


Opacity

.myOpacity80 { color: #57332A; opacity: 0.8; }

<p style="color:#57332A;opacity:0.8;">80%</p>

Text with #57332A 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 #57332A;}

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

This text has shadow with #57332A color.

.textShadow {text-shadow: 3px 3px 1px #57332A, 3px 3px 1px red;}

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

This text has shadow with #57332A primary color and red secondary color.


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

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

This text has shadow with #57332A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57332A on black background.


Color preview on white background

This text has color #57332A on white background.



Black color preview on #57332A background

This text has black color on #57332A background.


White color preview on #57332A background

This text has white color on #57332A background.