COLOR #514031

HEX: #514031
RGB: (81,64,49)

Color info

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

RGB color model

#514031 color RGB value is (81,64,49).

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

RGB channels and saturation

R 81 of 255 = 32%
G 64 of 255 = 25%
B 49 of 255 = 19%

81
64
49

R + G + B ~ 25%. #514031 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 64 + 49 = 194 (100%)
R 81 of 194 ~ 41.75%
G 64 of 194 ~ 32.99%
B 49 of 194 ~ 25.26%

%41.75
%32.99
%25.26

CMYK color model

#514031 color CMYK value is (0,21,40,68).

  • cyan value is 0.00%
  • magenta value is 20.99%
  • yellow value is 39.51%
  • key color value is 68.24%
CMYK:
(0,21,40,68)
C0M21Y40K68 
(0%,21%,40%,68%)
(0.00/0.21/0.40/0.68)	

CMYK percentages

%0
%20.99
%39.51
%68.24

Codes

Color #514031 in popluar color models

514031
RGB816449
HSL28°24.62%25.49%
HSB/HSV28°39.51%31.76%
CMYK0.00%20.99%39.51%
68.24%

Color #514031 in popluar number systems.

HEX514031
Decimal816449
Binary10100011000000110001
Octal12110061

Shades and tints

Shades of #514031

#514031
(81,64,49)
#4A3B2D
(74,59,45)
#433629
(67,54,41)
#3C3125
(60,49,37)
#352C21
(53,44,33)
#2E271D
(46,39,29)
#272219
(39,34,25)
#201D15
(32,29,21)
#191811
(25,24,17)
#12130D
(18,19,13)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #514031

#514031
(81,64,49)
#605143
(96,81,67)
#6F6255
(111,98,85)
#7E7367
(126,115,103)
#8D8479
(141,132,121)
#9C958B
(156,149,139)
#ABA69D
(171,166,157)
#BAB7AF
(186,183,175)
#C9C8C1
(201,200,193)
#D8D9D3
(216,217,211)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514031; }

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

This text font color is #514031.


Background Color

.myBgColor { background-color: #514031; }

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

This div background color is #514031.


Border color

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

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

This div border color is #514031.


Opacity

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

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

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

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

This text has shadow with #514031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514031 on black background.


Color preview on white background

This text has color #514031 on white background.



Black color preview on #514031 background

This text has black color on #514031 background.


White color preview on #514031 background

This text has white color on #514031 background.