COLOR #57463A

HEX: #57463A
RGB: (87,70,58)

Color info

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

RGB color model

#57463A color RGB value is (87,70,58).

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

RGB channels and saturation

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

87
70
58

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

Portions of RGB colors in percentages

R + G + B =
87 + 70 + 58 = 215 (100%)
R 87 of 215 ~ 40.47%
G 70 of 215 ~ 32.56%
B 58 of 215 ~ 26.98%

%40.47
%32.56
%26.98

CMYK color model

#57463A color CMYK value is (0,20,33,66).

  • cyan value is 0.00%
  • magenta value is 19.54%
  • yellow value is 33.33%
  • key color value is 65.88%
CMYK:
(0,20,33,66)
C0M20Y33K66 
(0%,20%,33%,66%)
(0.00/0.20/0.33/0.66)	

CMYK percentages

%0
%19.54
%33.33
%65.88

Codes

Color #57463A in popluar color models

57463A
RGB877058
HSL25°20.00%28.43%
HSB/HSV25°33.33%34.12%
CMYK0.00%19.54%33.33%
65.88%

Color #57463A in popluar number systems.

HEX57463A
Decimal877058
Binary10101111000110111010
Octal12710672

Shades and tints

Shades of #57463A

#57463A
(87,70,58)
#504035
(80,64,53)
#493A30
(73,58,48)
#42342B
(66,52,43)
#3B2E26
(59,46,38)
#342821
(52,40,33)
#2D221C
(45,34,28)
#261C17
(38,28,23)
#1F1612
(31,22,18)
#18100D
(24,16,13)
#110A08
(17,10,8)
#000000
(0,0,0)

Tints of #57463A

#57463A
(87,70,58)
#66564B
(102,86,75)
#75665C
(117,102,92)
#84766D
(132,118,109)
#93867E
(147,134,126)
#A2968F
(162,150,143)
#B1A6A0
(177,166,160)
#C0B6B1
(192,182,177)
#CFC6C2
(207,198,194)
#DED6D3
(222,214,211)
#EDE6E4
(237,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57463A; }

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

This text font color is #57463A.


Background Color

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

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

This div background color is #57463A.


Border color

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

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

This div border color is #57463A.


Opacity

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

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

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

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

This text has shadow with #57463A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57463A on black background.


Color preview on white background

This text has color #57463A on white background.



Black color preview on #57463A background

This text has black color on #57463A background.


White color preview on #57463A background

This text has white color on #57463A background.