COLOR #40876E

HEX: #40876E RGB: (64,135,110)

Color info

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

RGB color model

#40876E color RGB value is (64,135,110).

RGB: (64,135,110) (25%, 53%, 43%)

RGB channels and saturation

R 64 of 255 = 25%
G 135 of 255 = 53%
B 110 of 255 = 43%

64
135
110

R + G + B ~ 40%. #40876E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 64 + 135 + 110 = 309 (100%)
R 64 of 309 ~ 20.71%
G 135 of 309 ~ 43.69%
B 110 of 309 ~ 35.6'%

%20.71
%43.69
%35.6

CMYK color model

#40876E color CMYK value is (53,0,19,47).

  • cyan value is 52.59%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 47.06%
CMYK: (53,0,19,47) C53M0Y19K47 (53%,0%,19%,47%) (0.53/0.00/0.19/0.47) 

CMYK percentages

%52.59
%0
%18.52
%47.06

Codes

Color #40876E in popluar color models

40 87 6E
RGB 64 135 110
HSL 159° 35.68% 39.02%
HSB/HSV 159° 52.59% 52.94%
CMYK 52.59% 0.00% 18.52%
47.06%

Color #40876E in popluar number systems.

HEX 40 87 6E
Decimal 64 135 110
Binary 1000000 10000111 1101110
Octal 100 207 156

Shades and tints

Shades of #40876E

#40876E
(64,135,110)
#3B7B64
(59,123,100)
#366F5A
(54,111,90)
#316350
(49,99,80)
#2C5746
(44,87,70)
#274B3C
(39,75,60)
#223F32
(34,63,50)
#1D3328
(29,51,40)
#18271E
(24,39,30)
#131B14
(19,27,20)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #40876E

#40876E
(64,135,110)
#51917B
(81,145,123)
#629B88
(98,155,136)
#73A595
(115,165,149)
#84AFA2
(132,175,162)
#95B9AF
(149,185,175)
#A6C3BC
(166,195,188)
#B7CDC9
(183,205,201)
#C8D7D6
(200,215,214)
#D9E1E3
(217,225,227)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40876E color. Also use rgb(64,135,110) instead hex code.

Text Font Color

.myTextColor { color: #40876E; }

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

This text font color is #40876E.

Background Color

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

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

This div background color is #40876E.

Border color

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

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

This div border color is #40876E.

Opacity

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

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

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

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

This text has shadow with #40876E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40876E.

Preview

Color preview on black background

This text has color #40876E on black background.


Color preview on white background

This text has color #40876E on white background.


Black color preview on #40876E background

This text has black color on #40876E background.


White color preview on #40876E background

This text has white color on #40876E background.


Related colors

Complementary color

Complementary color for #hex is #BF7891.


I love getcolorcode.com

Triadic colors

1 #6E4087 and #876E40 with #40876E are triadic colors.

2 #6E8740 and #87406E with #40876E are triadic colors.