COLOR #514539

HEX: #514539
RGB: (81,69,57)

Color info

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

RGB color model

#514539 color RGB value is (81,69,57).

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

RGB channels and saturation

R 81 of 255 = 32%
G 69 of 255 = 27%
B 57 of 255 = 22%

81
69
57

R + G + B ~ 27%. #514539 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 69 + 57 = 207 (100%)
R 81 of 207 ~ 39.13%
G 69 of 207 ~ 33.33%
B 57 of 207 ~ 27.54%

%39.13
%33.33
%27.54

CMYK color model

#514539 color CMYK value is (0,15,30,68).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 29.63%
  • key color value is 68.24%
CMYK:
(0,15,30,68)
C0M15Y30K68 
(0%,15%,30%,68%)
(0.00/0.15/0.30/0.68)	

CMYK percentages

%0
%14.81
%29.63
%68.24

Codes

Color #514539 in popluar color models

514539
RGB816957
HSL30°17.39%27.06%
HSB/HSV30°29.63%31.76%
CMYK0.00%14.81%29.63%
68.24%

Color #514539 in popluar number systems.

HEX514539
Decimal816957
Binary10100011000101111001
Octal12110571

Shades and tints

Shades of #514539

#514539
(81,69,57)
#4A3F34
(74,63,52)
#43392F
(67,57,47)
#3C332A
(60,51,42)
#352D25
(53,45,37)
#2E2720
(46,39,32)
#27211B
(39,33,27)
#201B16
(32,27,22)
#191511
(25,21,17)
#120F0C
(18,15,12)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #514539

#514539
(81,69,57)
#60554B
(96,85,75)
#6F655D
(111,101,93)
#7E756F
(126,117,111)
#8D8581
(141,133,129)
#9C9593
(156,149,147)
#ABA5A5
(171,165,165)
#BAB5B7
(186,181,183)
#C9C5C9
(201,197,201)
#D8D5DB
(216,213,219)
#E7E5ED
(231,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514539; }

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

This text font color is #514539.


Background Color

.myBgColor { background-color: #514539; }

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

This div background color is #514539.


Border color

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

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

This div border color is #514539.


Opacity

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

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

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

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

This text has shadow with #514539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514539 on black background.


Color preview on white background

This text has color #514539 on white background.



Black color preview on #514539 background

This text has black color on #514539 background.


White color preview on #514539 background

This text has white color on #514539 background.