COLOR #51774C

HEX: #51774C
RGB: (81,119,76)

Color info

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

RGB color model

#51774C color RGB value is (81,119,76).

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

RGB channels and saturation

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

81
119
76

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

Portions of RGB colors in percentages

R + G + B =
81 + 119 + 76 = 276 (100%)
R 81 of 276 ~ 29.35%
G 119 of 276 ~ 43.12%
B 76 of 276 ~ 27.54%

%29.35
%43.12
%27.54

CMYK color model

#51774C color CMYK value is (32,0,36,53).

  • cyan value is 31.93%
  • magenta value is 0.00%
  • yellow value is 36.13%
  • key color value is 53.33%
CMYK:
(32,0,36,53)
C32M0Y36K53 
(32%,0%,36%,53%)
(0.32/0.00/0.36/0.53)	

CMYK percentages

%31.93
%0
%36.13
%53.33

Codes

Color #51774C in popluar color models

51774C
RGB8111976
HSL113°22.05%38.24%
HSB/HSV113°36.13%46.67%
CMYK31.93%0.00%36.13%
53.33%

Color #51774C in popluar number systems.

HEX51774C
Decimal8111976
Binary101000111101111001100
Octal121167114

Shades and tints

Shades of #51774C

#51774C
(81,119,76)
#4A6D46
(74,109,70)
#436340
(67,99,64)
#3C593A
(60,89,58)
#354F34
(53,79,52)
#2E452E
(46,69,46)
#273B28
(39,59,40)
#203122
(32,49,34)
#19271C
(25,39,28)
#121D16
(18,29,22)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #51774C

#51774C
(81,119,76)
#60835C
(96,131,92)
#6F8F6C
(111,143,108)
#7E9B7C
(126,155,124)
#8DA78C
(141,167,140)
#9CB39C
(156,179,156)
#ABBFAC
(171,191,172)
#BACBBC
(186,203,188)
#C9D7CC
(201,215,204)
#D8E3DC
(216,227,220)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51774C; }

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

This text font color is #51774C.


Background Color

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

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

This div background color is #51774C.


Border color

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

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

This div border color is #51774C.


Opacity

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

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

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

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

This text has shadow with #51774C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51774C on black background.


Color preview on white background

This text has color #51774C on white background.



Black color preview on #51774C background

This text has black color on #51774C background.


White color preview on #51774C background

This text has white color on #51774C background.