COLOR #514F31

HEX: #514F31
RGB: (81,79,49)

Color info

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

RGB color model

#514F31 color RGB value is (81,79,49).

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

RGB channels and saturation

R 81 of 255 = 32%
G 79 of 255 = 31%
B 49 of 255 = 19%

81
79
49

R + G + B ~ 27%. #514F31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 79 + 49 = 209 (100%)
R 81 of 209 ~ 38.76%
G 79 of 209 ~ 37.8%
B 49 of 209 ~ 23.44%

%38.76
%37.8
%23.44

CMYK color model

#514F31 color CMYK value is (0,2,40,68).

  • cyan value is 0.00%
  • magenta value is 2.47%
  • yellow value is 39.51%
  • key color value is 68.24%
CMYK:
(0,2,40,68)
C0M2Y40K68 
(0%,2%,40%,68%)
(0.00/0.02/0.40/0.68)	

CMYK percentages

%0
%2.47
%39.51
%68.24

Codes

Color #514F31 in popluar color models

514F31
RGB817949
HSL56°24.62%25.49%
HSB/HSV56°39.51%31.76%
CMYK0.00%2.47%39.51%
68.24%

Color #514F31 in popluar number systems.

HEX514F31
Decimal817949
Binary10100011001111110001
Octal12111761

Shades and tints

Shades of #514F31

#514F31
(81,79,49)
#4A482D
(74,72,45)
#434129
(67,65,41)
#3C3A25
(60,58,37)
#353321
(53,51,33)
#2E2C1D
(46,44,29)
#272519
(39,37,25)
#201E15
(32,30,21)
#191711
(25,23,17)
#12100D
(18,16,13)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #514F31

#514F31
(81,79,49)
#605F43
(96,95,67)
#6F6F55
(111,111,85)
#7E7F67
(126,127,103)
#8D8F79
(141,143,121)
#9C9F8B
(156,159,139)
#ABAF9D
(171,175,157)
#BABFAF
(186,191,175)
#C9CFC1
(201,207,193)
#D8DFD3
(216,223,211)
#E7EFE5
(231,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514F31; }

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

This text font color is #514F31.


Background Color

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

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

This div background color is #514F31.


Border color

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

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

This div border color is #514F31.


Opacity

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

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

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

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

This text has shadow with #514F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514F31 on black background.


Color preview on white background

This text has color #514F31 on white background.



Black color preview on #514F31 background

This text has black color on #514F31 background.


White color preview on #514F31 background

This text has white color on #514F31 background.