COLOR #40894D

HEX: #40894D
RGB: (64,137,77)

Color info

#40894D contains mainly green color. Web safe color of #40894D is #339933 (or #393).

RGB color model

#40894D color RGB value is (64,137,77).

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

RGB channels and saturation

R 64 of 255 = 25%
G 137 of 255 = 54%
B 77 of 255 = 30%

64
137
77

R + G + B ~ 36%. #40894D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 137 + 77 = 278 (100%)
R 64 of 278 ~ 23.02%
G 137 of 278 ~ 49.28%
B 77 of 278 ~ 27.7%

%23.02
%49.28
%27.7

CMYK color model

#40894D color CMYK value is (53,0,44,46).

  • cyan value is 53.28%
  • magenta value is 0.00%
  • yellow value is 43.80%
  • key color value is 46.27%
CMYK:
(53,0,44,46)
C53M0Y44K46 
(53%,0%,44%,46%)
(0.53/0.00/0.44/0.46)	

CMYK percentages

%53.28
%0
%43.8
%46.27

Codes

Color #40894D in popluar color models

40894D
RGB6413777
HSL131°36.32%39.41%
HSB/HSV131°53.28%53.73%
CMYK53.28%0.00%43.80%
46.27%

Color #40894D in popluar number systems.

HEX40894D
Decimal6413777
Binary1000000100010011001101
Octal100211115

Shades and tints

Shades of #40894D

#40894D
(64,137,77)
#3B7D46
(59,125,70)
#36713F
(54,113,63)
#316538
(49,101,56)
#2C5931
(44,89,49)
#274D2A
(39,77,42)
#224123
(34,65,35)
#1D351C
(29,53,28)
#182915
(24,41,21)
#131D0E
(19,29,14)
#0E1107
(14,17,7)
#000000
(0,0,0)

Tints of #40894D

#40894D
(64,137,77)
#51935D
(81,147,93)
#629D6D
(98,157,109)
#73A77D
(115,167,125)
#84B18D
(132,177,141)
#95BB9D
(149,187,157)
#A6C5AD
(166,197,173)
#B7CFBD
(183,207,189)
#C8D9CD
(200,217,205)
#D9E3DD
(217,227,221)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40894D; }

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

This text font color is #40894D.


Background Color

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

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

This div background color is #40894D.


Border color

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

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

This div border color is #40894D.


Opacity

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

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

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

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

This text has shadow with #40894D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40894D on black background.


Color preview on white background

This text has color #40894D on white background.



Black color preview on #40894D background

This text has black color on #40894D background.


White color preview on #40894D background

This text has white color on #40894D background.