COLOR #51696E

HEX: #51696E RGB: (81,105,110)

Color info

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

RGB color model

#51696E color RGB value is (81,105,110).

RGB: (81,105,110) (32%, 41%, 43%)

RGB channels and saturation

R 81 of 255 = 32%
G 105 of 255 = 41%
B 110 of 255 = 43%

81
105
110

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

Portions of RGB colors in percentages

R + G + B = 81 + 105 + 110 = 296 (100%)
R 81 of 296 ~ 27.36%
G 105 of 296 ~ 35.47%
B 110 of 296 ~ 37.16'%

%27.36
%35.47
%37.16

CMYK color model

#51696E color CMYK value is (26,5,0,57).

  • cyan value is 26.36%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK: (26,5,0,57) C26M5Y0K57 (26%,5%,0%,57%) (0.26/0.05/0.00/0.57) 

CMYK percentages

%26.36
%4.55
%0
%56.86

Codes

Color #51696E in popluar color models

51 69 6E
RGB 81 105 110
HSL 190° 15.18% 37.45%
HSB/HSV 190° 26.36% 43.14%
CMYK 26.36% 4.55% 0.00%
56.86%

Color #51696E in popluar number systems.

HEX 51 69 6E
Decimal 81 105 110
Binary 1010001 1101001 1101110
Octal 121 151 156

Shades and tints

Shades of #51696E

#51696E
(81,105,110)
#4A6064
(74,96,100)
#43575A
(67,87,90)
#3C4E50
(60,78,80)
#354546
(53,69,70)
#2E3C3C
(46,60,60)
#273332
(39,51,50)
#202A28
(32,42,40)
#19211E
(25,33,30)
#121814
(18,24,20)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #51696E

#51696E
(81,105,110)
#60767B
(96,118,123)
#6F8388
(111,131,136)
#7E9095
(126,144,149)
#8D9DA2
(141,157,162)
#9CAAAF
(156,170,175)
#ABB7BC
(171,183,188)
#BAC4C9
(186,196,201)
#C9D1D6
(201,209,214)
#D8DEE3
(216,222,227)
#E7EBF0
(231,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51696E; }

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

This text font color is #51696E.

Background Color

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

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

This div background color is #51696E.

Border color

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

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

This div border color is #51696E.

Opacity

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

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

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

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

This text has shadow with #51696E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51696E.

Preview

Color preview on black background

This text has color #51696E on black background.


Color preview on white background

This text has color #51696E on white background.


Black color preview on #51696E background

This text has black color on #51696E background.


White color preview on #51696E background

This text has white color on #51696E background.


Related colors

Complementary color

Complementary color for #hex is #AE9691.


I love getcolorcode.com

Triadic colors

1 #6E5169 and #696E51 with #51696E are triadic colors.

2 #6E6951 and #69516E with #51696E are triadic colors.