COLOR #51414C

HEX: #51414C
RGB: (81,65,76)

Color info

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

RGB color model

#51414C color RGB value is (81,65,76).

  • red value is 81;
  • green value is 65;
  • blue value is 76.
RGB:
(81,65,76)
(32%,25%,30%)

RGB channels and saturation

R 81 of 255 = 32%
G 65 of 255 = 25%
B 76 of 255 = 30%

81
65
76

R + G + B ~ 29%. #51414C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 65 + 76 = 222 (100%)
R 81 of 222 ~ 36.49%
G 65 of 222 ~ 29.28%
B 76 of 222 ~ 34.23%

%36.49
%29.28
%34.23

CMYK color model

#51414C color CMYK value is (0,20,6,68).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 6.17%
  • key color value is 68.24%
CMYK:
(0,20,6,68)
C0M20Y6K68 
(0%,20%,6%,68%)
(0.00/0.20/0.06/0.68)	

CMYK percentages

%0
%19.75
%6.17
%68.24

Codes

Color #51414C in popluar color models

51414C
RGB816576
HSL319°10.96%28.63%
HSB/HSV319°19.75%31.76%
CMYK0.00%19.75%6.17%
68.24%

Color #51414C in popluar number systems.

HEX51414C
Decimal816576
Binary101000110000011001100
Octal121101114

Shades and tints

Shades of #51414C

#51414C
(81,65,76)
#4A3C46
(74,60,70)
#433740
(67,55,64)
#3C323A
(60,50,58)
#352D34
(53,45,52)
#2E282E
(46,40,46)
#272328
(39,35,40)
#201E22
(32,30,34)
#19191C
(25,25,28)
#121416
(18,20,22)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #51414C

#51414C
(81,65,76)
#60525C
(96,82,92)
#6F636C
(111,99,108)
#7E747C
(126,116,124)
#8D858C
(141,133,140)
#9C969C
(156,150,156)
#ABA7AC
(171,167,172)
#BAB8BC
(186,184,188)
#C9C9CC
(201,201,204)
#D8DADC
(216,218,220)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51414C color. Also use rgb(81,65,76) instead hex code.

Text Font Color

.myTextColor { color: #51414C; }

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

This text font color is #51414C.


Background Color

.myBgColor { background-color: #51414C; }

<div style="background-color:#51414C">Inner text</div>

This div background color is #51414C.


Border color

.myBorderColor { border: 1px solid #51414C; }

<div style="border:3px solid #51414C">Div</div>

This div border color is #51414C.


Opacity

.myOpacity80 { color: #51414C; opacity: 0.8; }

<p style="color:#51414C;opacity:0.8;">80%</p>

Text with #51414C 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 #51414C;}

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

This text has shadow with #51414C color.

.textShadow {text-shadow: 3px 3px 1px #51414C, 3px 3px 1px red;}

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

This text has shadow with #51414C primary color and red secondary color.


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

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

This text has shadow with #51414C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51414C on black background.


Color preview on white background

This text has color #51414C on white background.



Black color preview on #51414C background

This text has black color on #51414C background.


White color preview on #51414C background

This text has white color on #51414C background.