COLOR #514218

HEX: #514218
RGB: (81,66,24)

Color info

#514218 contains red, green and blue colors in about the same proportion. Web safe color of #514218 is #663300 (or #630).

RGB color model

#514218 color RGB value is (81,66,24).

  • red value is 81;
  • green value is 66;
  • blue value is 24.
RGB:
(81,66,24)
(32%,26%,9%)

RGB channels and saturation

R 81 of 255 = 32%
G 66 of 255 = 26%
B 24 of 255 = 9%

81
66
24

R + G + B ~ 22%. #514218 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 66 + 24 = 171 (100%)
R 81 of 171 ~ 47.37%
G 66 of 171 ~ 38.6%
B 24 of 171 ~ 14.04%

%47.37
%38.6
%14.04

CMYK color model

#514218 color CMYK value is (0,19,70,68).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 70.37%
  • key color value is 68.24%
CMYK:
(0,19,70,68)
C0M19Y70K68 
(0%,19%,70%,68%)
(0.00/0.19/0.70/0.68)	

CMYK percentages

%0
%18.52
%70.37
%68.24

Codes

Color #514218 in popluar color models

514218
RGB816624
HSL44°54.29%20.59%
HSB/HSV44°70.37%31.76%
CMYK0.00%18.52%70.37%
68.24%

Color #514218 in popluar number systems.

HEX514218
Decimal816624
Binary1010001100001011000
Octal12110230

Shades and tints

Shades of #514218

#514218
(81,66,24)
#4A3C16
(74,60,22)
#433614
(67,54,20)
#3C3012
(60,48,18)
#352A10
(53,42,16)
#2E240E
(46,36,14)
#271E0C
(39,30,12)
#20180A
(32,24,10)
#191208
(25,18,8)
#120C06
(18,12,6)
#0B0604
(11,6,4)
#000000
(0,0,0)

Tints of #514218

#514218
(81,66,24)
#60532D
(96,83,45)
#6F6442
(111,100,66)
#7E7557
(126,117,87)
#8D866C
(141,134,108)
#9C9781
(156,151,129)
#ABA896
(171,168,150)
#BAB9AB
(186,185,171)
#C9CAC0
(201,202,192)
#D8DBD5
(216,219,213)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514218 color. Also use rgb(81,66,24) instead hex code.

Text Font Color

.myTextColor { color: #514218; }

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

This text font color is #514218.


Background Color

.myBgColor { background-color: #514218; }

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

This div background color is #514218.


Border color

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

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

This div border color is #514218.


Opacity

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

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

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

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

This text has shadow with #514218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514218 on black background.


Color preview on white background

This text has color #514218 on white background.



Black color preview on #514218 background

This text has black color on #514218 background.


White color preview on #514218 background

This text has white color on #514218 background.