COLOR #57614C

HEX: #57614C
RGB: (87,97,76)

Color info

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

RGB color model

#57614C color RGB value is (87,97,76).

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

RGB channels and saturation

R 87 of 255 = 34%
G 97 of 255 = 38%
B 76 of 255 = 30%

87
97
76

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

Portions of RGB colors in percentages

R + G + B =
87 + 97 + 76 = 260 (100%)
R 87 of 260 ~ 33.46%
G 97 of 260 ~ 37.31%
B 76 of 260 ~ 29.23%

%33.46
%37.31
%29.23

CMYK color model

#57614C color CMYK value is (10,0,22,62).

  • cyan value is 10.31%
  • magenta value is 0.00%
  • yellow value is 21.65%
  • key color value is 61.96%
CMYK:
(10,0,22,62)
C10M0Y22K62 
(10%,0%,22%,62%)
(0.10/0.00/0.22/0.62)	

CMYK percentages

%10.31
%0
%21.65
%61.96

Codes

Color #57614C in popluar color models

57614C
RGB879776
HSL89°12.14%33.92%
HSB/HSV89°21.65%38.04%
CMYK10.31%0.00%21.65%
61.96%

Color #57614C in popluar number systems.

HEX57614C
Decimal879776
Binary101011111000011001100
Octal127141114

Shades and tints

Shades of #57614C

#57614C
(87,97,76)
#505946
(80,89,70)
#495140
(73,81,64)
#42493A
(66,73,58)
#3B4134
(59,65,52)
#34392E
(52,57,46)
#2D3128
(45,49,40)
#262922
(38,41,34)
#1F211C
(31,33,28)
#181916
(24,25,22)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #57614C

#57614C
(87,97,76)
#666F5C
(102,111,92)
#757D6C
(117,125,108)
#848B7C
(132,139,124)
#93998C
(147,153,140)
#A2A79C
(162,167,156)
#B1B5AC
(177,181,172)
#C0C3BC
(192,195,188)
#CFD1CC
(207,209,204)
#DEDFDC
(222,223,220)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57614C; }

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

This text font color is #57614C.


Background Color

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

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

This div background color is #57614C.


Border color

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

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

This div border color is #57614C.


Opacity

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

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

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

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

This text has shadow with #57614C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57614C on black background.


Color preview on white background

This text has color #57614C on white background.



Black color preview on #57614C background

This text has black color on #57614C background.


White color preview on #57614C background

This text has white color on #57614C background.