COLOR #40844A

HEX: #40844A
RGB: (64,132,74)

Color info

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

RGB color model

#40844A color RGB value is (64,132,74).

  • red value is 64;
  • green value is 132;
  • blue value is 74.
RGB:
(64,132,74)
(25%,52%,29%)

RGB channels and saturation

R 64 of 255 = 25%
G 132 of 255 = 52%
B 74 of 255 = 29%

64
132
74

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

Portions of RGB colors in percentages

R + G + B =
64 + 132 + 74 = 270 (100%)
R 64 of 270 ~ 23.7%
G 132 of 270 ~ 48.89%
B 74 of 270 ~ 27.41%

%23.7
%48.89
%27.41

CMYK color model

#40844A color CMYK value is (52,0,44,48).

  • cyan value is 51.52%
  • magenta value is 0.00%
  • yellow value is 43.94%
  • key color value is 48.24%
CMYK:
(52,0,44,48)
C52M0Y44K48 
(52%,0%,44%,48%)
(0.52/0.00/0.44/0.48)	

CMYK percentages

%51.52
%0
%43.94
%48.24

Codes

Color #40844A in popluar color models

40844A
RGB6413274
HSL129°34.69%38.43%
HSB/HSV129°51.52%51.76%
CMYK51.52%0.00%43.94%
48.24%

Color #40844A in popluar number systems.

HEX40844A
Decimal6413274
Binary1000000100001001001010
Octal100204112

Shades and tints

Shades of #40844A

#40844A
(64,132,74)
#3B7844
(59,120,68)
#366C3E
(54,108,62)
#316038
(49,96,56)
#2C5432
(44,84,50)
#27482C
(39,72,44)
#223C26
(34,60,38)
#1D3020
(29,48,32)
#18241A
(24,36,26)
#131814
(19,24,20)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #40844A

#40844A
(64,132,74)
#518F5A
(81,143,90)
#629A6A
(98,154,106)
#73A57A
(115,165,122)
#84B08A
(132,176,138)
#95BB9A
(149,187,154)
#A6C6AA
(166,198,170)
#B7D1BA
(183,209,186)
#C8DCCA
(200,220,202)
#D9E7DA
(217,231,218)
#EAF2EA
(234,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40844A color. Also use rgb(64,132,74) instead hex code.

Text Font Color

.myTextColor { color: #40844A; }

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

This text font color is #40844A.


Background Color

.myBgColor { background-color: #40844A; }

<div style="background-color:#40844A">Inner text</div>

This div background color is #40844A.


Border color

.myBorderColor { border: 1px solid #40844A; }

<div style="border:3px solid #40844A">Div</div>

This div border color is #40844A.


Opacity

.myOpacity80 { color: #40844A; opacity: 0.8; }

<p style="color:#40844A;opacity:0.8;">80%</p>

Text with #40844A 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 #40844A;}

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

This text has shadow with #40844A color.

.textShadow {text-shadow: 3px 3px 1px #40844A, 3px 3px 1px red;}

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

This text has shadow with #40844A primary color and red secondary color.


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

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

This text has shadow with #40844A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40844A on black background.


Color preview on white background

This text has color #40844A on white background.



Black color preview on #40844A background

This text has black color on #40844A background.


White color preview on #40844A background

This text has white color on #40844A background.