COLOR #40715F

HEX: #40715F
RGB: (64,113,95)

Color info

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

RGB color model

#40715F color RGB value is (64,113,95).

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

RGB channels and saturation

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

64
113
95

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

Portions of RGB colors in percentages

R + G + B =
64 + 113 + 95 = 272 (100%)
R 64 of 272 ~ 23.53%
G 113 of 272 ~ 41.54%
B 95 of 272 ~ 34.93%

%23.53
%41.54
%34.93

CMYK color model

#40715F color CMYK value is (43,0,16,56).

  • cyan value is 43.36%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 55.69%
CMYK:
(43,0,16,56)
C43M0Y16K56 
(43%,0%,16%,56%)
(0.43/0.00/0.16/0.56)	

CMYK percentages

%43.36
%0
%15.93
%55.69

Codes

Color #40715F in popluar color models

40715F
RGB6411395
HSL158°27.68%34.71%
HSB/HSV158°43.36%44.31%
CMYK43.36%0.00%15.93%
55.69%

Color #40715F in popluar number systems.

HEX40715F
Decimal6411395
Binary100000011100011011111
Octal100161137

Shades and tints

Shades of #40715F

#40715F
(64,113,95)
#3B6757
(59,103,87)
#365D4F
(54,93,79)
#315347
(49,83,71)
#2C493F
(44,73,63)
#273F37
(39,63,55)
#22352F
(34,53,47)
#1D2B27
(29,43,39)
#18211F
(24,33,31)
#131717
(19,23,23)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #40715F

#40715F
(64,113,95)
#517D6D
(81,125,109)
#62897B
(98,137,123)
#739589
(115,149,137)
#84A197
(132,161,151)
#95ADA5
(149,173,165)
#A6B9B3
(166,185,179)
#B7C5C1
(183,197,193)
#C8D1CF
(200,209,207)
#D9DDDD
(217,221,221)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40715F; }

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

This text font color is #40715F.


Background Color

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

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

This div background color is #40715F.


Border color

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

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

This div border color is #40715F.


Opacity

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

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

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

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

This text has shadow with #40715F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40715F on black background.


Color preview on white background

This text has color #40715F on white background.



Black color preview on #40715F background

This text has black color on #40715F background.


White color preview on #40715F background

This text has white color on #40715F background.