COLOR #514A4C

HEX: #514A4C
RGB: (81,74,76)

Color info

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

RGB color model

#514A4C color RGB value is (81,74,76).

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

RGB channels and saturation

R 81 of 255 = 32%
G 74 of 255 = 29%
B 76 of 255 = 30%

81
74
76

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

Portions of RGB colors in percentages

R + G + B =
81 + 74 + 76 = 231 (100%)
R 81 of 231 ~ 35.06%
G 74 of 231 ~ 32.03%
B 76 of 231 ~ 32.9%

%35.06
%32.03
%32.9

CMYK color model

#514A4C color CMYK value is (0,9,6,68).

  • cyan value is 0.00%
  • magenta value is 8.64%
  • yellow value is 6.17%
  • key color value is 68.24%
CMYK:
(0,9,6,68)
C0M9Y6K68 
(0%,9%,6%,68%)
(0.00/0.09/0.06/0.68)	

CMYK percentages

%0
%8.64
%6.17
%68.24

Codes

Color #514A4C in popluar color models

514A4C
RGB817476
HSL343°4.52%30.39%
HSB/HSV343°8.64%31.76%
CMYK0.00%8.64%6.17%
68.24%

Color #514A4C in popluar number systems.

HEX514A4C
Decimal817476
Binary101000110010101001100
Octal121112114

Shades and tints

Shades of #514A4C

#514A4C
(81,74,76)
#4A4446
(74,68,70)
#433E40
(67,62,64)
#3C383A
(60,56,58)
#353234
(53,50,52)
#2E2C2E
(46,44,46)
#272628
(39,38,40)
#202022
(32,32,34)
#191A1C
(25,26,28)
#121416
(18,20,22)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #514A4C

#514A4C
(81,74,76)
#605A5C
(96,90,92)
#6F6A6C
(111,106,108)
#7E7A7C
(126,122,124)
#8D8A8C
(141,138,140)
#9C9A9C
(156,154,156)
#ABAAAC
(171,170,172)
#BABABC
(186,186,188)
#C9CACC
(201,202,204)
#D8DADC
(216,218,220)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514A4C; }

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

This text font color is #514A4C.


Background Color

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

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

This div background color is #514A4C.


Border color

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

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

This div border color is #514A4C.


Opacity

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

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

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

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

This text has shadow with #514A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514A4C on black background.


Color preview on white background

This text has color #514A4C on white background.



Black color preview on #514A4C background

This text has black color on #514A4C background.


White color preview on #514A4C background

This text has white color on #514A4C background.