COLOR #40554D

HEX: #40554D
RGB: (64,85,77)

Color info

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

RGB color model

#40554D color RGB value is (64,85,77).

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

RGB channels and saturation

R 64 of 255 = 25%
G 85 of 255 = 33%
B 77 of 255 = 30%

64
85
77

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

Portions of RGB colors in percentages

R + G + B =
64 + 85 + 77 = 226 (100%)
R 64 of 226 ~ 28.32%
G 85 of 226 ~ 37.61%
B 77 of 226 ~ 34.07%

%28.32
%37.61
%34.07

CMYK color model

#40554D color CMYK value is (25,0,9,67).

  • cyan value is 24.71%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 66.67%
CMYK:
(25,0,9,67)
C25M0Y9K67 
(25%,0%,9%,67%)
(0.25/0.00/0.09/0.67)	

CMYK percentages

%24.71
%0
%9.41
%66.67

Codes

Color #40554D in popluar color models

40554D
RGB648577
HSL157°14.09%29.22%
HSB/HSV157°24.71%33.33%
CMYK24.71%0.00%9.41%
66.67%

Color #40554D in popluar number systems.

HEX40554D
Decimal648577
Binary100000010101011001101
Octal100125115

Shades and tints

Shades of #40554D

#40554D
(64,85,77)
#3B4E46
(59,78,70)
#36473F
(54,71,63)
#314038
(49,64,56)
#2C3931
(44,57,49)
#27322A
(39,50,42)
#222B23
(34,43,35)
#1D241C
(29,36,28)
#181D15
(24,29,21)
#13160E
(19,22,14)
#0E0F07
(14,15,7)
#000000
(0,0,0)

Tints of #40554D

#40554D
(64,85,77)
#51645D
(81,100,93)
#62736D
(98,115,109)
#73827D
(115,130,125)
#84918D
(132,145,141)
#95A09D
(149,160,157)
#A6AFAD
(166,175,173)
#B7BEBD
(183,190,189)
#C8CDCD
(200,205,205)
#D9DCDD
(217,220,221)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40554D; }

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

This text font color is #40554D.


Background Color

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

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

This div background color is #40554D.


Border color

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

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

This div border color is #40554D.


Opacity

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

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

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

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

This text has shadow with #40554D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40554D on black background.


Color preview on white background

This text has color #40554D on white background.



Black color preview on #40554D background

This text has black color on #40554D background.


White color preview on #40554D background

This text has white color on #40554D background.