COLOR #51A879

HEX: #51A879
RGB: (81,168,121)

Color info

#51A879 contains mainly green and blue colors. Web safe color of #51A879 is #669966 (or #696).

RGB color model

#51A879 color RGB value is (81,168,121).

  • red value is 81;
  • green value is 168;
  • blue value is 121.
RGB:
(81,168,121)
(32%,66%,47%)

RGB channels and saturation

R 81 of 255 = 32%
G 168 of 255 = 66%
B 121 of 255 = 47%

81
168
121

R + G + B ~ 48%. #51A879 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 168 + 121 = 370 (100%)
R 81 of 370 ~ 21.89%
G 168 of 370 ~ 45.41%
B 121 of 370 ~ 32.7%

%21.89
%45.41
%32.7

CMYK color model

#51A879 color CMYK value is (52,0,28,34).

  • cyan value is 51.79%
  • magenta value is 0.00%
  • yellow value is 27.98%
  • key color value is 34.12%
CMYK:
(52,0,28,34)
C52M0Y28K34 
(52%,0%,28%,34%)
(0.52/0.00/0.28/0.34)	

CMYK percentages

%51.79
%0
%27.98
%34.12

Codes

Color #51A879 in popluar color models

51A879
RGB81168121
HSL148°34.94%48.82%
HSB/HSV148°51.79%65.88%
CMYK51.79%0.00%27.98%
34.12%

Color #51A879 in popluar number systems.

HEX51A879
Decimal81168121
Binary1010001101010001111001
Octal121250171

Shades and tints

Shades of #51A879

#51A879
(81,168,121)
#4A996E
(74,153,110)
#438A63
(67,138,99)
#3C7B58
(60,123,88)
#356C4D
(53,108,77)
#2E5D42
(46,93,66)
#274E37
(39,78,55)
#203F2C
(32,63,44)
#193021
(25,48,33)
#122116
(18,33,22)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #51A879

#51A879
(81,168,121)
#60AF85
(96,175,133)
#6FB691
(111,182,145)
#7EBD9D
(126,189,157)
#8DC4A9
(141,196,169)
#9CCBB5
(156,203,181)
#ABD2C1
(171,210,193)
#BAD9CD
(186,217,205)
#C9E0D9
(201,224,217)
#D8E7E5
(216,231,229)
#E7EEF1
(231,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51A879 color. Also use rgb(81,168,121) instead hex code.

Text Font Color

.myTextColor { color: #51A879; }

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

This text font color is #51A879.


Background Color

.myBgColor { background-color: #51A879; }

<div style="background-color:#51A879">Inner text</div>

This div background color is #51A879.


Border color

.myBorderColor { border: 1px solid #51A879; }

<div style="border:3px solid #51A879">Div</div>

This div border color is #51A879.


Opacity

.myOpacity80 { color: #51A879; opacity: 0.8; }

<p style="color:#51A879;opacity:0.8;">80%</p>

Text with #51A879 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 #51A879;}

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

This text has shadow with #51A879 color.

.textShadow {text-shadow: 3px 3px 1px #51A879, 3px 3px 1px red;}

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

This text has shadow with #51A879 primary color and red secondary color.


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

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

This text has shadow with #51A879 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51A879 on black background.


Color preview on white background

This text has color #51A879 on white background.



Black color preview on #51A879 background

This text has black color on #51A879 background.


White color preview on #51A879 background

This text has white color on #51A879 background.