COLOR #57744F

HEX: #57744F
RGB: (87,116,79)

Color info

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

RGB color model

#57744F color RGB value is (87,116,79).

  • red value is 87;
  • green value is 116;
  • blue value is 79.
RGB:
(87,116,79)
(34%,45%,31%)

RGB channels and saturation

R 87 of 255 = 34%
G 116 of 255 = 45%
B 79 of 255 = 31%

87
116
79

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

Portions of RGB colors in percentages

R + G + B =
87 + 116 + 79 = 282 (100%)
R 87 of 282 ~ 30.85%
G 116 of 282 ~ 41.13%
B 79 of 282 ~ 28.01%

%30.85
%41.13
%28.01

CMYK color model

#57744F color CMYK value is (25,0,32,55).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 54.51%
CMYK:
(25,0,32,55)
C25M0Y32K55 
(25%,0%,32%,55%)
(0.25/0.00/0.32/0.55)	

CMYK percentages

%25
%0
%31.9
%54.51

Codes

Color #57744F in popluar color models

57744F
RGB8711679
HSL107°18.97%38.24%
HSB/HSV107°31.90%45.49%
CMYK25.00%0.00%31.90%
54.51%

Color #57744F in popluar number systems.

HEX57744F
Decimal8711679
Binary101011111101001001111
Octal127164117

Shades and tints

Shades of #57744F

#57744F
(87,116,79)
#506A48
(80,106,72)
#496041
(73,96,65)
#42563A
(66,86,58)
#3B4C33
(59,76,51)
#34422C
(52,66,44)
#2D3825
(45,56,37)
#262E1E
(38,46,30)
#1F2417
(31,36,23)
#181A10
(24,26,16)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #57744F

#57744F
(87,116,79)
#66805F
(102,128,95)
#758C6F
(117,140,111)
#84987F
(132,152,127)
#93A48F
(147,164,143)
#A2B09F
(162,176,159)
#B1BCAF
(177,188,175)
#C0C8BF
(192,200,191)
#CFD4CF
(207,212,207)
#DEE0DF
(222,224,223)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57744F color. Also use rgb(87,116,79) instead hex code.

Text Font Color

.myTextColor { color: #57744F; }

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

This text font color is #57744F.


Background Color

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

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

This div background color is #57744F.


Border color

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

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

This div border color is #57744F.


Opacity

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

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

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

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

This text has shadow with #57744F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57744F on black background.


Color preview on white background

This text has color #57744F on white background.



Black color preview on #57744F background

This text has black color on #57744F background.


White color preview on #57744F background

This text has white color on #57744F background.