COLOR #51665F

HEX: #51665F
RGB: (81,102,95)

Color info

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

RGB color model

#51665F color RGB value is (81,102,95).

  • red value is 81;
  • green value is 102;
  • blue value is 95.
RGB:
(81,102,95)
(32%,40%,37%)

RGB channels and saturation

R 81 of 255 = 32%
G 102 of 255 = 40%
B 95 of 255 = 37%

81
102
95

R + G + B ~ 36%. #51665F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 102 + 95 = 278 (100%)
R 81 of 278 ~ 29.14%
G 102 of 278 ~ 36.69%
B 95 of 278 ~ 34.17%

%29.14
%36.69
%34.17

CMYK color model

#51665F color CMYK value is (21,0,7,60).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 6.86%
  • key color value is 60.00%
CMYK:
(21,0,7,60)
C21M0Y7K60 
(21%,0%,7%,60%)
(0.21/0.00/0.07/0.60)	

CMYK percentages

%20.59
%0
%6.86
%60

Codes

Color #51665F in popluar color models

51665F
RGB8110295
HSL160°11.48%35.88%
HSB/HSV160°20.59%40.00%
CMYK20.59%0.00%6.86%
60.00%

Color #51665F in popluar number systems.

HEX51665F
Decimal8110295
Binary101000111001101011111
Octal121146137

Shades and tints

Shades of #51665F

#51665F
(81,102,95)
#4A5D57
(74,93,87)
#43544F
(67,84,79)
#3C4B47
(60,75,71)
#35423F
(53,66,63)
#2E3937
(46,57,55)
#27302F
(39,48,47)
#202727
(32,39,39)
#191E1F
(25,30,31)
#121517
(18,21,23)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #51665F

#51665F
(81,102,95)
#60736D
(96,115,109)
#6F807B
(111,128,123)
#7E8D89
(126,141,137)
#8D9A97
(141,154,151)
#9CA7A5
(156,167,165)
#ABB4B3
(171,180,179)
#BAC1C1
(186,193,193)
#C9CECF
(201,206,207)
#D8DBDD
(216,219,221)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51665F color. Also use rgb(81,102,95) instead hex code.

Text Font Color

.myTextColor { color: #51665F; }

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

This text font color is #51665F.


Background Color

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

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

This div background color is #51665F.


Border color

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

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

This div border color is #51665F.


Opacity

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

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

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

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

This text has shadow with #51665F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51665F on black background.


Color preview on white background

This text has color #51665F on white background.



Black color preview on #51665F background

This text has black color on #51665F background.


White color preview on #51665F background

This text has white color on #51665F background.