COLOR #57734F

HEX: #57734F
RGB: (87,115,79)

Color info

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

RGB color model

#57734F color RGB value is (87,115,79).

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

RGB channels and saturation

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

87
115
79

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

Portions of RGB colors in percentages

R + G + B =
87 + 115 + 79 = 281 (100%)
R 87 of 281 ~ 30.96%
G 115 of 281 ~ 40.93%
B 79 of 281 ~ 28.11%

%30.96
%40.93
%28.11

CMYK color model

#57734F color CMYK value is (24,0,31,55).

  • cyan value is 24.35%
  • magenta value is 0.00%
  • yellow value is 31.30%
  • key color value is 54.90%
CMYK:
(24,0,31,55)
C24M0Y31K55 
(24%,0%,31%,55%)
(0.24/0.00/0.31/0.55)	

CMYK percentages

%24.35
%0
%31.3
%54.9

Codes

Color #57734F in popluar color models

57734F
RGB8711579
HSL107°18.56%38.04%
HSB/HSV107°31.30%45.10%
CMYK24.35%0.00%31.30%
54.90%

Color #57734F in popluar number systems.

HEX57734F
Decimal8711579
Binary101011111100111001111
Octal127163117

Shades and tints

Shades of #57734F

#57734F
(87,115,79)
#506948
(80,105,72)
#495F41
(73,95,65)
#42553A
(66,85,58)
#3B4B33
(59,75,51)
#34412C
(52,65,44)
#2D3725
(45,55,37)
#262D1E
(38,45,30)
#1F2317
(31,35,23)
#181910
(24,25,16)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #57734F

#57734F
(87,115,79)
#667F5F
(102,127,95)
#758B6F
(117,139,111)
#84977F
(132,151,127)
#93A38F
(147,163,143)
#A2AF9F
(162,175,159)
#B1BBAF
(177,187,175)
#C0C7BF
(192,199,191)
#CFD3CF
(207,211,207)
#DEDFDF
(222,223,223)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57734F; }

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

This text font color is #57734F.


Background Color

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

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

This div background color is #57734F.


Border color

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

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

This div border color is #57734F.


Opacity

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

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

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

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

This text has shadow with #57734F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57734F on black background.


Color preview on white background

This text has color #57734F on white background.



Black color preview on #57734F background

This text has black color on #57734F background.


White color preview on #57734F background

This text has white color on #57734F background.