COLOR #42714A

HEX: #42714A
RGB: (66,113,74)

Color info

#42714A contains red, green and blue colors in about the same proportion. Web safe color of #42714A is #336633 (or #363).

RGB color model

#42714A color RGB value is (66,113,74).

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

RGB channels and saturation

R 66 of 255 = 26%
G 113 of 255 = 44%
B 74 of 255 = 29%

66
113
74

R + G + B ~ 33%. #42714A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 113 + 74 = 253 (100%)
R 66 of 253 ~ 26.09%
G 113 of 253 ~ 44.66%
B 74 of 253 ~ 29.25%

%26.09
%44.66
%29.25

CMYK color model

#42714A color CMYK value is (42,0,35,56).

  • cyan value is 41.59%
  • magenta value is 0.00%
  • yellow value is 34.51%
  • key color value is 55.69%
CMYK:
(42,0,35,56)
C42M0Y35K56 
(42%,0%,35%,56%)
(0.42/0.00/0.35/0.56)	

CMYK percentages

%41.59
%0
%34.51
%55.69

Codes

Color #42714A in popluar color models

42714A
RGB6611374
HSL130°26.26%35.10%
HSB/HSV130°41.59%44.31%
CMYK41.59%0.00%34.51%
55.69%

Color #42714A in popluar number systems.

HEX42714A
Decimal6611374
Binary100001011100011001010
Octal102161112

Shades and tints

Shades of #42714A

#42714A
(66,113,74)
#3C6744
(60,103,68)
#365D3E
(54,93,62)
#305338
(48,83,56)
#2A4932
(42,73,50)
#243F2C
(36,63,44)
#1E3526
(30,53,38)
#182B20
(24,43,32)
#12211A
(18,33,26)
#0C1714
(12,23,20)
#060D0E
(6,13,14)
#000000
(0,0,0)

Tints of #42714A

#42714A
(66,113,74)
#537D5A
(83,125,90)
#64896A
(100,137,106)
#75957A
(117,149,122)
#86A18A
(134,161,138)
#97AD9A
(151,173,154)
#A8B9AA
(168,185,170)
#B9C5BA
(185,197,186)
#CAD1CA
(202,209,202)
#DBDDDA
(219,221,218)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42714A; }

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

This text font color is #42714A.


Background Color

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

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

This div background color is #42714A.


Border color

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

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

This div border color is #42714A.


Opacity

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

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

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

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

This text has shadow with #42714A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42714A on black background.


Color preview on white background

This text has color #42714A on white background.



Black color preview on #42714A background

This text has black color on #42714A background.


White color preview on #42714A background

This text has white color on #42714A background.