COLOR #514B47

HEX: #514B47
RGB: (81,75,71)

Color info

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

RGB color model

#514B47 color RGB value is (81,75,71).

  • red value is 81;
  • green value is 75;
  • blue value is 71.
RGB:
(81,75,71)
(32%,29%,28%)

RGB channels and saturation

R 81 of 255 = 32%
G 75 of 255 = 29%
B 71 of 255 = 28%

81
75
71

R + G + B ~ 30%. #514B47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 75 + 71 = 227 (100%)
R 81 of 227 ~ 35.68%
G 75 of 227 ~ 33.04%
B 71 of 227 ~ 31.28%

%35.68
%33.04
%31.28

CMYK color model

#514B47 color CMYK value is (0,7,12,68).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 12.35%
  • key color value is 68.24%
CMYK:
(0,7,12,68)
C0M7Y12K68 
(0%,7%,12%,68%)
(0.00/0.07/0.12/0.68)	

CMYK percentages

%0
%7.41
%12.35
%68.24

Codes

Color #514B47 in popluar color models

514B47
RGB817571
HSL24°6.58%29.80%
HSB/HSV24°12.35%31.76%
CMYK0.00%7.41%12.35%
68.24%

Color #514B47 in popluar number systems.

HEX514B47
Decimal817571
Binary101000110010111000111
Octal121113107

Shades and tints

Shades of #514B47

#514B47
(81,75,71)
#4A4541
(74,69,65)
#433F3B
(67,63,59)
#3C3935
(60,57,53)
#35332F
(53,51,47)
#2E2D29
(46,45,41)
#272723
(39,39,35)
#20211D
(32,33,29)
#191B17
(25,27,23)
#121511
(18,21,17)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #514B47

#514B47
(81,75,71)
#605B57
(96,91,87)
#6F6B67
(111,107,103)
#7E7B77
(126,123,119)
#8D8B87
(141,139,135)
#9C9B97
(156,155,151)
#ABABA7
(171,171,167)
#BABBB7
(186,187,183)
#C9CBC7
(201,203,199)
#D8DBD7
(216,219,215)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514B47 color. Also use rgb(81,75,71) instead hex code.

Text Font Color

.myTextColor { color: #514B47; }

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

This text font color is #514B47.


Background Color

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

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

This div background color is #514B47.


Border color

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

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

This div border color is #514B47.


Opacity

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

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

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

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

This text has shadow with #514B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514B47 on black background.


Color preview on white background

This text has color #514B47 on white background.



Black color preview on #514B47 background

This text has black color on #514B47 background.


White color preview on #514B47 background

This text has white color on #514B47 background.