COLOR #51494A

HEX: #51494A
RGB: (81,73,74)

Color info

#51494A contains red, green and blue colors in about the same proportion. Web safe color of #51494A is #663333 (or #633).

RGB color model

#51494A color RGB value is (81,73,74).

  • red value is 81;
  • green value is 73;
  • blue value is 74.
RGB:
(81,73,74)
(32%,29%,29%)

RGB channels and saturation

R 81 of 255 = 32%
G 73 of 255 = 29%
B 74 of 255 = 29%

81
73
74

R + G + B ~ 30%. #51494A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 73 + 74 = 228 (100%)
R 81 of 228 ~ 35.53%
G 73 of 228 ~ 32.02%
B 74 of 228 ~ 32.46%

%35.53
%32.02
%32.46

CMYK color model

#51494A color CMYK value is (0,10,9,68).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 8.64%
  • key color value is 68.24%
CMYK:
(0,10,9,68)
C0M10Y9K68 
(0%,10%,9%,68%)
(0.00/0.10/0.09/0.68)	

CMYK percentages

%0
%9.88
%8.64
%68.24

Codes

Color #51494A in popluar color models

51494A
RGB817374
HSL353°5.19%30.20%
HSB/HSV353°9.88%31.76%
CMYK0.00%9.88%8.64%
68.24%

Color #51494A in popluar number systems.

HEX51494A
Decimal817374
Binary101000110010011001010
Octal121111112

Shades and tints

Shades of #51494A

#51494A
(81,73,74)
#4A4344
(74,67,68)
#433D3E
(67,61,62)
#3C3738
(60,55,56)
#353132
(53,49,50)
#2E2B2C
(46,43,44)
#272526
(39,37,38)
#201F20
(32,31,32)
#19191A
(25,25,26)
#121314
(18,19,20)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #51494A

#51494A
(81,73,74)
#60595A
(96,89,90)
#6F696A
(111,105,106)
#7E797A
(126,121,122)
#8D898A
(141,137,138)
#9C999A
(156,153,154)
#ABA9AA
(171,169,170)
#BAB9BA
(186,185,186)
#C9C9CA
(201,201,202)
#D8D9DA
(216,217,218)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51494A color. Also use rgb(81,73,74) instead hex code.

Text Font Color

.myTextColor { color: #51494A; }

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

This text font color is #51494A.


Background Color

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

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

This div background color is #51494A.


Border color

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

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

This div border color is #51494A.


Opacity

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

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

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

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

This text has shadow with #51494A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51494A on black background.


Color preview on white background

This text has color #51494A on white background.



Black color preview on #51494A background

This text has black color on #51494A background.


White color preview on #51494A background

This text has white color on #51494A background.