COLOR #57382A

HEX: #57382A
RGB: (87,56,42)

Color info

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

RGB color model

#57382A color RGB value is (87,56,42).

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

RGB channels and saturation

R 87 of 255 = 34%
G 56 of 255 = 22%
B 42 of 255 = 16%

87
56
42

R + G + B ~ 24%. #57382A is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 56 + 42 = 185 (100%)
R 87 of 185 ~ 47.03%
G 56 of 185 ~ 30.27%
B 42 of 185 ~ 22.7%

%47.03
%30.27
%22.7

CMYK color model

#57382A color CMYK value is (0,36,52,66).

  • cyan value is 0.00%
  • magenta value is 35.63%
  • yellow value is 51.72%
  • key color value is 65.88%
CMYK:
(0,36,52,66)
C0M36Y52K66 
(0%,36%,52%,66%)
(0.00/0.36/0.52/0.66)	

CMYK percentages

%0
%35.63
%51.72
%65.88

Codes

Color #57382A in popluar color models

57382A
RGB875642
HSL19°34.88%25.29%
HSB/HSV19°51.72%34.12%
CMYK0.00%35.63%51.72%
65.88%

Color #57382A in popluar number systems.

HEX57382A
Decimal875642
Binary1010111111000101010
Octal1277052

Shades and tints

Shades of #57382A

#57382A
(87,56,42)
#503327
(80,51,39)
#492E24
(73,46,36)
#422921
(66,41,33)
#3B241E
(59,36,30)
#341F1B
(52,31,27)
#2D1A18
(45,26,24)
#261515
(38,21,21)
#1F1012
(31,16,18)
#180B0F
(24,11,15)
#11060C
(17,6,12)
#000000
(0,0,0)

Tints of #57382A

#57382A
(87,56,42)
#664A3D
(102,74,61)
#755C50
(117,92,80)
#846E63
(132,110,99)
#938076
(147,128,118)
#A29289
(162,146,137)
#B1A49C
(177,164,156)
#C0B6AF
(192,182,175)
#CFC8C2
(207,200,194)
#DEDAD5
(222,218,213)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57382A; }

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

This text font color is #57382A.


Background Color

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

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

This div background color is #57382A.


Border color

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

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

This div border color is #57382A.


Opacity

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

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

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

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

This text has shadow with #57382A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57382A on black background.


Color preview on white background

This text has color #57382A on white background.



Black color preview on #57382A background

This text has black color on #57382A background.


White color preview on #57382A background

This text has white color on #57382A background.