COLOR #51424A

HEX: #51424A
RGB: (81,66,74)

Color info

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

RGB color model

#51424A color RGB value is (81,66,74).

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

RGB channels and saturation

R 81 of 255 = 32%
G 66 of 255 = 26%
B 74 of 255 = 29%

81
66
74

R + G + B ~ 29%. #51424A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 66 + 74 = 221 (100%)
R 81 of 221 ~ 36.65%
G 66 of 221 ~ 29.86%
B 74 of 221 ~ 33.48%

%36.65
%29.86
%33.48

CMYK color model

#51424A color CMYK value is (0,19,9,68).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 8.64%
  • key color value is 68.24%
CMYK:
(0,19,9,68)
C0M19Y9K68 
(0%,19%,9%,68%)
(0.00/0.19/0.09/0.68)	

CMYK percentages

%0
%18.52
%8.64
%68.24

Codes

Color #51424A in popluar color models

51424A
RGB816674
HSL328°10.20%28.82%
HSB/HSV328°18.52%31.76%
CMYK0.00%18.52%8.64%
68.24%

Color #51424A in popluar number systems.

HEX51424A
Decimal816674
Binary101000110000101001010
Octal121102112

Shades and tints

Shades of #51424A

#51424A
(81,66,74)
#4A3C44
(74,60,68)
#43363E
(67,54,62)
#3C3038
(60,48,56)
#352A32
(53,42,50)
#2E242C
(46,36,44)
#271E26
(39,30,38)
#201820
(32,24,32)
#19121A
(25,18,26)
#120C14
(18,12,20)
#0B060E
(11,6,14)
#000000
(0,0,0)

Tints of #51424A

#51424A
(81,66,74)
#60535A
(96,83,90)
#6F646A
(111,100,106)
#7E757A
(126,117,122)
#8D868A
(141,134,138)
#9C979A
(156,151,154)
#ABA8AA
(171,168,170)
#BAB9BA
(186,185,186)
#C9CACA
(201,202,202)
#D8DBDA
(216,219,218)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51424A; }

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

This text font color is #51424A.


Background Color

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

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

This div background color is #51424A.


Border color

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

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

This div border color is #51424A.


Opacity

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

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

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

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

This text has shadow with #51424A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51424A on black background.


Color preview on white background

This text has color #51424A on white background.



Black color preview on #51424A background

This text has black color on #51424A background.


White color preview on #51424A background

This text has white color on #51424A background.