COLOR #514F44

HEX: #514F44
RGB: (81,79,68)

Color info

#514F44 contains red, green and blue colors in about the same proportion. Web safe color of #514F44 is #666633 (or #663).

RGB color model

#514F44 color RGB value is (81,79,68).

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

RGB channels and saturation

R 81 of 255 = 32%
G 79 of 255 = 31%
B 68 of 255 = 27%

81
79
68

R + G + B ~ 30%. #514F44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 79 + 68 = 228 (100%)
R 81 of 228 ~ 35.53%
G 79 of 228 ~ 34.65%
B 68 of 228 ~ 29.82%

%35.53
%34.65
%29.82

CMYK color model

#514F44 color CMYK value is (0,2,16,68).

  • cyan value is 0.00%
  • magenta value is 2.47%
  • yellow value is 16.05%
  • key color value is 68.24%
CMYK:
(0,2,16,68)
C0M2Y16K68 
(0%,2%,16%,68%)
(0.00/0.02/0.16/0.68)	

CMYK percentages

%0
%2.47
%16.05
%68.24

Codes

Color #514F44 in popluar color models

514F44
RGB817968
HSL51°8.72%29.22%
HSB/HSV51°16.05%31.76%
CMYK0.00%2.47%16.05%
68.24%

Color #514F44 in popluar number systems.

HEX514F44
Decimal817968
Binary101000110011111000100
Octal121117104

Shades and tints

Shades of #514F44

#514F44
(81,79,68)
#4A483E
(74,72,62)
#434138
(67,65,56)
#3C3A32
(60,58,50)
#35332C
(53,51,44)
#2E2C26
(46,44,38)
#272520
(39,37,32)
#201E1A
(32,30,26)
#191714
(25,23,20)
#12100E
(18,16,14)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #514F44

#514F44
(81,79,68)
#605F55
(96,95,85)
#6F6F66
(111,111,102)
#7E7F77
(126,127,119)
#8D8F88
(141,143,136)
#9C9F99
(156,159,153)
#ABAFAA
(171,175,170)
#BABFBB
(186,191,187)
#C9CFCC
(201,207,204)
#D8DFDD
(216,223,221)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514F44; }

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

This text font color is #514F44.


Background Color

.myBgColor { background-color: #514F44; }

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

This div background color is #514F44.


Border color

.myBorderColor { border: 1px solid #514F44; }

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

This div border color is #514F44.


Opacity

.myOpacity80 { color: #514F44; opacity: 0.8; }

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

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

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

This text has shadow with #514F44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514F44 on black background.


Color preview on white background

This text has color #514F44 on white background.



Black color preview on #514F44 background

This text has black color on #514F44 background.


White color preview on #514F44 background

This text has white color on #514F44 background.