COLOR #514554

HEX: #514554
RGB: (81,69,84)

Color info

#514554 contains red, green and blue colors in about the same proportion. Web safe color of #514554 is #663366 (or #636).

RGB color model

#514554 color RGB value is (81,69,84).

  • red value is 81;
  • green value is 69;
  • blue value is 84.
RGB:
(81,69,84)
(32%,27%,33%)

RGB channels and saturation

R 81 of 255 = 32%
G 69 of 255 = 27%
B 84 of 255 = 33%

81
69
84

R + G + B ~ 31%. #514554 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 69 + 84 = 234 (100%)
R 81 of 234 ~ 34.62%
G 69 of 234 ~ 29.49%
B 84 of 234 ~ 35.9%

%34.62
%29.49
%35.9

CMYK color model

#514554 color CMYK value is (4,18,0,67).

  • cyan value is 3.57%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(4,18,0,67)
C4M18Y0K67 
(4%,18%,0%,67%)
(0.04/0.18/0.00/0.67)	

CMYK percentages

%3.57
%17.86
%0
%67.06

Codes

Color #514554 in popluar color models

514554
RGB816984
HSL288°9.80%30.00%
HSB/HSV288°17.86%32.94%
CMYK3.57%17.86%0.00%
67.06%

Color #514554 in popluar number systems.

HEX514554
Decimal816984
Binary101000110001011010100
Octal121105124

Shades and tints

Shades of #514554

#514554
(81,69,84)
#4A3F4D
(74,63,77)
#433946
(67,57,70)
#3C333F
(60,51,63)
#352D38
(53,45,56)
#2E2731
(46,39,49)
#27212A
(39,33,42)
#201B23
(32,27,35)
#19151C
(25,21,28)
#120F15
(18,15,21)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #514554

#514554
(81,69,84)
#605563
(96,85,99)
#6F6572
(111,101,114)
#7E7581
(126,117,129)
#8D8590
(141,133,144)
#9C959F
(156,149,159)
#ABA5AE
(171,165,174)
#BAB5BD
(186,181,189)
#C9C5CC
(201,197,204)
#D8D5DB
(216,213,219)
#E7E5EA
(231,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514554 color. Also use rgb(81,69,84) instead hex code.

Text Font Color

.myTextColor { color: #514554; }

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

This text font color is #514554.


Background Color

.myBgColor { background-color: #514554; }

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

This div background color is #514554.


Border color

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

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

This div border color is #514554.


Opacity

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

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

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

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

This text has shadow with #514554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514554 on black background.


Color preview on white background

This text has color #514554 on white background.



Black color preview on #514554 background

This text has black color on #514554 background.


White color preview on #514554 background

This text has white color on #514554 background.