COLOR #514644

HEX: #514644
RGB: (81,70,68)

Color info

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

RGB color model

#514644 color RGB value is (81,70,68).

  • red value is 81;
  • green value is 70;
  • blue value is 68.
RGB:
(81,70,68)
(32%,27%,27%)

RGB channels and saturation

R 81 of 255 = 32%
G 70 of 255 = 27%
B 68 of 255 = 27%

81
70
68

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

Portions of RGB colors in percentages

R + G + B =
81 + 70 + 68 = 219 (100%)
R 81 of 219 ~ 36.99%
G 70 of 219 ~ 31.96%
B 68 of 219 ~ 31.05%

%36.99
%31.96
%31.05

CMYK color model

#514644 color CMYK value is (0,14,16,68).

  • cyan value is 0.00%
  • magenta value is 13.58%
  • yellow value is 16.05%
  • key color value is 68.24%
CMYK:
(0,14,16,68)
C0M14Y16K68 
(0%,14%,16%,68%)
(0.00/0.14/0.16/0.68)	

CMYK percentages

%0
%13.58
%16.05
%68.24

Codes

Color #514644 in popluar color models

514644
RGB817068
HSL8.72%29.22%
HSB/HSV16.05%31.76%
CMYK0.00%13.58%16.05%
68.24%

Color #514644 in popluar number systems.

HEX514644
Decimal817068
Binary101000110001101000100
Octal121106104

Shades and tints

Shades of #514644

#514644
(81,70,68)
#4A403E
(74,64,62)
#433A38
(67,58,56)
#3C3432
(60,52,50)
#352E2C
(53,46,44)
#2E2826
(46,40,38)
#272220
(39,34,32)
#201C1A
(32,28,26)
#191614
(25,22,20)
#12100E
(18,16,14)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #514644

#514644
(81,70,68)
#605655
(96,86,85)
#6F6666
(111,102,102)
#7E7677
(126,118,119)
#8D8688
(141,134,136)
#9C9699
(156,150,153)
#ABA6AA
(171,166,170)
#BAB6BB
(186,182,187)
#C9C6CC
(201,198,204)
#D8D6DD
(216,214,221)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514644 color. Also use rgb(81,70,68) instead hex code.

Text Font Color

.myTextColor { color: #514644; }

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

This text font color is #514644.


Background Color

.myBgColor { background-color: #514644; }

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

This div background color is #514644.


Border color

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

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

This div border color is #514644.


Opacity

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

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

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

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

This text has shadow with #514644 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514644 on black background.


Color preview on white background

This text has color #514644 on white background.



Black color preview on #514644 background

This text has black color on #514644 background.


White color preview on #514644 background

This text has white color on #514644 background.