COLOR #57614D

HEX: #57614D
RGB: (87,97,77)

Color info

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

RGB color model

#57614D color RGB value is (87,97,77).

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

RGB channels and saturation

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

87
97
77

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

Portions of RGB colors in percentages

R + G + B =
87 + 97 + 77 = 261 (100%)
R 87 of 261 ~ 33.33%
G 97 of 261 ~ 37.16%
B 77 of 261 ~ 29.5%

%33.33
%37.16
%29.5

CMYK color model

#57614D color CMYK value is (10,0,21,62).

  • cyan value is 10.31%
  • magenta value is 0.00%
  • yellow value is 20.62%
  • key color value is 61.96%
CMYK:
(10,0,21,62)
C10M0Y21K62 
(10%,0%,21%,62%)
(0.10/0.00/0.21/0.62)	

CMYK percentages

%10.31
%0
%20.62
%61.96

Codes

Color #57614D in popluar color models

57614D
RGB879777
HSL90°11.49%34.12%
HSB/HSV90°20.62%38.04%
CMYK10.31%0.00%20.62%
61.96%

Color #57614D in popluar number systems.

HEX57614D
Decimal879777
Binary101011111000011001101
Octal127141115

Shades and tints

Shades of #57614D

#57614D
(87,97,77)
#505946
(80,89,70)
#49513F
(73,81,63)
#424938
(66,73,56)
#3B4131
(59,65,49)
#34392A
(52,57,42)
#2D3123
(45,49,35)
#26291C
(38,41,28)
#1F2115
(31,33,21)
#18190E
(24,25,14)
#111107
(17,17,7)
#000000
(0,0,0)

Tints of #57614D

#57614D
(87,97,77)
#666F5D
(102,111,93)
#757D6D
(117,125,109)
#848B7D
(132,139,125)
#93998D
(147,153,141)
#A2A79D
(162,167,157)
#B1B5AD
(177,181,173)
#C0C3BD
(192,195,189)
#CFD1CD
(207,209,205)
#DEDFDD
(222,223,221)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57614D; }

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

This text font color is #57614D.


Background Color

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

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

This div background color is #57614D.


Border color

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

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

This div border color is #57614D.


Opacity

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

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

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

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

This text has shadow with #57614D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57614D on black background.


Color preview on white background

This text has color #57614D on white background.



Black color preview on #57614D background

This text has black color on #57614D background.


White color preview on #57614D background

This text has white color on #57614D background.