COLOR #40814B

HEX: #40814B
RGB: (64,129,75)

Color info

#40814B contains mainly green and blue colors. Web safe color of #40814B is #339933 (or #393).

RGB color model

#40814B color RGB value is (64,129,75).

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

RGB channels and saturation

R 64 of 255 = 25%
G 129 of 255 = 51%
B 75 of 255 = 29%

64
129
75

R + G + B ~ 35%. #40814B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 129 + 75 = 268 (100%)
R 64 of 268 ~ 23.88%
G 129 of 268 ~ 48.13%
B 75 of 268 ~ 27.99%

%23.88
%48.13
%27.99

CMYK color model

#40814B color CMYK value is (50,0,42,49).

  • cyan value is 50.39%
  • magenta value is 0.00%
  • yellow value is 41.86%
  • key color value is 49.41%
CMYK:
(50,0,42,49)
C50M0Y42K49 
(50%,0%,42%,49%)
(0.50/0.00/0.42/0.49)	

CMYK percentages

%50.39
%0
%41.86
%49.41

Codes

Color #40814B in popluar color models

40814B
RGB6412975
HSL130°33.68%37.84%
HSB/HSV130°50.39%50.59%
CMYK50.39%0.00%41.86%
49.41%

Color #40814B in popluar number systems.

HEX40814B
Decimal6412975
Binary1000000100000011001011
Octal100201113

Shades and tints

Shades of #40814B

#40814B
(64,129,75)
#3B7645
(59,118,69)
#366B3F
(54,107,63)
#316039
(49,96,57)
#2C5533
(44,85,51)
#274A2D
(39,74,45)
#223F27
(34,63,39)
#1D3421
(29,52,33)
#18291B
(24,41,27)
#131E15
(19,30,21)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #40814B

#40814B
(64,129,75)
#518C5B
(81,140,91)
#62976B
(98,151,107)
#73A27B
(115,162,123)
#84AD8B
(132,173,139)
#95B89B
(149,184,155)
#A6C3AB
(166,195,171)
#B7CEBB
(183,206,187)
#C8D9CB
(200,217,203)
#D9E4DB
(217,228,219)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40814B; }

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

This text font color is #40814B.


Background Color

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

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

This div background color is #40814B.


Border color

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

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

This div border color is #40814B.


Opacity

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

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

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

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

This text has shadow with #40814B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40814B on black background.


Color preview on white background

This text has color #40814B on white background.



Black color preview on #40814B background

This text has black color on #40814B background.


White color preview on #40814B background

This text has white color on #40814B background.