COLOR #514042

HEX: #514042
RGB: (81,64,66)

Color info

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

RGB color model

#514042 color RGB value is (81,64,66).

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

RGB channels and saturation

R 81 of 255 = 32%
G 64 of 255 = 25%
B 66 of 255 = 26%

81
64
66

R + G + B ~ 28%. #514042 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 64 + 66 = 211 (100%)
R 81 of 211 ~ 38.39%
G 64 of 211 ~ 30.33%
B 66 of 211 ~ 31.28%

%38.39
%30.33
%31.28

CMYK color model

#514042 color CMYK value is (0,21,19,68).

  • cyan value is 0.00%
  • magenta value is 20.99%
  • yellow value is 18.52%
  • key color value is 68.24%
CMYK:
(0,21,19,68)
C0M21Y19K68 
(0%,21%,19%,68%)
(0.00/0.21/0.19/0.68)	

CMYK percentages

%0
%20.99
%18.52
%68.24

Codes

Color #514042 in popluar color models

514042
RGB816466
HSL353°11.72%28.43%
HSB/HSV353°20.99%31.76%
CMYK0.00%20.99%18.52%
68.24%

Color #514042 in popluar number systems.

HEX514042
Decimal816466
Binary101000110000001000010
Octal121100102

Shades and tints

Shades of #514042

#514042
(81,64,66)
#4A3B3C
(74,59,60)
#433636
(67,54,54)
#3C3130
(60,49,48)
#352C2A
(53,44,42)
#2E2724
(46,39,36)
#27221E
(39,34,30)
#201D18
(32,29,24)
#191812
(25,24,18)
#12130C
(18,19,12)
#0B0E06
(11,14,6)
#000000
(0,0,0)

Tints of #514042

#514042
(81,64,66)
#605153
(96,81,83)
#6F6264
(111,98,100)
#7E7375
(126,115,117)
#8D8486
(141,132,134)
#9C9597
(156,149,151)
#ABA6A8
(171,166,168)
#BAB7B9
(186,183,185)
#C9C8CA
(201,200,202)
#D8D9DB
(216,217,219)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514042; }

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

This text font color is #514042.


Background Color

.myBgColor { background-color: #514042; }

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

This div background color is #514042.


Border color

.myBorderColor { border: 1px solid #514042; }

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

This div border color is #514042.


Opacity

.myOpacity80 { color: #514042; opacity: 0.8; }

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

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

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

This text has shadow with #514042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514042 on black background.


Color preview on white background

This text has color #514042 on white background.



Black color preview on #514042 background

This text has black color on #514042 background.


White color preview on #514042 background

This text has white color on #514042 background.