COLOR #51806F

HEX: #51806F
RGB: (81,128,111)

Color info

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

RGB color model

#51806F color RGB value is (81,128,111).

  • red value is 81;
  • green value is 128;
  • blue value is 111.
RGB:
(81,128,111)
(32%,50%,44%)

RGB channels and saturation

R 81 of 255 = 32%
G 128 of 255 = 50%
B 111 of 255 = 44%

81
128
111

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

Portions of RGB colors in percentages

R + G + B =
81 + 128 + 111 = 320 (100%)
R 81 of 320 ~ 25.31%
G 128 of 320 ~ 40%
B 111 of 320 ~ 34.69%

%25.31
%40
%34.69

CMYK color model

#51806F color CMYK value is (37,0,13,50).

  • cyan value is 36.72%
  • magenta value is 0.00%
  • yellow value is 13.28%
  • key color value is 49.80%
CMYK:
(37,0,13,50)
C37M0Y13K50 
(37%,0%,13%,50%)
(0.37/0.00/0.13/0.50)	

CMYK percentages

%36.72
%0
%13.28
%49.8

Codes

Color #51806F in popluar color models

51806F
RGB81128111
HSL158°22.49%40.98%
HSB/HSV158°36.72%50.20%
CMYK36.72%0.00%13.28%
49.80%

Color #51806F in popluar number systems.

HEX51806F
Decimal81128111
Binary1010001100000001101111
Octal121200157

Shades and tints

Shades of #51806F

#51806F
(81,128,111)
#4A7565
(74,117,101)
#436A5B
(67,106,91)
#3C5F51
(60,95,81)
#355447
(53,84,71)
#2E493D
(46,73,61)
#273E33
(39,62,51)
#203329
(32,51,41)
#19281F
(25,40,31)
#121D15
(18,29,21)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #51806F

#51806F
(81,128,111)
#608B7C
(96,139,124)
#6F9689
(111,150,137)
#7EA196
(126,161,150)
#8DACA3
(141,172,163)
#9CB7B0
(156,183,176)
#ABC2BD
(171,194,189)
#BACDCA
(186,205,202)
#C9D8D7
(201,216,215)
#D8E3E4
(216,227,228)
#E7EEF1
(231,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51806F; }

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

This text font color is #51806F.


Background Color

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

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

This div background color is #51806F.


Border color

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

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

This div border color is #51806F.


Opacity

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

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

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

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

This text has shadow with #51806F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51806F on black background.


Color preview on white background

This text has color #51806F on white background.



Black color preview on #51806F background

This text has black color on #51806F background.


White color preview on #51806F background

This text has white color on #51806F background.