COLOR #51616B

HEX: #51616B
RGB: (81,97,107)

Color info

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

RGB color model

#51616B color RGB value is (81,97,107).

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

RGB channels and saturation

R 81 of 255 = 32%
G 97 of 255 = 38%
B 107 of 255 = 42%

81
97
107

R + G + B ~ 37%. #51616B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 97 + 107 = 285 (100%)
R 81 of 285 ~ 28.42%
G 97 of 285 ~ 34.04%
B 107 of 285 ~ 37.54%

%28.42
%34.04
%37.54

CMYK color model

#51616B color CMYK value is (24,9,0,58).

  • cyan value is 24.30%
  • magenta value is 9.35%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(24,9,0,58)
C24M9Y0K58 
(24%,9%,0%,58%)
(0.24/0.09/0.00/0.58)	

CMYK percentages

%24.3
%9.35
%0
%58.04

Codes

Color #51616B in popluar color models

51616B
RGB8197107
HSL203°13.83%36.86%
HSB/HSV203°24.30%41.96%
CMYK24.30%9.35%0.00%
58.04%

Color #51616B in popluar number systems.

HEX51616B
Decimal8197107
Binary101000111000011101011
Octal121141153

Shades and tints

Shades of #51616B

#51616B
(81,97,107)
#4A5962
(74,89,98)
#435159
(67,81,89)
#3C4950
(60,73,80)
#354147
(53,65,71)
#2E393E
(46,57,62)
#273135
(39,49,53)
#20292C
(32,41,44)
#192123
(25,33,35)
#12191A
(18,25,26)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #51616B

#51616B
(81,97,107)
#606F78
(96,111,120)
#6F7D85
(111,125,133)
#7E8B92
(126,139,146)
#8D999F
(141,153,159)
#9CA7AC
(156,167,172)
#ABB5B9
(171,181,185)
#BAC3C6
(186,195,198)
#C9D1D3
(201,209,211)
#D8DFE0
(216,223,224)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51616B; }

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

This text font color is #51616B.


Background Color

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

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

This div background color is #51616B.


Border color

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

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

This div border color is #51616B.


Opacity

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

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

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

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

This text has shadow with #51616B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51616B on black background.


Color preview on white background

This text has color #51616B on white background.



Black color preview on #51616B background

This text has black color on #51616B background.


White color preview on #51616B background

This text has white color on #51616B background.