COLOR #40714E

HEX: #40714E
RGB: (64,113,78)

Color info

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

RGB color model

#40714E color RGB value is (64,113,78).

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

RGB channels and saturation

R 64 of 255 = 25%
G 113 of 255 = 44%
B 78 of 255 = 31%

64
113
78

R + G + B ~ 33%. #40714E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 113 + 78 = 255 (100%)
R 64 of 255 ~ 25.1%
G 113 of 255 ~ 44.31%
B 78 of 255 ~ 30.59%

%25.1
%44.31
%30.59

CMYK color model

#40714E color CMYK value is (43,0,31,56).

  • cyan value is 43.36%
  • magenta value is 0.00%
  • yellow value is 30.97%
  • key color value is 55.69%
CMYK:
(43,0,31,56)
C43M0Y31K56 
(43%,0%,31%,56%)
(0.43/0.00/0.31/0.56)	

CMYK percentages

%43.36
%0
%30.97
%55.69

Codes

Color #40714E in popluar color models

40714E
RGB6411378
HSL137°27.68%34.71%
HSB/HSV137°43.36%44.31%
CMYK43.36%0.00%30.97%
55.69%

Color #40714E in popluar number systems.

HEX40714E
Decimal6411378
Binary100000011100011001110
Octal100161116

Shades and tints

Shades of #40714E

#40714E
(64,113,78)
#3B6747
(59,103,71)
#365D40
(54,93,64)
#315339
(49,83,57)
#2C4932
(44,73,50)
#273F2B
(39,63,43)
#223524
(34,53,36)
#1D2B1D
(29,43,29)
#182116
(24,33,22)
#13170F
(19,23,15)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #40714E

#40714E
(64,113,78)
#517D5E
(81,125,94)
#62896E
(98,137,110)
#73957E
(115,149,126)
#84A18E
(132,161,142)
#95AD9E
(149,173,158)
#A6B9AE
(166,185,174)
#B7C5BE
(183,197,190)
#C8D1CE
(200,209,206)
#D9DDDE
(217,221,222)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40714E; }

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

This text font color is #40714E.


Background Color

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

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

This div background color is #40714E.


Border color

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

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

This div border color is #40714E.


Opacity

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

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

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

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

This text has shadow with #40714E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40714E on black background.


Color preview on white background

This text has color #40714E on white background.



Black color preview on #40714E background

This text has black color on #40714E background.


White color preview on #40714E background

This text has white color on #40714E background.