COLOR #514240

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

81
66
64

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

Portions of RGB colors in percentages

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

%38.39
%31.28
%30.33

CMYK color model

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

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

CMYK percentages

%0
%18.52
%20.99
%68.24

Codes

Color #514240 in popluar color models

514240
RGB816664
HSL11.72%28.43%
HSB/HSV20.99%31.76%
CMYK0.00%18.52%20.99%
68.24%

Color #514240 in popluar number systems.

HEX514240
Decimal816664
Binary101000110000101000000
Octal121102100

Shades and tints

Shades of #514240

#514240
(81,66,64)
#4A3C3B
(74,60,59)
#433636
(67,54,54)
#3C3031
(60,48,49)
#352A2C
(53,42,44)
#2E2427
(46,36,39)
#271E22
(39,30,34)
#20181D
(32,24,29)
#191218
(25,18,24)
#120C13
(18,12,19)
#0B060E
(11,6,14)
#000000
(0,0,0)

Tints of #514240

#514240
(81,66,64)
#605351
(96,83,81)
#6F6462
(111,100,98)
#7E7573
(126,117,115)
#8D8684
(141,134,132)
#9C9795
(156,151,149)
#ABA8A6
(171,168,166)
#BAB9B7
(186,185,183)
#C9CAC8
(201,202,200)
#D8DBD9
(216,219,217)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514240; }

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

This text font color is #514240.


Background Color

.myBgColor { background-color: #514240; }

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

This div background color is #514240.


Border color

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

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

This div border color is #514240.


Opacity

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

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

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

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

This text has shadow with #514240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514240 on black background.


Color preview on white background

This text has color #514240 on white background.



Black color preview on #514240 background

This text has black color on #514240 background.


White color preview on #514240 background

This text has white color on #514240 background.