COLOR #514A3B

HEX: #514A3B
RGB: (81,74,59)

Color info

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

RGB color model

#514A3B color RGB value is (81,74,59).

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

RGB channels and saturation

R 81 of 255 = 32%
G 74 of 255 = 29%
B 59 of 255 = 23%

81
74
59

R + G + B ~ 28%. #514A3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 74 + 59 = 214 (100%)
R 81 of 214 ~ 37.85%
G 74 of 214 ~ 34.58%
B 59 of 214 ~ 27.57%

%37.85
%34.58
%27.57

CMYK color model

#514A3B color CMYK value is (0,9,27,68).

  • cyan value is 0.00%
  • magenta value is 8.64%
  • yellow value is 27.16%
  • key color value is 68.24%
CMYK:
(0,9,27,68)
C0M9Y27K68 
(0%,9%,27%,68%)
(0.00/0.09/0.27/0.68)	

CMYK percentages

%0
%8.64
%27.16
%68.24

Codes

Color #514A3B in popluar color models

514A3B
RGB817459
HSL41°15.71%27.45%
HSB/HSV41°27.16%31.76%
CMYK0.00%8.64%27.16%
68.24%

Color #514A3B in popluar number systems.

HEX514A3B
Decimal817459
Binary10100011001010111011
Octal12111273

Shades and tints

Shades of #514A3B

#514A3B
(81,74,59)
#4A4436
(74,68,54)
#433E31
(67,62,49)
#3C382C
(60,56,44)
#353227
(53,50,39)
#2E2C22
(46,44,34)
#27261D
(39,38,29)
#202018
(32,32,24)
#191A13
(25,26,19)
#12140E
(18,20,14)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #514A3B

#514A3B
(81,74,59)
#605A4C
(96,90,76)
#6F6A5D
(111,106,93)
#7E7A6E
(126,122,110)
#8D8A7F
(141,138,127)
#9C9A90
(156,154,144)
#ABAAA1
(171,170,161)
#BABAB2
(186,186,178)
#C9CAC3
(201,202,195)
#D8DAD4
(216,218,212)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514A3B; }

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

This text font color is #514A3B.


Background Color

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

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

This div background color is #514A3B.


Border color

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

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

This div border color is #514A3B.


Opacity

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

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

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

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

This text has shadow with #514A3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514A3B on black background.


Color preview on white background

This text has color #514A3B on white background.



Black color preview on #514A3B background

This text has black color on #514A3B background.


White color preview on #514A3B background

This text has white color on #514A3B background.