COLOR #57463F

HEX: #57463F
RGB: (87,70,63)

Color info

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

RGB color model

#57463F color RGB value is (87,70,63).

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

RGB channels and saturation

R 87 of 255 = 34%
G 70 of 255 = 27%
B 63 of 255 = 25%

87
70
63

R + G + B ~ 29%. #57463F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 70 + 63 = 220 (100%)
R 87 of 220 ~ 39.55%
G 70 of 220 ~ 31.82%
B 63 of 220 ~ 28.64%

%39.55
%31.82
%28.64

CMYK color model

#57463F color CMYK value is (0,20,28,66).

  • cyan value is 0.00%
  • magenta value is 19.54%
  • yellow value is 27.59%
  • key color value is 65.88%
CMYK:
(0,20,28,66)
C0M20Y28K66 
(0%,20%,28%,66%)
(0.00/0.20/0.28/0.66)	

CMYK percentages

%0
%19.54
%27.59
%65.88

Codes

Color #57463F in popluar color models

57463F
RGB877063
HSL18°16.00%29.41%
HSB/HSV18°27.59%34.12%
CMYK0.00%19.54%27.59%
65.88%

Color #57463F in popluar number systems.

HEX57463F
Decimal877063
Binary10101111000110111111
Octal12710677

Shades and tints

Shades of #57463F

#57463F
(87,70,63)
#50403A
(80,64,58)
#493A35
(73,58,53)
#423430
(66,52,48)
#3B2E2B
(59,46,43)
#342826
(52,40,38)
#2D2221
(45,34,33)
#261C1C
(38,28,28)
#1F1617
(31,22,23)
#181012
(24,16,18)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #57463F

#57463F
(87,70,63)
#665650
(102,86,80)
#756661
(117,102,97)
#847672
(132,118,114)
#938683
(147,134,131)
#A29694
(162,150,148)
#B1A6A5
(177,166,165)
#C0B6B6
(192,182,182)
#CFC6C7
(207,198,199)
#DED6D8
(222,214,216)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57463F; }

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

This text font color is #57463F.


Background Color

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

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

This div background color is #57463F.


Border color

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

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

This div border color is #57463F.


Opacity

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

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

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

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

This text has shadow with #57463F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57463F on black background.


Color preview on white background

This text has color #57463F on white background.



Black color preview on #57463F background

This text has black color on #57463F background.


White color preview on #57463F background

This text has white color on #57463F background.