COLOR #57634C

HEX: #57634C
RGB: (87,99,76)

Color info

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

RGB color model

#57634C color RGB value is (87,99,76).

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

RGB channels and saturation

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

87
99
76

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

Portions of RGB colors in percentages

R + G + B =
87 + 99 + 76 = 262 (100%)
R 87 of 262 ~ 33.21%
G 99 of 262 ~ 37.79%
B 76 of 262 ~ 29.01%

%33.21
%37.79
%29.01

CMYK color model

#57634C color CMYK value is (12,0,23,61).

  • cyan value is 12.12%
  • magenta value is 0.00%
  • yellow value is 23.23%
  • key color value is 61.18%
CMYK:
(12,0,23,61)
C12M0Y23K61 
(12%,0%,23%,61%)
(0.12/0.00/0.23/0.61)	

CMYK percentages

%12.12
%0
%23.23
%61.18

Codes

Color #57634C in popluar color models

57634C
RGB879976
HSL91°13.14%34.31%
HSB/HSV91°23.23%38.82%
CMYK12.12%0.00%23.23%
61.18%

Color #57634C in popluar number systems.

HEX57634C
Decimal879976
Binary101011111000111001100
Octal127143114

Shades and tints

Shades of #57634C

#57634C
(87,99,76)
#505A46
(80,90,70)
#495140
(73,81,64)
#42483A
(66,72,58)
#3B3F34
(59,63,52)
#34362E
(52,54,46)
#2D2D28
(45,45,40)
#262422
(38,36,34)
#1F1B1C
(31,27,28)
#181216
(24,18,22)
#110910
(17,9,16)
#000000
(0,0,0)

Tints of #57634C

#57634C
(87,99,76)
#66715C
(102,113,92)
#757F6C
(117,127,108)
#848D7C
(132,141,124)
#939B8C
(147,155,140)
#A2A99C
(162,169,156)
#B1B7AC
(177,183,172)
#C0C5BC
(192,197,188)
#CFD3CC
(207,211,204)
#DEE1DC
(222,225,220)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57634C; }

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

This text font color is #57634C.


Background Color

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

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

This div background color is #57634C.


Border color

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

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

This div border color is #57634C.


Opacity

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

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

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

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

This text has shadow with #57634C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57634C on black background.


Color preview on white background

This text has color #57634C on white background.



Black color preview on #57634C background

This text has black color on #57634C background.


White color preview on #57634C background

This text has white color on #57634C background.