COLOR #40816B

HEX: #40816B
RGB: (64,129,107)

Color info

#40816B contains mainly green and blue colors. Web safe color of #40816B is #339966 (or #396).

RGB color model

#40816B color RGB value is (64,129,107).

  • red value is 64;
  • green value is 129;
  • blue value is 107.
RGB:
(64,129,107)
(25%,51%,42%)

RGB channels and saturation

R 64 of 255 = 25%
G 129 of 255 = 51%
B 107 of 255 = 42%

64
129
107

R + G + B ~ 39%. #40816B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 129 + 107 = 300 (100%)
R 64 of 300 ~ 21.33%
G 129 of 300 ~ 43%
B 107 of 300 ~ 35.67%

%21.33
%43
%35.67

CMYK color model

#40816B color CMYK value is (50,0,17,49).

  • cyan value is 50.39%
  • magenta value is 0.00%
  • yellow value is 17.05%
  • key color value is 49.41%
CMYK:
(50,0,17,49)
C50M0Y17K49 
(50%,0%,17%,49%)
(0.50/0.00/0.17/0.49)	

CMYK percentages

%50.39
%0
%17.05
%49.41

Codes

Color #40816B in popluar color models

40816B
RGB64129107
HSL160°33.68%37.84%
HSB/HSV160°50.39%50.59%
CMYK50.39%0.00%17.05%
49.41%

Color #40816B in popluar number systems.

HEX40816B
Decimal64129107
Binary1000000100000011101011
Octal100201153

Shades and tints

Shades of #40816B

#40816B
(64,129,107)
#3B7662
(59,118,98)
#366B59
(54,107,89)
#316050
(49,96,80)
#2C5547
(44,85,71)
#274A3E
(39,74,62)
#223F35
(34,63,53)
#1D342C
(29,52,44)
#182923
(24,41,35)
#131E1A
(19,30,26)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #40816B

#40816B
(64,129,107)
#518C78
(81,140,120)
#629785
(98,151,133)
#73A292
(115,162,146)
#84AD9F
(132,173,159)
#95B8AC
(149,184,172)
#A6C3B9
(166,195,185)
#B7CEC6
(183,206,198)
#C8D9D3
(200,217,211)
#D9E4E0
(217,228,224)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40816B color. Also use rgb(64,129,107) instead hex code.

Text Font Color

.myTextColor { color: #40816B; }

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

This text font color is #40816B.


Background Color

.myBgColor { background-color: #40816B; }

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

This div background color is #40816B.


Border color

.myBorderColor { border: 1px solid #40816B; }

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

This div border color is #40816B.


Opacity

.myOpacity80 { color: #40816B; opacity: 0.8; }

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

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

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

This text has shadow with #40816B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40816B on black background.


Color preview on white background

This text has color #40816B on white background.



Black color preview on #40816B background

This text has black color on #40816B background.


White color preview on #40816B background

This text has white color on #40816B background.