COLOR #51656E

HEX: #51656E
RGB: (81,101,110)

Color info

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

RGB color model

#51656E color RGB value is (81,101,110).

  • red value is 81;
  • green value is 101;
  • blue value is 110.
RGB:
(81,101,110)
(32%,40%,43%)

RGB channels and saturation

R 81 of 255 = 32%
G 101 of 255 = 40%
B 110 of 255 = 43%

81
101
110

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

Portions of RGB colors in percentages

R + G + B =
81 + 101 + 110 = 292 (100%)
R 81 of 292 ~ 27.74%
G 101 of 292 ~ 34.59%
B 110 of 292 ~ 37.67%

%27.74
%34.59
%37.67

CMYK color model

#51656E color CMYK value is (26,8,0,57).

  • cyan value is 26.36%
  • magenta value is 8.18%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(26,8,0,57)
C26M8Y0K57 
(26%,8%,0%,57%)
(0.26/0.08/0.00/0.57)	

CMYK percentages

%26.36
%8.18
%0
%56.86

Codes

Color #51656E in popluar color models

51656E
RGB81101110
HSL199°15.18%37.45%
HSB/HSV199°26.36%43.14%
CMYK26.36%8.18%0.00%
56.86%

Color #51656E in popluar number systems.

HEX51656E
Decimal81101110
Binary101000111001011101110
Octal121145156

Shades and tints

Shades of #51656E

#51656E
(81,101,110)
#4A5C64
(74,92,100)
#43535A
(67,83,90)
#3C4A50
(60,74,80)
#354146
(53,65,70)
#2E383C
(46,56,60)
#272F32
(39,47,50)
#202628
(32,38,40)
#191D1E
(25,29,30)
#121414
(18,20,20)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #51656E

#51656E
(81,101,110)
#60737B
(96,115,123)
#6F8188
(111,129,136)
#7E8F95
(126,143,149)
#8D9DA2
(141,157,162)
#9CABAF
(156,171,175)
#ABB9BC
(171,185,188)
#BAC7C9
(186,199,201)
#C9D5D6
(201,213,214)
#D8E3E3
(216,227,227)
#E7F1F0
(231,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51656E; }

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

This text font color is #51656E.


Background Color

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

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

This div background color is #51656E.


Border color

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

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

This div border color is #51656E.


Opacity

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

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

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

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

This text has shadow with #51656E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51656E on black background.


Color preview on white background

This text has color #51656E on white background.



Black color preview on #51656E background

This text has black color on #51656E background.


White color preview on #51656E background

This text has white color on #51656E background.