COLOR #51774D

HEX: #51774D
RGB: (81,119,77)

Color info

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

RGB color model

#51774D color RGB value is (81,119,77).

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

RGB channels and saturation

R 81 of 255 = 32%
G 119 of 255 = 47%
B 77 of 255 = 30%

81
119
77

R + G + B ~ 36%. #51774D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 119 + 77 = 277 (100%)
R 81 of 277 ~ 29.24%
G 119 of 277 ~ 42.96%
B 77 of 277 ~ 27.8%

%29.24
%42.96
%27.8

CMYK color model

#51774D color CMYK value is (32,0,35,53).

  • cyan value is 31.93%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 53.33%
CMYK:
(32,0,35,53)
C32M0Y35K53 
(32%,0%,35%,53%)
(0.32/0.00/0.35/0.53)	

CMYK percentages

%31.93
%0
%35.29
%53.33

Codes

Color #51774D in popluar color models

51774D
RGB8111977
HSL114°21.43%38.43%
HSB/HSV114°35.29%46.67%
CMYK31.93%0.00%35.29%
53.33%

Color #51774D in popluar number systems.

HEX51774D
Decimal8111977
Binary101000111101111001101
Octal121167115

Shades and tints

Shades of #51774D

#51774D
(81,119,77)
#4A6D46
(74,109,70)
#43633F
(67,99,63)
#3C5938
(60,89,56)
#354F31
(53,79,49)
#2E452A
(46,69,42)
#273B23
(39,59,35)
#20311C
(32,49,28)
#192715
(25,39,21)
#121D0E
(18,29,14)
#0B1307
(11,19,7)
#000000
(0,0,0)

Tints of #51774D

#51774D
(81,119,77)
#60835D
(96,131,93)
#6F8F6D
(111,143,109)
#7E9B7D
(126,155,125)
#8DA78D
(141,167,141)
#9CB39D
(156,179,157)
#ABBFAD
(171,191,173)
#BACBBD
(186,203,189)
#C9D7CD
(201,215,205)
#D8E3DD
(216,227,221)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51774D; }

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

This text font color is #51774D.


Background Color

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

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

This div background color is #51774D.


Border color

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

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

This div border color is #51774D.


Opacity

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

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

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

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

This text has shadow with #51774D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51774D on black background.


Color preview on white background

This text has color #51774D on white background.



Black color preview on #51774D background

This text has black color on #51774D background.


White color preview on #51774D background

This text has white color on #51774D background.