COLOR #57283A

HEX: #57283A
RGB: (87,40,58)

Color info

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

RGB color model

#57283A color RGB value is (87,40,58).

  • red value is 87;
  • green value is 40;
  • blue value is 58.
RGB:
(87,40,58)
(34%,16%,23%)

RGB channels and saturation

R 87 of 255 = 34%
G 40 of 255 = 16%
B 58 of 255 = 23%

87
40
58

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

Portions of RGB colors in percentages

R + G + B =
87 + 40 + 58 = 185 (100%)
R 87 of 185 ~ 47.03%
G 40 of 185 ~ 21.62%
B 58 of 185 ~ 31.35%

%47.03
%21.62
%31.35

CMYK color model

#57283A color CMYK value is (0,54,33,66).

  • cyan value is 0.00%
  • magenta value is 54.02%
  • yellow value is 33.33%
  • key color value is 65.88%
CMYK:
(0,54,33,66)
C0M54Y33K66 
(0%,54%,33%,66%)
(0.00/0.54/0.33/0.66)	

CMYK percentages

%0
%54.02
%33.33
%65.88

Codes

Color #57283A in popluar color models

57283A
RGB874058
HSL337°37.01%24.90%
HSB/HSV337°54.02%34.12%
CMYK0.00%54.02%33.33%
65.88%

Color #57283A in popluar number systems.

HEX57283A
Decimal874058
Binary1010111101000111010
Octal1275072

Shades and tints

Shades of #57283A

#57283A
(87,40,58)
#502535
(80,37,53)
#492230
(73,34,48)
#421F2B
(66,31,43)
#3B1C26
(59,28,38)
#341921
(52,25,33)
#2D161C
(45,22,28)
#261317
(38,19,23)
#1F1012
(31,16,18)
#180D0D
(24,13,13)
#110A08
(17,10,8)
#000000
(0,0,0)

Tints of #57283A

#57283A
(87,40,58)
#663B4B
(102,59,75)
#754E5C
(117,78,92)
#84616D
(132,97,109)
#93747E
(147,116,126)
#A2878F
(162,135,143)
#B19AA0
(177,154,160)
#C0ADB1
(192,173,177)
#CFC0C2
(207,192,194)
#DED3D3
(222,211,211)
#EDE6E4
(237,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57283A color. Also use rgb(87,40,58) instead hex code.

Text Font Color

.myTextColor { color: #57283A; }

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

This text font color is #57283A.


Background Color

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

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

This div background color is #57283A.


Border color

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

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

This div border color is #57283A.


Opacity

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

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

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

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

This text has shadow with #57283A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57283A on black background.


Color preview on white background

This text has color #57283A on white background.



Black color preview on #57283A background

This text has black color on #57283A background.


White color preview on #57283A background

This text has white color on #57283A background.