COLOR #57453A

HEX: #57453A
RGB: (87,69,58)

Color info

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

RGB color model

#57453A color RGB value is (87,69,58).

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

RGB channels and saturation

R 87 of 255 = 34%
G 69 of 255 = 27%
B 58 of 255 = 23%

87
69
58

R + G + B ~ 28%. #57453A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 69 + 58 = 214 (100%)
R 87 of 214 ~ 40.65%
G 69 of 214 ~ 32.24%
B 58 of 214 ~ 27.1%

%40.65
%32.24
%27.1

CMYK color model

#57453A color CMYK value is (0,21,33,66).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 33.33%
  • key color value is 65.88%
CMYK:
(0,21,33,66)
C0M21Y33K66 
(0%,21%,33%,66%)
(0.00/0.21/0.33/0.66)	

CMYK percentages

%0
%20.69
%33.33
%65.88

Codes

Color #57453A in popluar color models

57453A
RGB876958
HSL23°20.00%28.43%
HSB/HSV23°33.33%34.12%
CMYK0.00%20.69%33.33%
65.88%

Color #57453A in popluar number systems.

HEX57453A
Decimal876958
Binary10101111000101111010
Octal12710572

Shades and tints

Shades of #57453A

#57453A
(87,69,58)
#503F35
(80,63,53)
#493930
(73,57,48)
#42332B
(66,51,43)
#3B2D26
(59,45,38)
#342721
(52,39,33)
#2D211C
(45,33,28)
#261B17
(38,27,23)
#1F1512
(31,21,18)
#180F0D
(24,15,13)
#110908
(17,9,8)
#000000
(0,0,0)

Tints of #57453A

#57453A
(87,69,58)
#66554B
(102,85,75)
#75655C
(117,101,92)
#84756D
(132,117,109)
#93857E
(147,133,126)
#A2958F
(162,149,143)
#B1A5A0
(177,165,160)
#C0B5B1
(192,181,177)
#CFC5C2
(207,197,194)
#DED5D3
(222,213,211)
#EDE5E4
(237,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57453A; }

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

This text font color is #57453A.


Background Color

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

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

This div background color is #57453A.


Border color

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

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

This div border color is #57453A.


Opacity

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

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

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

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

This text has shadow with #57453A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57453A on black background.


Color preview on white background

This text has color #57453A on white background.



Black color preview on #57453A background

This text has black color on #57453A background.


White color preview on #57453A background

This text has white color on #57453A background.