COLOR #514129

HEX: #514129
RGB: (81,65,41)

Color info

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

RGB color model

#514129 color RGB value is (81,65,41).

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

RGB channels and saturation

R 81 of 255 = 32%
G 65 of 255 = 25%
B 41 of 255 = 16%

81
65
41

R + G + B ~ 24%. #514129 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 65 + 41 = 187 (100%)
R 81 of 187 ~ 43.32%
G 65 of 187 ~ 34.76%
B 41 of 187 ~ 21.93%

%43.32
%34.76
%21.93

CMYK color model

#514129 color CMYK value is (0,20,49,68).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 49.38%
  • key color value is 68.24%
CMYK:
(0,20,49,68)
C0M20Y49K68 
(0%,20%,49%,68%)
(0.00/0.20/0.49/0.68)	

CMYK percentages

%0
%19.75
%49.38
%68.24

Codes

Color #514129 in popluar color models

514129
RGB816541
HSL36°32.79%23.92%
HSB/HSV36°49.38%31.76%
CMYK0.00%19.75%49.38%
68.24%

Color #514129 in popluar number systems.

HEX514129
Decimal816541
Binary10100011000001101001
Octal12110151

Shades and tints

Shades of #514129

#514129
(81,65,41)
#4A3C26
(74,60,38)
#433723
(67,55,35)
#3C3220
(60,50,32)
#352D1D
(53,45,29)
#2E281A
(46,40,26)
#272317
(39,35,23)
#201E14
(32,30,20)
#191911
(25,25,17)
#12140E
(18,20,14)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #514129

#514129
(81,65,41)
#60523C
(96,82,60)
#6F634F
(111,99,79)
#7E7462
(126,116,98)
#8D8575
(141,133,117)
#9C9688
(156,150,136)
#ABA79B
(171,167,155)
#BAB8AE
(186,184,174)
#C9C9C1
(201,201,193)
#D8DAD4
(216,218,212)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514129; }

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

This text font color is #514129.


Background Color

.myBgColor { background-color: #514129; }

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

This div background color is #514129.


Border color

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

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

This div border color is #514129.


Opacity

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

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

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

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

This text has shadow with #514129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514129 on black background.


Color preview on white background

This text has color #514129 on white background.



Black color preview on #514129 background

This text has black color on #514129 background.


White color preview on #514129 background

This text has white color on #514129 background.