COLOR #51696B

HEX: #51696B
RGB: (81,105,107)

Color info

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

RGB color model

#51696B color RGB value is (81,105,107).

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

RGB channels and saturation

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

81
105
107

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

Portions of RGB colors in percentages

R + G + B =
81 + 105 + 107 = 293 (100%)
R 81 of 293 ~ 27.65%
G 105 of 293 ~ 35.84%
B 107 of 293 ~ 36.52%

%27.65
%35.84
%36.52

CMYK color model

#51696B color CMYK value is (24,2,0,58).

  • cyan value is 24.30%
  • magenta value is 1.87%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(24,2,0,58)
C24M2Y0K58 
(24%,2%,0%,58%)
(0.24/0.02/0.00/0.58)	

CMYK percentages

%24.3
%1.87
%0
%58.04

Codes

Color #51696B in popluar color models

51696B
RGB81105107
HSL185°13.83%36.86%
HSB/HSV185°24.30%41.96%
CMYK24.30%1.87%0.00%
58.04%

Color #51696B in popluar number systems.

HEX51696B
Decimal81105107
Binary101000111010011101011
Octal121151153

Shades and tints

Shades of #51696B

#51696B
(81,105,107)
#4A6062
(74,96,98)
#435759
(67,87,89)
#3C4E50
(60,78,80)
#354547
(53,69,71)
#2E3C3E
(46,60,62)
#273335
(39,51,53)
#202A2C
(32,42,44)
#192123
(25,33,35)
#12181A
(18,24,26)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #51696B

#51696B
(81,105,107)
#607678
(96,118,120)
#6F8385
(111,131,133)
#7E9092
(126,144,146)
#8D9D9F
(141,157,159)
#9CAAAC
(156,170,172)
#ABB7B9
(171,183,185)
#BAC4C6
(186,196,198)
#C9D1D3
(201,209,211)
#D8DEE0
(216,222,224)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51696B; }

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

This text font color is #51696B.


Background Color

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

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

This div background color is #51696B.


Border color

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

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

This div border color is #51696B.


Opacity

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

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

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

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

This text has shadow with #51696B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51696B on black background.


Color preview on white background

This text has color #51696B on white background.



Black color preview on #51696B background

This text has black color on #51696B background.


White color preview on #51696B background

This text has white color on #51696B background.