COLOR #51774F

HEX: #51774F
RGB: (81,119,79)

Color info

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

RGB color model

#51774F color RGB value is (81,119,79).

  • red value is 81;
  • green value is 119;
  • blue value is 79.
RGB:
(81,119,79)
(32%,47%,31%)

RGB channels and saturation

R 81 of 255 = 32%
G 119 of 255 = 47%
B 79 of 255 = 31%

81
119
79

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

Portions of RGB colors in percentages

R + G + B =
81 + 119 + 79 = 279 (100%)
R 81 of 279 ~ 29.03%
G 119 of 279 ~ 42.65%
B 79 of 279 ~ 28.32%

%29.03
%42.65
%28.32

CMYK color model

#51774F color CMYK value is (32,0,34,53).

  • cyan value is 31.93%
  • magenta value is 0.00%
  • yellow value is 33.61%
  • key color value is 53.33%
CMYK:
(32,0,34,53)
C32M0Y34K53 
(32%,0%,34%,53%)
(0.32/0.00/0.34/0.53)	

CMYK percentages

%31.93
%0
%33.61
%53.33

Codes

Color #51774F in popluar color models

51774F
RGB8111979
HSL117°20.20%38.82%
HSB/HSV117°33.61%46.67%
CMYK31.93%0.00%33.61%
53.33%

Color #51774F in popluar number systems.

HEX51774F
Decimal8111979
Binary101000111101111001111
Octal121167117

Shades and tints

Shades of #51774F

#51774F
(81,119,79)
#4A6D48
(74,109,72)
#436341
(67,99,65)
#3C593A
(60,89,58)
#354F33
(53,79,51)
#2E452C
(46,69,44)
#273B25
(39,59,37)
#20311E
(32,49,30)
#192717
(25,39,23)
#121D10
(18,29,16)
#0B1309
(11,19,9)
#000000
(0,0,0)

Tints of #51774F

#51774F
(81,119,79)
#60835F
(96,131,95)
#6F8F6F
(111,143,111)
#7E9B7F
(126,155,127)
#8DA78F
(141,167,143)
#9CB39F
(156,179,159)
#ABBFAF
(171,191,175)
#BACBBF
(186,203,191)
#C9D7CF
(201,215,207)
#D8E3DF
(216,227,223)
#E7EFEF
(231,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51774F color. Also use rgb(81,119,79) instead hex code.

Text Font Color

.myTextColor { color: #51774F; }

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

This text font color is #51774F.


Background Color

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

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

This div background color is #51774F.


Border color

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

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

This div border color is #51774F.


Opacity

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

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

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

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

This text has shadow with #51774F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51774F on black background.


Color preview on white background

This text has color #51774F on white background.



Black color preview on #51774F background

This text has black color on #51774F background.


White color preview on #51774F background

This text has white color on #51774F background.