COLOR #51414A

HEX: #51414A
RGB: (81,65,74)

Color info

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

RGB color model

#51414A color RGB value is (81,65,74).

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

RGB channels and saturation

R 81 of 255 = 32%
G 65 of 255 = 25%
B 74 of 255 = 29%

81
65
74

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

Portions of RGB colors in percentages

R + G + B =
81 + 65 + 74 = 220 (100%)
R 81 of 220 ~ 36.82%
G 65 of 220 ~ 29.55%
B 74 of 220 ~ 33.64%

%36.82
%29.55
%33.64

CMYK color model

#51414A color CMYK value is (0,20,9,68).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 8.64%
  • key color value is 68.24%
CMYK:
(0,20,9,68)
C0M20Y9K68 
(0%,20%,9%,68%)
(0.00/0.20/0.09/0.68)	

CMYK percentages

%0
%19.75
%8.64
%68.24

Codes

Color #51414A in popluar color models

51414A
RGB816574
HSL326°10.96%28.63%
HSB/HSV326°19.75%31.76%
CMYK0.00%19.75%8.64%
68.24%

Color #51414A in popluar number systems.

HEX51414A
Decimal816574
Binary101000110000011001010
Octal121101112

Shades and tints

Shades of #51414A

#51414A
(81,65,74)
#4A3C44
(74,60,68)
#43373E
(67,55,62)
#3C3238
(60,50,56)
#352D32
(53,45,50)
#2E282C
(46,40,44)
#272326
(39,35,38)
#201E20
(32,30,32)
#19191A
(25,25,26)
#121414
(18,20,20)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #51414A

#51414A
(81,65,74)
#60525A
(96,82,90)
#6F636A
(111,99,106)
#7E747A
(126,116,122)
#8D858A
(141,133,138)
#9C969A
(156,150,154)
#ABA7AA
(171,167,170)
#BAB8BA
(186,184,186)
#C9C9CA
(201,201,202)
#D8DADA
(216,218,218)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51414A; }

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

This text font color is #51414A.


Background Color

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

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

This div background color is #51414A.


Border color

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

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

This div border color is #51414A.


Opacity

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

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

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

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

This text has shadow with #51414A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51414A on black background.


Color preview on white background

This text has color #51414A on white background.



Black color preview on #51414A background

This text has black color on #51414A background.


White color preview on #51414A background

This text has white color on #51414A background.