COLOR #514434

HEX: #514434
RGB: (81,68,52)

Color info

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

RGB color model

#514434 color RGB value is (81,68,52).

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

RGB channels and saturation

R 81 of 255 = 32%
G 68 of 255 = 27%
B 52 of 255 = 20%

81
68
52

R + G + B ~ 26%. #514434 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 68 + 52 = 201 (100%)
R 81 of 201 ~ 40.3%
G 68 of 201 ~ 33.83%
B 52 of 201 ~ 25.87%

%40.3
%33.83
%25.87

CMYK color model

#514434 color CMYK value is (0,16,36,68).

  • cyan value is 0.00%
  • magenta value is 16.05%
  • yellow value is 35.80%
  • key color value is 68.24%
CMYK:
(0,16,36,68)
C0M16Y36K68 
(0%,16%,36%,68%)
(0.00/0.16/0.36/0.68)	

CMYK percentages

%0
%16.05
%35.8
%68.24

Codes

Color #514434 in popluar color models

514434
RGB816852
HSL33°21.80%26.08%
HSB/HSV33°35.80%31.76%
CMYK0.00%16.05%35.80%
68.24%

Color #514434 in popluar number systems.

HEX514434
Decimal816852
Binary10100011000100110100
Octal12110464

Shades and tints

Shades of #514434

#514434
(81,68,52)
#4A3E30
(74,62,48)
#43382C
(67,56,44)
#3C3228
(60,50,40)
#352C24
(53,44,36)
#2E2620
(46,38,32)
#27201C
(39,32,28)
#201A18
(32,26,24)
#191414
(25,20,20)
#120E10
(18,14,16)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #514434

#514434
(81,68,52)
#605546
(96,85,70)
#6F6658
(111,102,88)
#7E776A
(126,119,106)
#8D887C
(141,136,124)
#9C998E
(156,153,142)
#ABAAA0
(171,170,160)
#BABBB2
(186,187,178)
#C9CCC4
(201,204,196)
#D8DDD6
(216,221,214)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514434; }

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

This text font color is #514434.


Background Color

.myBgColor { background-color: #514434; }

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

This div background color is #514434.


Border color

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

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

This div border color is #514434.


Opacity

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

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

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

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

This text has shadow with #514434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514434 on black background.


Color preview on white background

This text has color #514434 on white background.



Black color preview on #514434 background

This text has black color on #514434 background.


White color preview on #514434 background

This text has white color on #514434 background.