COLOR #514120

HEX: #514120
RGB: (81,65,32)

Color info

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

RGB color model

#514120 color RGB value is (81,65,32).

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

RGB channels and saturation

R 81 of 255 = 32%
G 65 of 255 = 25%
B 32 of 255 = 13%

81
65
32

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

Portions of RGB colors in percentages

R + G + B =
81 + 65 + 32 = 178 (100%)
R 81 of 178 ~ 45.51%
G 65 of 178 ~ 36.52%
B 32 of 178 ~ 17.98%

%45.51
%36.52
%17.98

CMYK color model

#514120 color CMYK value is (0,20,60,68).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 60.49%
  • key color value is 68.24%
CMYK:
(0,20,60,68)
C0M20Y60K68 
(0%,20%,60%,68%)
(0.00/0.20/0.60/0.68)	

CMYK percentages

%0
%19.75
%60.49
%68.24

Codes

Color #514120 in popluar color models

514120
RGB816532
HSL40°43.36%22.16%
HSB/HSV40°60.49%31.76%
CMYK0.00%19.75%60.49%
68.24%

Color #514120 in popluar number systems.

HEX514120
Decimal816532
Binary10100011000001100000
Octal12110140

Shades and tints

Shades of #514120

#514120
(81,65,32)
#4A3C1E
(74,60,30)
#43371C
(67,55,28)
#3C321A
(60,50,26)
#352D18
(53,45,24)
#2E2816
(46,40,22)
#272314
(39,35,20)
#201E12
(32,30,18)
#191910
(25,25,16)
#12140E
(18,20,14)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #514120

#514120
(81,65,32)
#605234
(96,82,52)
#6F6348
(111,99,72)
#7E745C
(126,116,92)
#8D8570
(141,133,112)
#9C9684
(156,150,132)
#ABA798
(171,167,152)
#BAB8AC
(186,184,172)
#C9C9C0
(201,201,192)
#D8DAD4
(216,218,212)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514120; }

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

This text font color is #514120.


Background Color

.myBgColor { background-color: #514120; }

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

This div background color is #514120.


Border color

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

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

This div border color is #514120.


Opacity

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

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

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

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

This text has shadow with #514120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514120 on black background.


Color preview on white background

This text has color #514120 on white background.



Black color preview on #514120 background

This text has black color on #514120 background.


White color preview on #514120 background

This text has white color on #514120 background.