COLOR #514831

HEX: #514831
RGB: (81,72,49)

Color info

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

RGB color model

#514831 color RGB value is (81,72,49).

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

RGB channels and saturation

R 81 of 255 = 32%
G 72 of 255 = 28%
B 49 of 255 = 19%

81
72
49

R + G + B ~ 26%. #514831 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 72 + 49 = 202 (100%)
R 81 of 202 ~ 40.1%
G 72 of 202 ~ 35.64%
B 49 of 202 ~ 24.26%

%40.1
%35.64
%24.26

CMYK color model

#514831 color CMYK value is (0,11,40,68).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 39.51%
  • key color value is 68.24%
CMYK:
(0,11,40,68)
C0M11Y40K68 
(0%,11%,40%,68%)
(0.00/0.11/0.40/0.68)	

CMYK percentages

%0
%11.11
%39.51
%68.24

Codes

Color #514831 in popluar color models

514831
RGB817249
HSL43°24.62%25.49%
HSB/HSV43°39.51%31.76%
CMYK0.00%11.11%39.51%
68.24%

Color #514831 in popluar number systems.

HEX514831
Decimal817249
Binary10100011001000110001
Octal12111061

Shades and tints

Shades of #514831

#514831
(81,72,49)
#4A422D
(74,66,45)
#433C29
(67,60,41)
#3C3625
(60,54,37)
#353021
(53,48,33)
#2E2A1D
(46,42,29)
#272419
(39,36,25)
#201E15
(32,30,21)
#191811
(25,24,17)
#12120D
(18,18,13)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #514831

#514831
(81,72,49)
#605843
(96,88,67)
#6F6855
(111,104,85)
#7E7867
(126,120,103)
#8D8879
(141,136,121)
#9C988B
(156,152,139)
#ABA89D
(171,168,157)
#BAB8AF
(186,184,175)
#C9C8C1
(201,200,193)
#D8D8D3
(216,216,211)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514831; }

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

This text font color is #514831.


Background Color

.myBgColor { background-color: #514831; }

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

This div background color is #514831.


Border color

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

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

This div border color is #514831.


Opacity

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

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

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

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

This text has shadow with #514831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514831 on black background.


Color preview on white background

This text has color #514831 on white background.



Black color preview on #514831 background

This text has black color on #514831 background.


White color preview on #514831 background

This text has white color on #514831 background.