COLOR #51806E

HEX: #51806E RGB: (81,128,110)

Color info

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

RGB color model

#51806E color RGB value is (81,128,110).

RGB: (81,128,110) (32%, 50%, 43%)

RGB channels and saturation

R 81 of 255 = 32%
G 128 of 255 = 50%
B 110 of 255 = 43%

81
128
110

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

Portions of RGB colors in percentages

R + G + B = 81 + 128 + 110 = 319 (100%)
R 81 of 319 ~ 25.39%
G 128 of 319 ~ 40.13%
B 110 of 319 ~ 34.48'%

%25.39
%40.13
%34.48

CMYK color model

#51806E color CMYK value is (37,0,14,50).

  • cyan value is 36.72%
  • magenta value is 0.00%
  • yellow value is 14.06%
  • key color value is 49.80%
CMYK: (37,0,14,50) C37M0Y14K50 (37%,0%,14%,50%) (0.37/0.00/0.14/0.50) 

CMYK percentages

%36.72
%0
%14.06
%49.8

Codes

Color #51806E in popluar color models

51 80 6E
RGB 81 128 110
HSL 157° 22.49% 40.98%
HSB/HSV 157° 36.72% 50.20%
CMYK 36.72% 0.00% 14.06%
49.80%

Color #51806E in popluar number systems.

HEX 51 80 6E
Decimal 81 128 110
Binary 1010001 10000000 1101110
Octal 121 200 156

Shades and tints

Shades of #51806E

#51806E
(81,128,110)
#4A7564
(74,117,100)
#436A5A
(67,106,90)
#3C5F50
(60,95,80)
#355446
(53,84,70)
#2E493C
(46,73,60)
#273E32
(39,62,50)
#203328
(32,51,40)
#19281E
(25,40,30)
#121D14
(18,29,20)
#0B120A
(11,18,10)
#000000
(0,0,0)

Tints of #51806E

#51806E
(81,128,110)
#608B7B
(96,139,123)
#6F9688
(111,150,136)
#7EA195
(126,161,149)
#8DACA2
(141,172,162)
#9CB7AF
(156,183,175)
#ABC2BC
(171,194,188)
#BACDC9
(186,205,201)
#C9D8D6
(201,216,214)
#D8E3E3
(216,227,227)
#E7EEF0
(231,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51806E color. Also use rgb(81,128,110) instead hex code.

Text Font Color

.myTextColor { color: #51806E; }

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

This text font color is #51806E.

Background Color

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

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

This div background color is #51806E.

Border color

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

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

This div border color is #51806E.

Opacity

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

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

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

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

This text has shadow with #51806E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51806E.

Preview

Color preview on black background

This text has color #51806E on black background.


Color preview on white background

This text has color #51806E on white background.


Black color preview on #51806E background

This text has black color on #51806E background.


White color preview on #51806E background

This text has white color on #51806E background.


Related colors

Complementary color

Complementary color for #hex is #AE7F91.


I love getcolorcode.com

Triadic colors

1 #6E5180 and #806E51 with #51806E are triadic colors.

2 #6E8051 and #80516E with #51806E are triadic colors.