COLOR #514021

HEX: #514021
RGB: (81,64,33)

Color info

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

RGB color model

#514021 color RGB value is (81,64,33).

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

RGB channels and saturation

R 81 of 255 = 32%
G 64 of 255 = 25%
B 33 of 255 = 13%

81
64
33

R + G + B ~ 23%. #514021 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 64 + 33 = 178 (100%)
R 81 of 178 ~ 45.51%
G 64 of 178 ~ 35.96%
B 33 of 178 ~ 18.54%

%45.51
%35.96
%18.54

CMYK color model

#514021 color CMYK value is (0,21,59,68).

  • cyan value is 0.00%
  • magenta value is 20.99%
  • yellow value is 59.26%
  • key color value is 68.24%
CMYK:
(0,21,59,68)
C0M21Y59K68 
(0%,21%,59%,68%)
(0.00/0.21/0.59/0.68)	

CMYK percentages

%0
%20.99
%59.26
%68.24

Codes

Color #514021 in popluar color models

514021
RGB816433
HSL39°42.11%22.35%
HSB/HSV39°59.26%31.76%
CMYK0.00%20.99%59.26%
68.24%

Color #514021 in popluar number systems.

HEX514021
Decimal816433
Binary10100011000000100001
Octal12110041

Shades and tints

Shades of #514021

#514021
(81,64,33)
#4A3B1E
(74,59,30)
#43361B
(67,54,27)
#3C3118
(60,49,24)
#352C15
(53,44,21)
#2E2712
(46,39,18)
#27220F
(39,34,15)
#201D0C
(32,29,12)
#191809
(25,24,9)
#121306
(18,19,6)
#0B0E03
(11,14,3)
#000000
(0,0,0)

Tints of #514021

#514021
(81,64,33)
#605135
(96,81,53)
#6F6249
(111,98,73)
#7E735D
(126,115,93)
#8D8471
(141,132,113)
#9C9585
(156,149,133)
#ABA699
(171,166,153)
#BAB7AD
(186,183,173)
#C9C8C1
(201,200,193)
#D8D9D5
(216,217,213)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514021; }

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

This text font color is #514021.


Background Color

.myBgColor { background-color: #514021; }

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

This div background color is #514021.


Border color

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

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

This div border color is #514021.


Opacity

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

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

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

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

This text has shadow with #514021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514021 on black background.


Color preview on white background

This text has color #514021 on white background.



Black color preview on #514021 background

This text has black color on #514021 background.


White color preview on #514021 background

This text has white color on #514021 background.