COLOR #514A28

HEX: #514A28
RGB: (81,74,40)

Color info

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

RGB color model

#514A28 color RGB value is (81,74,40).

  • red value is 81;
  • green value is 74;
  • blue value is 40.
RGB:
(81,74,40)
(32%,29%,16%)

RGB channels and saturation

R 81 of 255 = 32%
G 74 of 255 = 29%
B 40 of 255 = 16%

81
74
40

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

Portions of RGB colors in percentages

R + G + B =
81 + 74 + 40 = 195 (100%)
R 81 of 195 ~ 41.54%
G 74 of 195 ~ 37.95%
B 40 of 195 ~ 20.51%

%41.54
%37.95
%20.51

CMYK color model

#514A28 color CMYK value is (0,9,51,68).

  • cyan value is 0.00%
  • magenta value is 8.64%
  • yellow value is 50.62%
  • key color value is 68.24%
CMYK:
(0,9,51,68)
C0M9Y51K68 
(0%,9%,51%,68%)
(0.00/0.09/0.51/0.68)	

CMYK percentages

%0
%8.64
%50.62
%68.24

Codes

Color #514A28 in popluar color models

514A28
RGB817440
HSL50°33.88%23.73%
HSB/HSV50°50.62%31.76%
CMYK0.00%8.64%50.62%
68.24%

Color #514A28 in popluar number systems.

HEX514A28
Decimal817440
Binary10100011001010101000
Octal12111250

Shades and tints

Shades of #514A28

#514A28
(81,74,40)
#4A4425
(74,68,37)
#433E22
(67,62,34)
#3C381F
(60,56,31)
#35321C
(53,50,28)
#2E2C19
(46,44,25)
#272616
(39,38,22)
#202013
(32,32,19)
#191A10
(25,26,16)
#12140D
(18,20,13)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #514A28

#514A28
(81,74,40)
#605A3B
(96,90,59)
#6F6A4E
(111,106,78)
#7E7A61
(126,122,97)
#8D8A74
(141,138,116)
#9C9A87
(156,154,135)
#ABAA9A
(171,170,154)
#BABAAD
(186,186,173)
#C9CAC0
(201,202,192)
#D8DAD3
(216,218,211)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514A28 color. Also use rgb(81,74,40) instead hex code.

Text Font Color

.myTextColor { color: #514A28; }

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

This text font color is #514A28.


Background Color

.myBgColor { background-color: #514A28; }

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

This div background color is #514A28.


Border color

.myBorderColor { border: 1px solid #514A28; }

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

This div border color is #514A28.


Opacity

.myOpacity80 { color: #514A28; opacity: 0.8; }

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

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

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

This text has shadow with #514A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514A28 on black background.


Color preview on white background

This text has color #514A28 on white background.



Black color preview on #514A28 background

This text has black color on #514A28 background.


White color preview on #514A28 background

This text has white color on #514A28 background.