COLOR #514429

HEX: #514429
RGB: (81,68,41)

Color info

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

RGB color model

#514429 color RGB value is (81,68,41).

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

RGB channels and saturation

R 81 of 255 = 32%
G 68 of 255 = 27%
B 41 of 255 = 16%

81
68
41

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

Portions of RGB colors in percentages

R + G + B =
81 + 68 + 41 = 190 (100%)
R 81 of 190 ~ 42.63%
G 68 of 190 ~ 35.79%
B 41 of 190 ~ 21.58%

%42.63
%35.79
%21.58

CMYK color model

#514429 color CMYK value is (0,16,49,68).

  • cyan value is 0.00%
  • magenta value is 16.05%
  • yellow value is 49.38%
  • key color value is 68.24%
CMYK:
(0,16,49,68)
C0M16Y49K68 
(0%,16%,49%,68%)
(0.00/0.16/0.49/0.68)	

CMYK percentages

%0
%16.05
%49.38
%68.24

Codes

Color #514429 in popluar color models

514429
RGB816841
HSL41°32.79%23.92%
HSB/HSV41°49.38%31.76%
CMYK0.00%16.05%49.38%
68.24%

Color #514429 in popluar number systems.

HEX514429
Decimal816841
Binary10100011000100101001
Octal12110451

Shades and tints

Shades of #514429

#514429
(81,68,41)
#4A3E26
(74,62,38)
#433823
(67,56,35)
#3C3220
(60,50,32)
#352C1D
(53,44,29)
#2E261A
(46,38,26)
#272017
(39,32,23)
#201A14
(32,26,20)
#191411
(25,20,17)
#120E0E
(18,14,14)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #514429

#514429
(81,68,41)
#60553C
(96,85,60)
#6F664F
(111,102,79)
#7E7762
(126,119,98)
#8D8875
(141,136,117)
#9C9988
(156,153,136)
#ABAA9B
(171,170,155)
#BABBAE
(186,187,174)
#C9CCC1
(201,204,193)
#D8DDD4
(216,221,212)
#E7EEE7
(231,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514429; }

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

This text font color is #514429.


Background Color

.myBgColor { background-color: #514429; }

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

This div background color is #514429.


Border color

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

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

This div border color is #514429.


Opacity

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

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

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

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

This text has shadow with #514429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514429 on black background.


Color preview on white background

This text has color #514429 on white background.



Black color preview on #514429 background

This text has black color on #514429 background.


White color preview on #514429 background

This text has white color on #514429 background.