COLOR #51596A

HEX: #51596A
RGB: (81,89,106)

Color info

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

RGB color model

#51596A color RGB value is (81,89,106).

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

RGB channels and saturation

R 81 of 255 = 32%
G 89 of 255 = 35%
B 106 of 255 = 42%

81
89
106

R + G + B ~ 36%. #51596A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 89 + 106 = 276 (100%)
R 81 of 276 ~ 29.35%
G 89 of 276 ~ 32.25%
B 106 of 276 ~ 38.41%

%29.35
%32.25
%38.41

CMYK color model

#51596A color CMYK value is (24,16,0,58).

  • cyan value is 23.58%
  • magenta value is 16.04%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(24,16,0,58)
C24M16Y0K58 
(24%,16%,0%,58%)
(0.24/0.16/0.00/0.58)	

CMYK percentages

%23.58
%16.04
%0
%58.43

Codes

Color #51596A in popluar color models

51596A
RGB8189106
HSL221°13.37%36.67%
HSB/HSV221°23.58%41.57%
CMYK23.58%16.04%0.00%
58.43%

Color #51596A in popluar number systems.

HEX51596A
Decimal8189106
Binary101000110110011101010
Octal121131152

Shades and tints

Shades of #51596A

#51596A
(81,89,106)
#4A5161
(74,81,97)
#434958
(67,73,88)
#3C414F
(60,65,79)
#353946
(53,57,70)
#2E313D
(46,49,61)
#272934
(39,41,52)
#20212B
(32,33,43)
#191922
(25,25,34)
#121119
(18,17,25)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #51596A

#51596A
(81,89,106)
#606877
(96,104,119)
#6F7784
(111,119,132)
#7E8691
(126,134,145)
#8D959E
(141,149,158)
#9CA4AB
(156,164,171)
#ABB3B8
(171,179,184)
#BAC2C5
(186,194,197)
#C9D1D2
(201,209,210)
#D8E0DF
(216,224,223)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51596A; }

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

This text font color is #51596A.


Background Color

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

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

This div background color is #51596A.


Border color

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

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

This div border color is #51596A.


Opacity

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

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

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

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

This text has shadow with #51596A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51596A on black background.


Color preview on white background

This text has color #51596A on white background.



Black color preview on #51596A background

This text has black color on #51596A background.


White color preview on #51596A background

This text has white color on #51596A background.