COLOR #40514D

HEX: #40514D
RGB: (64,81,77)

Color info

#40514D contains red, green and blue colors in about the same proportion. Web safe color of #40514D is #336633 (or #363).

RGB color model

#40514D color RGB value is (64,81,77).

  • red value is 64;
  • green value is 81;
  • blue value is 77.
RGB:
(64,81,77)
(25%,32%,30%)

RGB channels and saturation

R 64 of 255 = 25%
G 81 of 255 = 32%
B 77 of 255 = 30%

64
81
77

R + G + B ~ 29%. #40514D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 81 + 77 = 222 (100%)
R 64 of 222 ~ 28.83%
G 81 of 222 ~ 36.49%
B 77 of 222 ~ 34.68%

%28.83
%36.49
%34.68

CMYK color model

#40514D color CMYK value is (21,0,5,68).

  • cyan value is 20.99%
  • magenta value is 0.00%
  • yellow value is 4.94%
  • key color value is 68.24%
CMYK:
(21,0,5,68)
C21M0Y5K68 
(21%,0%,5%,68%)
(0.21/0.00/0.05/0.68)	

CMYK percentages

%20.99
%0
%4.94
%68.24

Codes

Color #40514D in popluar color models

40514D
RGB648177
HSL166°11.72%28.43%
HSB/HSV166°20.99%31.76%
CMYK20.99%0.00%4.94%
68.24%

Color #40514D in popluar number systems.

HEX40514D
Decimal648177
Binary100000010100011001101
Octal100121115

Shades and tints

Shades of #40514D

#40514D
(64,81,77)
#3B4A46
(59,74,70)
#36433F
(54,67,63)
#313C38
(49,60,56)
#2C3531
(44,53,49)
#272E2A
(39,46,42)
#222723
(34,39,35)
#1D201C
(29,32,28)
#181915
(24,25,21)
#13120E
(19,18,14)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #40514D

#40514D
(64,81,77)
#51605D
(81,96,93)
#626F6D
(98,111,109)
#737E7D
(115,126,125)
#848D8D
(132,141,141)
#959C9D
(149,156,157)
#A6ABAD
(166,171,173)
#B7BABD
(183,186,189)
#C8C9CD
(200,201,205)
#D9D8DD
(217,216,221)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40514D color. Also use rgb(64,81,77) instead hex code.

Text Font Color

.myTextColor { color: #40514D; }

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

This text font color is #40514D.


Background Color

.myBgColor { background-color: #40514D; }

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

This div background color is #40514D.


Border color

.myBorderColor { border: 1px solid #40514D; }

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

This div border color is #40514D.


Opacity

.myOpacity80 { color: #40514D; opacity: 0.8; }

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

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

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

This text has shadow with #40514D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40514D on black background.


Color preview on white background

This text has color #40514D on white background.



Black color preview on #40514D background

This text has black color on #40514D background.


White color preview on #40514D background

This text has white color on #40514D background.