COLOR #514340

HEX: #514340
RGB: (81,67,64)

Color info

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

RGB color model

#514340 color RGB value is (81,67,64).

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

RGB channels and saturation

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

81
67
64

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

Portions of RGB colors in percentages

R + G + B =
81 + 67 + 64 = 212 (100%)
R 81 of 212 ~ 38.21%
G 67 of 212 ~ 31.6%
B 64 of 212 ~ 30.19%

%38.21
%31.6
%30.19

CMYK color model

#514340 color CMYK value is (0,17,21,68).

  • cyan value is 0.00%
  • magenta value is 17.28%
  • yellow value is 20.99%
  • key color value is 68.24%
CMYK:
(0,17,21,68)
C0M17Y21K68 
(0%,17%,21%,68%)
(0.00/0.17/0.21/0.68)	

CMYK percentages

%0
%17.28
%20.99
%68.24

Codes

Color #514340 in popluar color models

514340
RGB816764
HSL11°11.72%28.43%
HSB/HSV11°20.99%31.76%
CMYK0.00%17.28%20.99%
68.24%

Color #514340 in popluar number systems.

HEX514340
Decimal816764
Binary101000110000111000000
Octal121103100

Shades and tints

Shades of #514340

#514340
(81,67,64)
#4A3D3B
(74,61,59)
#433736
(67,55,54)
#3C3131
(60,49,49)
#352B2C
(53,43,44)
#2E2527
(46,37,39)
#271F22
(39,31,34)
#20191D
(32,25,29)
#191318
(25,19,24)
#120D13
(18,13,19)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #514340

#514340
(81,67,64)
#605451
(96,84,81)
#6F6562
(111,101,98)
#7E7673
(126,118,115)
#8D8784
(141,135,132)
#9C9895
(156,152,149)
#ABA9A6
(171,169,166)
#BABAB7
(186,186,183)
#C9CBC8
(201,203,200)
#D8DCD9
(216,220,217)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514340; }

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

This text font color is #514340.


Background Color

.myBgColor { background-color: #514340; }

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

This div background color is #514340.


Border color

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

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

This div border color is #514340.


Opacity

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

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

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

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

This text has shadow with #514340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514340 on black background.


Color preview on white background

This text has color #514340 on white background.



Black color preview on #514340 background

This text has black color on #514340 background.


White color preview on #514340 background

This text has white color on #514340 background.