COLOR #51616A

HEX: #51616A
RGB: (81,97,106)

Color info

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

RGB color model

#51616A color RGB value is (81,97,106).

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

RGB channels and saturation

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

81
97
106

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

Portions of RGB colors in percentages

R + G + B =
81 + 97 + 106 = 284 (100%)
R 81 of 284 ~ 28.52%
G 97 of 284 ~ 34.15%
B 106 of 284 ~ 37.32%

%28.52
%34.15
%37.32

CMYK color model

#51616A color CMYK value is (24,8,0,58).

  • cyan value is 23.58%
  • magenta value is 8.49%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(24,8,0,58)
C24M8Y0K58 
(24%,8%,0%,58%)
(0.24/0.08/0.00/0.58)	

CMYK percentages

%23.58
%8.49
%0
%58.43

Codes

Color #51616A in popluar color models

51616A
RGB8197106
HSL202°13.37%36.67%
HSB/HSV202°23.58%41.57%
CMYK23.58%8.49%0.00%
58.43%

Color #51616A in popluar number systems.

HEX51616A
Decimal8197106
Binary101000111000011101010
Octal121141152

Shades and tints

Shades of #51616A

#51616A
(81,97,106)
#4A5961
(74,89,97)
#435158
(67,81,88)
#3C494F
(60,73,79)
#354146
(53,65,70)
#2E393D
(46,57,61)
#273134
(39,49,52)
#20292B
(32,41,43)
#192122
(25,33,34)
#121919
(18,25,25)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #51616A

#51616A
(81,97,106)
#606F77
(96,111,119)
#6F7D84
(111,125,132)
#7E8B91
(126,139,145)
#8D999E
(141,153,158)
#9CA7AB
(156,167,171)
#ABB5B8
(171,181,184)
#BAC3C5
(186,195,197)
#C9D1D2
(201,209,210)
#D8DFDF
(216,223,223)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51616A; }

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

This text font color is #51616A.


Background Color

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

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

This div background color is #51616A.


Border color

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

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

This div border color is #51616A.


Opacity

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

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

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

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

This text has shadow with #51616A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51616A on black background.


Color preview on white background

This text has color #51616A on white background.



Black color preview on #51616A background

This text has black color on #51616A background.


White color preview on #51616A background

This text has white color on #51616A background.