COLOR #51784E

HEX: #51784E
RGB: (81,120,78)

Color info

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

RGB color model

#51784E color RGB value is (81,120,78).

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

RGB channels and saturation

R 81 of 255 = 32%
G 120 of 255 = 47%
B 78 of 255 = 31%

81
120
78

R + G + B ~ 37%. #51784E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 120 + 78 = 279 (100%)
R 81 of 279 ~ 29.03%
G 120 of 279 ~ 43.01%
B 78 of 279 ~ 27.96%

%29.03
%43.01
%27.96

CMYK color model

#51784E color CMYK value is (33,0,35,53).

  • cyan value is 32.50%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 52.94%
CMYK:
(33,0,35,53)
C33M0Y35K53 
(33%,0%,35%,53%)
(0.33/0.00/0.35/0.53)	

CMYK percentages

%32.5
%0
%35
%52.94

Codes

Color #51784E in popluar color models

51784E
RGB8112078
HSL116°21.21%38.82%
HSB/HSV116°35.00%47.06%
CMYK32.50%0.00%35.00%
52.94%

Color #51784E in popluar number systems.

HEX51784E
Decimal8112078
Binary101000111110001001110
Octal121170116

Shades and tints

Shades of #51784E

#51784E
(81,120,78)
#4A6E47
(74,110,71)
#436440
(67,100,64)
#3C5A39
(60,90,57)
#355032
(53,80,50)
#2E462B
(46,70,43)
#273C24
(39,60,36)
#20321D
(32,50,29)
#192816
(25,40,22)
#121E0F
(18,30,15)
#0B1408
(11,20,8)
#000000
(0,0,0)

Tints of #51784E

#51784E
(81,120,78)
#60845E
(96,132,94)
#6F906E
(111,144,110)
#7E9C7E
(126,156,126)
#8DA88E
(141,168,142)
#9CB49E
(156,180,158)
#ABC0AE
(171,192,174)
#BACCBE
(186,204,190)
#C9D8CE
(201,216,206)
#D8E4DE
(216,228,222)
#E7F0EE
(231,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51784E color. Also use rgb(81,120,78) instead hex code.

Text Font Color

.myTextColor { color: #51784E; }

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

This text font color is #51784E.


Background Color

.myBgColor { background-color: #51784E; }

<div style="background-color:#51784E">Inner text</div>

This div background color is #51784E.


Border color

.myBorderColor { border: 1px solid #51784E; }

<div style="border:3px solid #51784E">Div</div>

This div border color is #51784E.


Opacity

.myOpacity80 { color: #51784E; opacity: 0.8; }

<p style="color:#51784E;opacity:0.8;">80%</p>

Text with #51784E 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 #51784E;}

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

This text has shadow with #51784E color.

.textShadow {text-shadow: 3px 3px 1px #51784E, 3px 3px 1px red;}

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

This text has shadow with #51784E primary color and red secondary color.


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

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

This text has shadow with #51784E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51784E on black background.


Color preview on white background

This text has color #51784E on white background.



Black color preview on #51784E background

This text has black color on #51784E background.


White color preview on #51784E background

This text has white color on #51784E background.