COLOR #40814F

HEX: #40814F
RGB: (64,129,79)

Color info

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

RGB color model

#40814F color RGB value is (64,129,79).

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

RGB channels and saturation

R 64 of 255 = 25%
G 129 of 255 = 51%
B 79 of 255 = 31%

64
129
79

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

Portions of RGB colors in percentages

R + G + B =
64 + 129 + 79 = 272 (100%)
R 64 of 272 ~ 23.53%
G 129 of 272 ~ 47.43%
B 79 of 272 ~ 29.04%

%23.53
%47.43
%29.04

CMYK color model

#40814F color CMYK value is (50,0,39,49).

  • cyan value is 50.39%
  • magenta value is 0.00%
  • yellow value is 38.76%
  • key color value is 49.41%
CMYK:
(50,0,39,49)
C50M0Y39K49 
(50%,0%,39%,49%)
(0.50/0.00/0.39/0.49)	

CMYK percentages

%50.39
%0
%38.76
%49.41

Codes

Color #40814F in popluar color models

40814F
RGB6412979
HSL134°33.68%37.84%
HSB/HSV134°50.39%50.59%
CMYK50.39%0.00%38.76%
49.41%

Color #40814F in popluar number systems.

HEX40814F
Decimal6412979
Binary1000000100000011001111
Octal100201117

Shades and tints

Shades of #40814F

#40814F
(64,129,79)
#3B7648
(59,118,72)
#366B41
(54,107,65)
#31603A
(49,96,58)
#2C5533
(44,85,51)
#274A2C
(39,74,44)
#223F25
(34,63,37)
#1D341E
(29,52,30)
#182917
(24,41,23)
#131E10
(19,30,16)
#0E1309
(14,19,9)
#000000
(0,0,0)

Tints of #40814F

#40814F
(64,129,79)
#518C5F
(81,140,95)
#62976F
(98,151,111)
#73A27F
(115,162,127)
#84AD8F
(132,173,143)
#95B89F
(149,184,159)
#A6C3AF
(166,195,175)
#B7CEBF
(183,206,191)
#C8D9CF
(200,217,207)
#D9E4DF
(217,228,223)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40814F; }

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

This text font color is #40814F.


Background Color

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

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

This div background color is #40814F.


Border color

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

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

This div border color is #40814F.


Opacity

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

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

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

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

This text has shadow with #40814F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40814F on black background.


Color preview on white background

This text has color #40814F on white background.



Black color preview on #40814F background

This text has black color on #40814F background.


White color preview on #40814F background

This text has white color on #40814F background.