COLOR #51686B

HEX: #51686B
RGB: (81,104,107)

Color info

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

RGB color model

#51686B color RGB value is (81,104,107).

  • red value is 81;
  • green value is 104;
  • blue value is 107.
RGB:
(81,104,107)
(32%,41%,42%)

RGB channels and saturation

R 81 of 255 = 32%
G 104 of 255 = 41%
B 107 of 255 = 42%

81
104
107

R + G + B ~ 38%. #51686B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 104 + 107 = 292 (100%)
R 81 of 292 ~ 27.74%
G 104 of 292 ~ 35.62%
B 107 of 292 ~ 36.64%

%27.74
%35.62
%36.64

CMYK color model

#51686B color CMYK value is (24,3,0,58).

  • cyan value is 24.30%
  • magenta value is 2.80%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(24,3,0,58)
C24M3Y0K58 
(24%,3%,0%,58%)
(0.24/0.03/0.00/0.58)	

CMYK percentages

%24.3
%2.8
%0
%58.04

Codes

Color #51686B in popluar color models

51686B
RGB81104107
HSL187°13.83%36.86%
HSB/HSV187°24.30%41.96%
CMYK24.30%2.80%0.00%
58.04%

Color #51686B in popluar number systems.

HEX51686B
Decimal81104107
Binary101000111010001101011
Octal121150153

Shades and tints

Shades of #51686B

#51686B
(81,104,107)
#4A5F62
(74,95,98)
#435659
(67,86,89)
#3C4D50
(60,77,80)
#354447
(53,68,71)
#2E3B3E
(46,59,62)
#273235
(39,50,53)
#20292C
(32,41,44)
#192023
(25,32,35)
#12171A
(18,23,26)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #51686B

#51686B
(81,104,107)
#607578
(96,117,120)
#6F8285
(111,130,133)
#7E8F92
(126,143,146)
#8D9C9F
(141,156,159)
#9CA9AC
(156,169,172)
#ABB6B9
(171,182,185)
#BAC3C6
(186,195,198)
#C9D0D3
(201,208,211)
#D8DDE0
(216,221,224)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51686B color. Also use rgb(81,104,107) instead hex code.

Text Font Color

.myTextColor { color: #51686B; }

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

This text font color is #51686B.


Background Color

.myBgColor { background-color: #51686B; }

<div style="background-color:#51686B">Inner text</div>

This div background color is #51686B.


Border color

.myBorderColor { border: 1px solid #51686B; }

<div style="border:3px solid #51686B">Div</div>

This div border color is #51686B.


Opacity

.myOpacity80 { color: #51686B; opacity: 0.8; }

<p style="color:#51686B;opacity:0.8;">80%</p>

Text with #51686B 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 #51686B;}

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

This text has shadow with #51686B color.

.textShadow {text-shadow: 3px 3px 1px #51686B, 3px 3px 1px red;}

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

This text has shadow with #51686B primary color and red secondary color.


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

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

This text has shadow with #51686B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51686B on black background.


Color preview on white background

This text has color #51686B on white background.



Black color preview on #51686B background

This text has black color on #51686B background.


White color preview on #51686B background

This text has white color on #51686B background.