COLOR #40564D

HEX: #40564D
RGB: (64,86,77)

Color info

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

RGB color model

#40564D color RGB value is (64,86,77).

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

RGB channels and saturation

R 64 of 255 = 25%
G 86 of 255 = 34%
B 77 of 255 = 30%

64
86
77

R + G + B ~ 30%. #40564D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 86 + 77 = 227 (100%)
R 64 of 227 ~ 28.19%
G 86 of 227 ~ 37.89%
B 77 of 227 ~ 33.92%

%28.19
%37.89
%33.92

CMYK color model

#40564D color CMYK value is (26,0,10,66).

  • cyan value is 25.58%
  • magenta value is 0.00%
  • yellow value is 10.47%
  • key color value is 66.27%
CMYK:
(26,0,10,66)
C26M0Y10K66 
(26%,0%,10%,66%)
(0.26/0.00/0.10/0.66)	

CMYK percentages

%25.58
%0
%10.47
%66.27

Codes

Color #40564D in popluar color models

40564D
RGB648677
HSL155°14.67%29.41%
HSB/HSV155°25.58%33.73%
CMYK25.58%0.00%10.47%
66.27%

Color #40564D in popluar number systems.

HEX40564D
Decimal648677
Binary100000010101101001101
Octal100126115

Shades and tints

Shades of #40564D

#40564D
(64,86,77)
#3B4F46
(59,79,70)
#36483F
(54,72,63)
#314138
(49,65,56)
#2C3A31
(44,58,49)
#27332A
(39,51,42)
#222C23
(34,44,35)
#1D251C
(29,37,28)
#181E15
(24,30,21)
#13170E
(19,23,14)
#0E1007
(14,16,7)
#000000
(0,0,0)

Tints of #40564D

#40564D
(64,86,77)
#51655D
(81,101,93)
#62746D
(98,116,109)
#73837D
(115,131,125)
#84928D
(132,146,141)
#95A19D
(149,161,157)
#A6B0AD
(166,176,173)
#B7BFBD
(183,191,189)
#C8CECD
(200,206,205)
#D9DDDD
(217,221,221)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40564D; }

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

This text font color is #40564D.


Background Color

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

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

This div background color is #40564D.


Border color

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

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

This div border color is #40564D.


Opacity

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

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

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

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

This text has shadow with #40564D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40564D on black background.


Color preview on white background

This text has color #40564D on white background.



Black color preview on #40564D background

This text has black color on #40564D background.


White color preview on #40564D background

This text has white color on #40564D background.