COLOR #51595A

HEX: #51595A
RGB: (81,89,90)

Color info

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

RGB color model

#51595A color RGB value is (81,89,90).

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

RGB channels and saturation

R 81 of 255 = 32%
G 89 of 255 = 35%
B 90 of 255 = 35%

81
89
90

R + G + B ~ 34%. #51595A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 89 + 90 = 260 (100%)
R 81 of 260 ~ 31.15%
G 89 of 260 ~ 34.23%
B 90 of 260 ~ 34.62%

%31.15
%34.23
%34.62

CMYK color model

#51595A color CMYK value is (10,1,0,65).

  • cyan value is 10.00%
  • magenta value is 1.11%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(10,1,0,65)
C10M1Y0K65 
(10%,1%,0%,65%)
(0.10/0.01/0.00/0.65)	

CMYK percentages

%10
%1.11
%0
%64.71

Codes

Color #51595A in popluar color models

51595A
RGB818990
HSL187°5.26%33.53%
HSB/HSV187°10.00%35.29%
CMYK10.00%1.11%0.00%
64.71%

Color #51595A in popluar number systems.

HEX51595A
Decimal818990
Binary101000110110011011010
Octal121131132

Shades and tints

Shades of #51595A

#51595A
(81,89,90)
#4A5152
(74,81,82)
#43494A
(67,73,74)
#3C4142
(60,65,66)
#35393A
(53,57,58)
#2E3132
(46,49,50)
#27292A
(39,41,42)
#202122
(32,33,34)
#19191A
(25,25,26)
#121112
(18,17,18)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #51595A

#51595A
(81,89,90)
#606869
(96,104,105)
#6F7778
(111,119,120)
#7E8687
(126,134,135)
#8D9596
(141,149,150)
#9CA4A5
(156,164,165)
#ABB3B4
(171,179,180)
#BAC2C3
(186,194,195)
#C9D1D2
(201,209,210)
#D8E0E1
(216,224,225)
#E7EFF0
(231,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51595A; }

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

This text font color is #51595A.


Background Color

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

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

This div background color is #51595A.


Border color

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

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

This div border color is #51595A.


Opacity

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

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

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

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

This text has shadow with #51595A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51595A on black background.


Color preview on white background

This text has color #51595A on white background.



Black color preview on #51595A background

This text has black color on #51595A background.


White color preview on #51595A background

This text has white color on #51595A background.