COLOR #57635F

HEX: #57635F
RGB: (87,99,95)

Color info

#57635F contains red, green and blue colors in about the same proportion. Web safe color of #57635F is #666666 (or #666).

RGB color model

#57635F color RGB value is (87,99,95).

  • red value is 87;
  • green value is 99;
  • blue value is 95.
RGB:
(87,99,95)
(34%,39%,37%)

RGB channels and saturation

R 87 of 255 = 34%
G 99 of 255 = 39%
B 95 of 255 = 37%

87
99
95

R + G + B ~ 37%. #57635F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 99 + 95 = 281 (100%)
R 87 of 281 ~ 30.96%
G 99 of 281 ~ 35.23%
B 95 of 281 ~ 33.81%

%30.96
%35.23
%33.81

CMYK color model

#57635F color CMYK value is (12,0,4,61).

  • cyan value is 12.12%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 61.18%
CMYK:
(12,0,4,61)
C12M0Y4K61 
(12%,0%,4%,61%)
(0.12/0.00/0.04/0.61)	

CMYK percentages

%12.12
%0
%4.04
%61.18

Codes

Color #57635F in popluar color models

57635F
RGB879995
HSL160°6.45%36.47%
HSB/HSV160°12.12%38.82%
CMYK12.12%0.00%4.04%
61.18%

Color #57635F in popluar number systems.

HEX57635F
Decimal879995
Binary101011111000111011111
Octal127143137

Shades and tints

Shades of #57635F

#57635F
(87,99,95)
#505A57
(80,90,87)
#49514F
(73,81,79)
#424847
(66,72,71)
#3B3F3F
(59,63,63)
#343637
(52,54,55)
#2D2D2F
(45,45,47)
#262427
(38,36,39)
#1F1B1F
(31,27,31)
#181217
(24,18,23)
#11090F
(17,9,15)
#000000
(0,0,0)

Tints of #57635F

#57635F
(87,99,95)
#66716D
(102,113,109)
#757F7B
(117,127,123)
#848D89
(132,141,137)
#939B97
(147,155,151)
#A2A9A5
(162,169,165)
#B1B7B3
(177,183,179)
#C0C5C1
(192,197,193)
#CFD3CF
(207,211,207)
#DEE1DD
(222,225,221)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57635F color. Also use rgb(87,99,95) instead hex code.

Text Font Color

.myTextColor { color: #57635F; }

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

This text font color is #57635F.


Background Color

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

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

This div background color is #57635F.


Border color

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

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

This div border color is #57635F.


Opacity

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

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

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

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

This text has shadow with #57635F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57635F on black background.


Color preview on white background

This text has color #57635F on white background.



Black color preview on #57635F background

This text has black color on #57635F background.


White color preview on #57635F background

This text has white color on #57635F background.