COLOR #57634D

HEX: #57634D
RGB: (87,99,77)

Color info

#57634D contains red, green and blue colors in about the same proportion. Web safe color of #57634D is #666633 (or #663).

RGB color model

#57634D color RGB value is (87,99,77).

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

RGB channels and saturation

R 87 of 255 = 34%
G 99 of 255 = 39%
B 77 of 255 = 30%

87
99
77

R + G + B ~ 34%. #57634D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 99 + 77 = 263 (100%)
R 87 of 263 ~ 33.08%
G 99 of 263 ~ 37.64%
B 77 of 263 ~ 29.28%

%33.08
%37.64
%29.28

CMYK color model

#57634D color CMYK value is (12,0,22,61).

  • cyan value is 12.12%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 61.18%
CMYK:
(12,0,22,61)
C12M0Y22K61 
(12%,0%,22%,61%)
(0.12/0.00/0.22/0.61)	

CMYK percentages

%12.12
%0
%22.22
%61.18

Codes

Color #57634D in popluar color models

57634D
RGB879977
HSL93°12.50%34.51%
HSB/HSV93°22.22%38.82%
CMYK12.12%0.00%22.22%
61.18%

Color #57634D in popluar number systems.

HEX57634D
Decimal879977
Binary101011111000111001101
Octal127143115

Shades and tints

Shades of #57634D

#57634D
(87,99,77)
#505A46
(80,90,70)
#49513F
(73,81,63)
#424838
(66,72,56)
#3B3F31
(59,63,49)
#34362A
(52,54,42)
#2D2D23
(45,45,35)
#26241C
(38,36,28)
#1F1B15
(31,27,21)
#18120E
(24,18,14)
#110907
(17,9,7)
#000000
(0,0,0)

Tints of #57634D

#57634D
(87,99,77)
#66715D
(102,113,93)
#757F6D
(117,127,109)
#848D7D
(132,141,125)
#939B8D
(147,155,141)
#A2A99D
(162,169,157)
#B1B7AD
(177,183,173)
#C0C5BD
(192,197,189)
#CFD3CD
(207,211,205)
#DEE1DD
(222,225,221)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57634D color. Also use rgb(87,99,77) instead hex code.

Text Font Color

.myTextColor { color: #57634D; }

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

This text font color is #57634D.


Background Color

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

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

This div background color is #57634D.


Border color

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

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

This div border color is #57634D.


Opacity

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

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

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

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

This text has shadow with #57634D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57634D on black background.


Color preview on white background

This text has color #57634D on white background.



Black color preview on #57634D background

This text has black color on #57634D background.


White color preview on #57634D background

This text has white color on #57634D background.