COLOR #51696F

HEX: #51696F
RGB: (81,105,111)

Color info

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

RGB color model

#51696F color RGB value is (81,105,111).

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

RGB channels and saturation

R 81 of 255 = 32%
G 105 of 255 = 41%
B 111 of 255 = 44%

81
105
111

R + G + B ~ 39%. #51696F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 105 + 111 = 297 (100%)
R 81 of 297 ~ 27.27%
G 105 of 297 ~ 35.35%
B 111 of 297 ~ 37.37%

%27.27
%35.35
%37.37

CMYK color model

#51696F color CMYK value is (27,5,0,56).

  • cyan value is 27.03%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(27,5,0,56)
C27M5Y0K56 
(27%,5%,0%,56%)
(0.27/0.05/0.00/0.56)	

CMYK percentages

%27.03
%5.41
%0
%56.47

Codes

Color #51696F in popluar color models

51696F
RGB81105111
HSL192°15.63%37.65%
HSB/HSV192°27.03%43.53%
CMYK27.03%5.41%0.00%
56.47%

Color #51696F in popluar number systems.

HEX51696F
Decimal81105111
Binary101000111010011101111
Octal121151157

Shades and tints

Shades of #51696F

#51696F
(81,105,111)
#4A6065
(74,96,101)
#43575B
(67,87,91)
#3C4E51
(60,78,81)
#354547
(53,69,71)
#2E3C3D
(46,60,61)
#273333
(39,51,51)
#202A29
(32,42,41)
#19211F
(25,33,31)
#121815
(18,24,21)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #51696F

#51696F
(81,105,111)
#60767C
(96,118,124)
#6F8389
(111,131,137)
#7E9096
(126,144,150)
#8D9DA3
(141,157,163)
#9CAAB0
(156,170,176)
#ABB7BD
(171,183,189)
#BAC4CA
(186,196,202)
#C9D1D7
(201,209,215)
#D8DEE4
(216,222,228)
#E7EBF1
(231,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51696F; }

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

This text font color is #51696F.


Background Color

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

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

This div background color is #51696F.


Border color

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

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

This div border color is #51696F.


Opacity

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

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

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

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

This text has shadow with #51696F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51696F on black background.


Color preview on white background

This text has color #51696F on white background.



Black color preview on #51696F background

This text has black color on #51696F background.


White color preview on #51696F background

This text has white color on #51696F background.