COLOR #514309

HEX: #514309
RGB: (81,67,9)

Color info

#514309 contains mainly red and green colors. Web safe color of #514309 is #663300 (or #630).

RGB color model

#514309 color RGB value is (81,67,9).

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

RGB channels and saturation

R 81 of 255 = 32%
G 67 of 255 = 26%
B 9 of 255 = 4%

81
67
9

R + G + B ~ 21%. #514309 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 67 + 9 = 157 (100%)
R 81 of 157 ~ 51.59%
G 67 of 157 ~ 42.68%
B 9 of 157 ~ 5.73%

%51.59
%42.68

CMYK color model

#514309 color CMYK value is (0,17,89,68).

  • cyan value is 0.00%
  • magenta value is 17.28%
  • yellow value is 88.89%
  • key color value is 68.24%
CMYK:
(0,17,89,68)
C0M17Y89K68 
(0%,17%,89%,68%)
(0.00/0.17/0.89/0.68)	

CMYK percentages

%0
%17.28
%88.89
%68.24

Codes

Color #514309 in popluar color models

514309
RGB81679
HSL48°80.00%17.65%
HSB/HSV48°88.89%31.76%
CMYK0.00%17.28%88.89%
68.24%

Color #514309 in popluar number systems.

HEX514309
Decimal81679
Binary101000110000111001
Octal12110311

Shades and tints

Shades of #514309

#514309
(81,67,9)
#4A3D09
(74,61,9)
#433709
(67,55,9)
#3C3109
(60,49,9)
#352B09
(53,43,9)
#2E2509
(46,37,9)
#271F09
(39,31,9)
#201909
(32,25,9)
#191309
(25,19,9)
#120D09
(18,13,9)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #514309

#514309
(81,67,9)
#60541F
(96,84,31)
#6F6535
(111,101,53)
#7E764B
(126,118,75)
#8D8761
(141,135,97)
#9C9877
(156,152,119)
#ABA98D
(171,169,141)
#BABAA3
(186,186,163)
#C9CBB9
(201,203,185)
#D8DCCF
(216,220,207)
#E7EDE5
(231,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514309 color. Also use rgb(81,67,9) instead hex code.

Text Font Color

.myTextColor { color: #514309; }

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

This text font color is #514309.


Background Color

.myBgColor { background-color: #514309; }

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

This div background color is #514309.


Border color

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

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

This div border color is #514309.


Opacity

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

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

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

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

This text has shadow with #514309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514309 on black background.


Color preview on white background

This text has color #514309 on white background.



Black color preview on #514309 background

This text has black color on #514309 background.


White color preview on #514309 background

This text has white color on #514309 background.