COLOR #57483F

HEX: #57483F
RGB: (87,72,63)

Color info

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

RGB color model

#57483F color RGB value is (87,72,63).

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

RGB channels and saturation

R 87 of 255 = 34%
G 72 of 255 = 28%
B 63 of 255 = 25%

87
72
63

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

Portions of RGB colors in percentages

R + G + B =
87 + 72 + 63 = 222 (100%)
R 87 of 222 ~ 39.19%
G 72 of 222 ~ 32.43%
B 63 of 222 ~ 28.38%

%39.19
%32.43
%28.38

CMYK color model

#57483F color CMYK value is (0,17,28,66).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 27.59%
  • key color value is 65.88%
CMYK:
(0,17,28,66)
C0M17Y28K66 
(0%,17%,28%,66%)
(0.00/0.17/0.28/0.66)	

CMYK percentages

%0
%17.24
%27.59
%65.88

Codes

Color #57483F in popluar color models

57483F
RGB877263
HSL23°16.00%29.41%
HSB/HSV23°27.59%34.12%
CMYK0.00%17.24%27.59%
65.88%

Color #57483F in popluar number systems.

HEX57483F
Decimal877263
Binary10101111001000111111
Octal12711077

Shades and tints

Shades of #57483F

#57483F
(87,72,63)
#50423A
(80,66,58)
#493C35
(73,60,53)
#423630
(66,54,48)
#3B302B
(59,48,43)
#342A26
(52,42,38)
#2D2421
(45,36,33)
#261E1C
(38,30,28)
#1F1817
(31,24,23)
#181212
(24,18,18)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #57483F

#57483F
(87,72,63)
#665850
(102,88,80)
#756861
(117,104,97)
#847872
(132,120,114)
#938883
(147,136,131)
#A29894
(162,152,148)
#B1A8A5
(177,168,165)
#C0B8B6
(192,184,182)
#CFC8C7
(207,200,199)
#DED8D8
(222,216,216)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57483F; }

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

This text font color is #57483F.


Background Color

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

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

This div background color is #57483F.


Border color

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

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

This div border color is #57483F.


Opacity

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

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

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

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

This text has shadow with #57483F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57483F on black background.


Color preview on white background

This text has color #57483F on white background.



Black color preview on #57483F background

This text has black color on #57483F background.


White color preview on #57483F background

This text has white color on #57483F background.