COLOR #514834

HEX: #514834
RGB: (81,72,52)

Color info

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

RGB color model

#514834 color RGB value is (81,72,52).

  • red value is 81;
  • green value is 72;
  • blue value is 52.
RGB:
(81,72,52)
(32%,28%,20%)

RGB channels and saturation

R 81 of 255 = 32%
G 72 of 255 = 28%
B 52 of 255 = 20%

81
72
52

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

Portions of RGB colors in percentages

R + G + B =
81 + 72 + 52 = 205 (100%)
R 81 of 205 ~ 39.51%
G 72 of 205 ~ 35.12%
B 52 of 205 ~ 25.37%

%39.51
%35.12
%25.37

CMYK color model

#514834 color CMYK value is (0,11,36,68).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 35.80%
  • key color value is 68.24%
CMYK:
(0,11,36,68)
C0M11Y36K68 
(0%,11%,36%,68%)
(0.00/0.11/0.36/0.68)	

CMYK percentages

%0
%11.11
%35.8
%68.24

Codes

Color #514834 in popluar color models

514834
RGB817252
HSL41°21.80%26.08%
HSB/HSV41°35.80%31.76%
CMYK0.00%11.11%35.80%
68.24%

Color #514834 in popluar number systems.

HEX514834
Decimal817252
Binary10100011001000110100
Octal12111064

Shades and tints

Shades of #514834

#514834
(81,72,52)
#4A4230
(74,66,48)
#433C2C
(67,60,44)
#3C3628
(60,54,40)
#353024
(53,48,36)
#2E2A20
(46,42,32)
#27241C
(39,36,28)
#201E18
(32,30,24)
#191814
(25,24,20)
#121210
(18,18,16)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #514834

#514834
(81,72,52)
#605846
(96,88,70)
#6F6858
(111,104,88)
#7E786A
(126,120,106)
#8D887C
(141,136,124)
#9C988E
(156,152,142)
#ABA8A0
(171,168,160)
#BAB8B2
(186,184,178)
#C9C8C4
(201,200,196)
#D8D8D6
(216,216,214)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514834 color. Also use rgb(81,72,52) instead hex code.

Text Font Color

.myTextColor { color: #514834; }

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

This text font color is #514834.


Background Color

.myBgColor { background-color: #514834; }

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

This div background color is #514834.


Border color

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

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

This div border color is #514834.


Opacity

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

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

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

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

This text has shadow with #514834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514834 on black background.


Color preview on white background

This text has color #514834 on white background.



Black color preview on #514834 background

This text has black color on #514834 background.


White color preview on #514834 background

This text has white color on #514834 background.