COLOR #514520

HEX: #514520
RGB: (81,69,32)

Color info

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

RGB color model

#514520 color RGB value is (81,69,32).

  • red value is 81;
  • green value is 69;
  • blue value is 32.
RGB:
(81,69,32)
(32%,27%,13%)

RGB channels and saturation

R 81 of 255 = 32%
G 69 of 255 = 27%
B 32 of 255 = 13%

81
69
32

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

Portions of RGB colors in percentages

R + G + B =
81 + 69 + 32 = 182 (100%)
R 81 of 182 ~ 44.51%
G 69 of 182 ~ 37.91%
B 32 of 182 ~ 17.58%

%44.51
%37.91
%17.58

CMYK color model

#514520 color CMYK value is (0,15,60,68).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 60.49%
  • key color value is 68.24%
CMYK:
(0,15,60,68)
C0M15Y60K68 
(0%,15%,60%,68%)
(0.00/0.15/0.60/0.68)	

CMYK percentages

%0
%14.81
%60.49
%68.24

Codes

Color #514520 in popluar color models

514520
RGB816932
HSL45°43.36%22.16%
HSB/HSV45°60.49%31.76%
CMYK0.00%14.81%60.49%
68.24%

Color #514520 in popluar number systems.

HEX514520
Decimal816932
Binary10100011000101100000
Octal12110540

Shades and tints

Shades of #514520

#514520
(81,69,32)
#4A3F1E
(74,63,30)
#43391C
(67,57,28)
#3C331A
(60,51,26)
#352D18
(53,45,24)
#2E2716
(46,39,22)
#272114
(39,33,20)
#201B12
(32,27,18)
#191510
(25,21,16)
#120F0E
(18,15,14)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #514520

#514520
(81,69,32)
#605534
(96,85,52)
#6F6548
(111,101,72)
#7E755C
(126,117,92)
#8D8570
(141,133,112)
#9C9584
(156,149,132)
#ABA598
(171,165,152)
#BAB5AC
(186,181,172)
#C9C5C0
(201,197,192)
#D8D5D4
(216,213,212)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514520 color. Also use rgb(81,69,32) instead hex code.

Text Font Color

.myTextColor { color: #514520; }

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

This text font color is #514520.


Background Color

.myBgColor { background-color: #514520; }

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

This div background color is #514520.


Border color

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

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

This div border color is #514520.


Opacity

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

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

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

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

This text has shadow with #514520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514520 on black background.


Color preview on white background

This text has color #514520 on white background.



Black color preview on #514520 background

This text has black color on #514520 background.


White color preview on #514520 background

This text has white color on #514520 background.