COLOR #51977E

HEX: #51977E
RGB: (81,151,126)

Color info

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

RGB color model

#51977E color RGB value is (81,151,126).

  • red value is 81;
  • green value is 151;
  • blue value is 126.
RGB:
(81,151,126)
(32%,59%,49%)

RGB channels and saturation

R 81 of 255 = 32%
G 151 of 255 = 59%
B 126 of 255 = 49%

81
151
126

R + G + B ~ 47%. #51977E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 151 + 126 = 358 (100%)
R 81 of 358 ~ 22.63%
G 151 of 358 ~ 42.18%
B 126 of 358 ~ 35.2%

%22.63
%42.18
%35.2

CMYK color model

#51977E color CMYK value is (46,0,17,41).

  • cyan value is 46.36%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 40.78%
CMYK:
(46,0,17,41)
C46M0Y17K41 
(46%,0%,17%,41%)
(0.46/0.00/0.17/0.41)	

CMYK percentages

%46.36
%0
%16.56
%40.78

Codes

Color #51977E in popluar color models

51977E
RGB81151126
HSL159°30.17%45.49%
HSB/HSV159°46.36%59.22%
CMYK46.36%0.00%16.56%
40.78%

Color #51977E in popluar number systems.

HEX51977E
Decimal81151126
Binary1010001100101111111110
Octal121227176

Shades and tints

Shades of #51977E

#51977E
(81,151,126)
#4A8A73
(74,138,115)
#437D68
(67,125,104)
#3C705D
(60,112,93)
#356352
(53,99,82)
#2E5647
(46,86,71)
#27493C
(39,73,60)
#203C31
(32,60,49)
#192F26
(25,47,38)
#12221B
(18,34,27)
#0B1510
(11,21,16)
#000000
(0,0,0)

Tints of #51977E

#51977E
(81,151,126)
#60A089
(96,160,137)
#6FA994
(111,169,148)
#7EB29F
(126,178,159)
#8DBBAA
(141,187,170)
#9CC4B5
(156,196,181)
#ABCDC0
(171,205,192)
#BAD6CB
(186,214,203)
#C9DFD6
(201,223,214)
#D8E8E1
(216,232,225)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51977E color. Also use rgb(81,151,126) instead hex code.

Text Font Color

.myTextColor { color: #51977E; }

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

This text font color is #51977E.


Background Color

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

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

This div background color is #51977E.


Border color

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

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

This div border color is #51977E.


Opacity

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

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

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

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

This text has shadow with #51977E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51977E on black background.


Color preview on white background

This text has color #51977E on white background.



Black color preview on #51977E background

This text has black color on #51977E background.


White color preview on #51977E background

This text has white color on #51977E background.