COLOR #40715E

HEX: #40715E
RGB: (64,113,94)

Color info

#40715E contains red, green and blue colors in about the same proportion. Web safe color of #40715E is #336666 (or #366).

RGB color model

#40715E color RGB value is (64,113,94).

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

RGB channels and saturation

R 64 of 255 = 25%
G 113 of 255 = 44%
B 94 of 255 = 37%

64
113
94

R + G + B ~ 35%. #40715E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 113 + 94 = 271 (100%)
R 64 of 271 ~ 23.62%
G 113 of 271 ~ 41.7%
B 94 of 271 ~ 34.69%

%23.62
%41.7
%34.69

CMYK color model

#40715E color CMYK value is (43,0,17,56).

  • cyan value is 43.36%
  • magenta value is 0.00%
  • yellow value is 16.81%
  • key color value is 55.69%
CMYK:
(43,0,17,56)
C43M0Y17K56 
(43%,0%,17%,56%)
(0.43/0.00/0.17/0.56)	

CMYK percentages

%43.36
%0
%16.81
%55.69

Codes

Color #40715E in popluar color models

40715E
RGB6411394
HSL157°27.68%34.71%
HSB/HSV157°43.36%44.31%
CMYK43.36%0.00%16.81%
55.69%

Color #40715E in popluar number systems.

HEX40715E
Decimal6411394
Binary100000011100011011110
Octal100161136

Shades and tints

Shades of #40715E

#40715E
(64,113,94)
#3B6756
(59,103,86)
#365D4E
(54,93,78)
#315346
(49,83,70)
#2C493E
(44,73,62)
#273F36
(39,63,54)
#22352E
(34,53,46)
#1D2B26
(29,43,38)
#18211E
(24,33,30)
#131716
(19,23,22)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #40715E

#40715E
(64,113,94)
#517D6C
(81,125,108)
#62897A
(98,137,122)
#739588
(115,149,136)
#84A196
(132,161,150)
#95ADA4
(149,173,164)
#A6B9B2
(166,185,178)
#B7C5C0
(183,197,192)
#C8D1CE
(200,209,206)
#D9DDDC
(217,221,220)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40715E; }

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

This text font color is #40715E.


Background Color

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

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

This div background color is #40715E.


Border color

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

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

This div border color is #40715E.


Opacity

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

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

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

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

This text has shadow with #40715E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40715E on black background.


Color preview on white background

This text has color #40715E on white background.



Black color preview on #40715E background

This text has black color on #40715E background.


White color preview on #40715E background

This text has white color on #40715E background.