COLOR #57462C

HEX: #57462C
RGB: (87,70,44)

Color info

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

RGB color model

#57462C color RGB value is (87,70,44).

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

RGB channels and saturation

R 87 of 255 = 34%
G 70 of 255 = 27%
B 44 of 255 = 17%

87
70
44

R + G + B ~ 26%. #57462C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 70 + 44 = 201 (100%)
R 87 of 201 ~ 43.28%
G 70 of 201 ~ 34.83%
B 44 of 201 ~ 21.89%

%43.28
%34.83
%21.89

CMYK color model

#57462C color CMYK value is (0,20,49,66).

  • cyan value is 0.00%
  • magenta value is 19.54%
  • yellow value is 49.43%
  • key color value is 65.88%
CMYK:
(0,20,49,66)
C0M20Y49K66 
(0%,20%,49%,66%)
(0.00/0.20/0.49/0.66)	

CMYK percentages

%0
%19.54
%49.43
%65.88

Codes

Color #57462C in popluar color models

57462C
RGB877044
HSL36°32.82%25.69%
HSB/HSV36°49.43%34.12%
CMYK0.00%19.54%49.43%
65.88%

Color #57462C in popluar number systems.

HEX57462C
Decimal877044
Binary10101111000110101100
Octal12710654

Shades and tints

Shades of #57462C

#57462C
(87,70,44)
#504028
(80,64,40)
#493A24
(73,58,36)
#423420
(66,52,32)
#3B2E1C
(59,46,28)
#342818
(52,40,24)
#2D2214
(45,34,20)
#261C10
(38,28,16)
#1F160C
(31,22,12)
#181008
(24,16,8)
#110A04
(17,10,4)
#000000
(0,0,0)

Tints of #57462C

#57462C
(87,70,44)
#66563F
(102,86,63)
#756652
(117,102,82)
#847665
(132,118,101)
#938678
(147,134,120)
#A2968B
(162,150,139)
#B1A69E
(177,166,158)
#C0B6B1
(192,182,177)
#CFC6C4
(207,198,196)
#DED6D7
(222,214,215)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57462C color. Also use rgb(87,70,44) instead hex code.

Text Font Color

.myTextColor { color: #57462C; }

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

This text font color is #57462C.


Background Color

.myBgColor { background-color: #57462C; }

<div style="background-color:#57462C">Inner text</div>

This div background color is #57462C.


Border color

.myBorderColor { border: 1px solid #57462C; }

<div style="border:3px solid #57462C">Div</div>

This div border color is #57462C.


Opacity

.myOpacity80 { color: #57462C; opacity: 0.8; }

<p style="color:#57462C;opacity:0.8;">80%</p>

Text with #57462C 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 #57462C;}

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

This text has shadow with #57462C color.

.textShadow {text-shadow: 3px 3px 1px #57462C, 3px 3px 1px red;}

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

This text has shadow with #57462C primary color and red secondary color.


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

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

This text has shadow with #57462C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57462C on black background.


Color preview on white background

This text has color #57462C on white background.



Black color preview on #57462C background

This text has black color on #57462C background.


White color preview on #57462C background

This text has white color on #57462C background.