COLOR #42714E

HEX: #42714E
RGB: (66,113,78)

Color info

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

RGB color model

#42714E color RGB value is (66,113,78).

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

RGB channels and saturation

R 66 of 255 = 26%
G 113 of 255 = 44%
B 78 of 255 = 31%

66
113
78

R + G + B ~ 34%. #42714E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 113 + 78 = 257 (100%)
R 66 of 257 ~ 25.68%
G 113 of 257 ~ 43.97%
B 78 of 257 ~ 30.35%

%25.68
%43.97
%30.35

CMYK color model

#42714E color CMYK value is (42,0,31,56).

  • cyan value is 41.59%
  • magenta value is 0.00%
  • yellow value is 30.97%
  • key color value is 55.69%
CMYK:
(42,0,31,56)
C42M0Y31K56 
(42%,0%,31%,56%)
(0.42/0.00/0.31/0.56)	

CMYK percentages

%41.59
%0
%30.97
%55.69

Codes

Color #42714E in popluar color models

42714E
RGB6611378
HSL135°26.26%35.10%
HSB/HSV135°41.59%44.31%
CMYK41.59%0.00%30.97%
55.69%

Color #42714E in popluar number systems.

HEX42714E
Decimal6611378
Binary100001011100011001110
Octal102161116

Shades and tints

Shades of #42714E

#42714E
(66,113,78)
#3C6747
(60,103,71)
#365D40
(54,93,64)
#305339
(48,83,57)
#2A4932
(42,73,50)
#243F2B
(36,63,43)
#1E3524
(30,53,36)
#182B1D
(24,43,29)
#122116
(18,33,22)
#0C170F
(12,23,15)
#060D08
(6,13,8)
#000000
(0,0,0)

Tints of #42714E

#42714E
(66,113,78)
#537D5E
(83,125,94)
#64896E
(100,137,110)
#75957E
(117,149,126)
#86A18E
(134,161,142)
#97AD9E
(151,173,158)
#A8B9AE
(168,185,174)
#B9C5BE
(185,197,190)
#CAD1CE
(202,209,206)
#DBDDDE
(219,221,222)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42714E; }

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

This text font color is #42714E.


Background Color

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

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

This div background color is #42714E.


Border color

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

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

This div border color is #42714E.


Opacity

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

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

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

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

This text has shadow with #42714E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42714E on black background.


Color preview on white background

This text has color #42714E on white background.



Black color preview on #42714E background

This text has black color on #42714E background.


White color preview on #42714E background

This text has white color on #42714E background.