COLOR #51967F

HEX: #51967F RGB: (81,150,127)

Color info

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

RGB color model

#51967F color RGB value is (81,150,127).

RGB: (81,150,127) (32%, 59%, 50%)

RGB channels and saturation

R 81 of 255 = 32%
G 150 of 255 = 59%
B 127 of 255 = 50%

81
150
127

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

Portions of RGB colors in percentages

R + G + B = 81 + 150 + 127 = 358 (100%)
R 81 of 358 ~ 22.63%
G 150 of 358 ~ 41.9%
B 127 of 358 ~ 35.47'%

%22.63
%41.9
%35.47

CMYK color model

#51967F color CMYK value is (46,0,15,41).

  • cyan value is 46.00%
  • magenta value is 0.00%
  • yellow value is 15.33%
  • key color value is 41.18%
CMYK: (46,0,15,41) C46M0Y15K41 (46%,0%,15%,41%) (0.46/0.00/0.15/0.41) 

CMYK percentages

%46
%0
%15.33
%41.18

Codes

Color #51967F in popluar color models

51 96 7F
RGB 81 150 127
HSL 160° 29.87% 45.29%
HSB/HSV 160° 46.00% 58.82%
CMYK 46.00% 0.00% 15.33%
41.18%

Color #51967F in popluar number systems.

HEX 51 96 7F
Decimal 81 150 127
Binary 1010001 10010110 1111111
Octal 121 226 177

Shades and tints

Shades of #51967F

#51967F
(81,150,127)
#4A8974
(74,137,116)
#437C69
(67,124,105)
#3C6F5E
(60,111,94)
#356253
(53,98,83)
#2E5548
(46,85,72)
#27483D
(39,72,61)
#203B32
(32,59,50)
#192E27
(25,46,39)
#12211C
(18,33,28)
#0B1411
(11,20,17)
#000000
(0,0,0)

Tints of #51967F

#51967F
(81,150,127)
#609F8A
(96,159,138)
#6FA895
(111,168,149)
#7EB1A0
(126,177,160)
#8DBAAB
(141,186,171)
#9CC3B6
(156,195,182)
#ABCCC1
(171,204,193)
#BAD5CC
(186,213,204)
#C9DED7
(201,222,215)
#D8E7E2
(216,231,226)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51967F color. Also use rgb(81,150,127) instead hex code.

Text Font Color

.myTextColor { color: #51967F; }

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

This text font color is #51967F.

Background Color

.myBgColor { background-color: #51967F; }

<div style="background-color:#51967F">Inner text</div>

This div background color is #51967F.

Border color

.myBorderColor { border: 1px solid #51967F; }

<div style="border:3px solid #51967F">Div</div>

This div border color is #51967F.

Opacity

.myOpacity80 { color: #51967F; opacity: 0.8; }

<p style="color:#51967F;opacity:0.8;">80%</p>

Text with #51967F 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 #51967F;}

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

This text has shadow with #51967F color.


.textShadow {text-shadow: 3px 3px 1px #51967F', 3px 3px 1px red;}

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

This text has shadow with #51967F primary color and red secondary color.


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

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

This text has shadow with #51967F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51967F; -webkit-box-shadow: 1px 1px 3px 2px #51967F; box-shadow:1px 1px 3px 2px #51967F;">
Div content here
</div>

This div box has shadow with color #51967F.

Preview

Color preview on black background

This text has color #51967F on black background.


Color preview on white background

This text has color #51967F on white background.


Black color preview on #51967F background

This text has black color on #51967F background.


White color preview on #51967F background

This text has white color on #51967F background.


Related colors

Complementary color

Complementary color for #hex is #AE6980.


I love getcolorcode.com

Triadic colors

1 #7F5196 and #967F51 with #51967F are triadic colors.

2 #7F9651 and #96517F with #51967F are triadic colors.