COLOR #40895E

HEX: #40895E
RGB: (64,137,94)

Color info

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

RGB color model

#40895E color RGB value is (64,137,94).

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

RGB channels and saturation

R 64 of 255 = 25%
G 137 of 255 = 54%
B 94 of 255 = 37%

64
137
94

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

Portions of RGB colors in percentages

R + G + B =
64 + 137 + 94 = 295 (100%)
R 64 of 295 ~ 21.69%
G 137 of 295 ~ 46.44%
B 94 of 295 ~ 31.86%

%21.69
%46.44
%31.86

CMYK color model

#40895E color CMYK value is (53,0,31,46).

  • cyan value is 53.28%
  • magenta value is 0.00%
  • yellow value is 31.39%
  • key color value is 46.27%
CMYK:
(53,0,31,46)
C53M0Y31K46 
(53%,0%,31%,46%)
(0.53/0.00/0.31/0.46)	

CMYK percentages

%53.28
%0
%31.39
%46.27

Codes

Color #40895E in popluar color models

40895E
RGB6413794
HSL145°36.32%39.41%
HSB/HSV145°53.28%53.73%
CMYK53.28%0.00%31.39%
46.27%

Color #40895E in popluar number systems.

HEX40895E
Decimal6413794
Binary1000000100010011011110
Octal100211136

Shades and tints

Shades of #40895E

#40895E
(64,137,94)
#3B7D56
(59,125,86)
#36714E
(54,113,78)
#316546
(49,101,70)
#2C593E
(44,89,62)
#274D36
(39,77,54)
#22412E
(34,65,46)
#1D3526
(29,53,38)
#18291E
(24,41,30)
#131D16
(19,29,22)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #40895E

#40895E
(64,137,94)
#51936C
(81,147,108)
#629D7A
(98,157,122)
#73A788
(115,167,136)
#84B196
(132,177,150)
#95BBA4
(149,187,164)
#A6C5B2
(166,197,178)
#B7CFC0
(183,207,192)
#C8D9CE
(200,217,206)
#D9E3DC
(217,227,220)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40895E color. Also use rgb(64,137,94) instead hex code.

Text Font Color

.myTextColor { color: #40895E; }

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

This text font color is #40895E.


Background Color

.myBgColor { background-color: #40895E; }

<div style="background-color:#40895E">Inner text</div>

This div background color is #40895E.


Border color

.myBorderColor { border: 1px solid #40895E; }

<div style="border:3px solid #40895E">Div</div>

This div border color is #40895E.


Opacity

.myOpacity80 { color: #40895E; opacity: 0.8; }

<p style="color:#40895E;opacity:0.8;">80%</p>

Text with #40895E 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 #40895E;}

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

This text has shadow with #40895E color.

.textShadow {text-shadow: 3px 3px 1px #40895E, 3px 3px 1px red;}

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

This text has shadow with #40895E primary color and red secondary color.


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

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

This text has shadow with #40895E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40895E on black background.


Color preview on white background

This text has color #40895E on white background.



Black color preview on #40895E background

This text has black color on #40895E background.


White color preview on #40895E background

This text has white color on #40895E background.