COLOR #57353D

HEX: #57353D
RGB: (87,53,61)

Color info

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

RGB color model

#57353D color RGB value is (87,53,61).

  • red value is 87;
  • green value is 53;
  • blue value is 61.
RGB:
(87,53,61)
(34%,21%,24%)

RGB channels and saturation

R 87 of 255 = 34%
G 53 of 255 = 21%
B 61 of 255 = 24%

87
53
61

R + G + B ~ 26%. #57353D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 53 + 61 = 201 (100%)
R 87 of 201 ~ 43.28%
G 53 of 201 ~ 26.37%
B 61 of 201 ~ 30.35%

%43.28
%26.37
%30.35

CMYK color model

#57353D color CMYK value is (0,39,30,66).

  • cyan value is 0.00%
  • magenta value is 39.08%
  • yellow value is 29.89%
  • key color value is 65.88%
CMYK:
(0,39,30,66)
C0M39Y30K66 
(0%,39%,30%,66%)
(0.00/0.39/0.30/0.66)	

CMYK percentages

%0
%39.08
%29.89
%65.88

Codes

Color #57353D in popluar color models

57353D
RGB875361
HSL346°24.29%27.45%
HSB/HSV346°39.08%34.12%
CMYK0.00%39.08%29.89%
65.88%

Color #57353D in popluar number systems.

HEX57353D
Decimal875361
Binary1010111110101111101
Octal1276575

Shades and tints

Shades of #57353D

#57353D
(87,53,61)
#503138
(80,49,56)
#492D33
(73,45,51)
#42292E
(66,41,46)
#3B2529
(59,37,41)
#342124
(52,33,36)
#2D1D1F
(45,29,31)
#26191A
(38,25,26)
#1F1515
(31,21,21)
#181110
(24,17,16)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #57353D

#57353D
(87,53,61)
#66474E
(102,71,78)
#75595F
(117,89,95)
#846B70
(132,107,112)
#937D81
(147,125,129)
#A28F92
(162,143,146)
#B1A1A3
(177,161,163)
#C0B3B4
(192,179,180)
#CFC5C5
(207,197,197)
#DED7D6
(222,215,214)
#EDE9E7
(237,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57353D color. Also use rgb(87,53,61) instead hex code.

Text Font Color

.myTextColor { color: #57353D; }

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

This text font color is #57353D.


Background Color

.myBgColor { background-color: #57353D; }

<div style="background-color:#57353D">Inner text</div>

This div background color is #57353D.


Border color

.myBorderColor { border: 1px solid #57353D; }

<div style="border:3px solid #57353D">Div</div>

This div border color is #57353D.


Opacity

.myOpacity80 { color: #57353D; opacity: 0.8; }

<p style="color:#57353D;opacity:0.8;">80%</p>

Text with #57353D 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 #57353D;}

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

This text has shadow with #57353D color.

.textShadow {text-shadow: 3px 3px 1px #57353D, 3px 3px 1px red;}

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

This text has shadow with #57353D primary color and red secondary color.


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

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

This text has shadow with #57353D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57353D on black background.


Color preview on white background

This text has color #57353D on white background.



Black color preview on #57353D background

This text has black color on #57353D background.


White color preview on #57353D background

This text has white color on #57353D background.