COLOR #42701D

HEX: #42701D
RGB: (66,112,29)

Color info

#42701D contains mainly red and green colors. Web safe color of #42701D is #336633 (or #363).

RGB color model

#42701D color RGB value is (66,112,29).

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

RGB channels and saturation

R 66 of 255 = 26%
G 112 of 255 = 44%
B 29 of 255 = 11%

66
112
29

R + G + B ~ 27%. #42701D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 112 + 29 = 207 (100%)
R 66 of 207 ~ 31.88%
G 112 of 207 ~ 54.11%
B 29 of 207 ~ 14.01%

%31.88
%54.11
%14.01

CMYK color model

#42701D color CMYK value is (41,0,74,56).

  • cyan value is 41.07%
  • magenta value is 0.00%
  • yellow value is 74.11%
  • key color value is 56.08%
CMYK:
(41,0,74,56)
C41M0Y74K56 
(41%,0%,74%,56%)
(0.41/0.00/0.74/0.56)	

CMYK percentages

%41.07
%0
%74.11
%56.08

Codes

Color #42701D in popluar color models

42701D
RGB6611229
HSL93°58.87%27.65%
HSB/HSV93°74.11%43.92%
CMYK41.07%0.00%74.11%
56.08%

Color #42701D in popluar number systems.

HEX42701D
Decimal6611229
Binary1000010111000011101
Octal10216035

Shades and tints

Shades of #42701D

#42701D
(66,112,29)
#3C661B
(60,102,27)
#365C19
(54,92,25)
#305217
(48,82,23)
#2A4815
(42,72,21)
#243E13
(36,62,19)
#1E3411
(30,52,17)
#182A0F
(24,42,15)
#12200D
(18,32,13)
#0C160B
(12,22,11)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #42701D

#42701D
(66,112,29)
#537D31
(83,125,49)
#648A45
(100,138,69)
#759759
(117,151,89)
#86A46D
(134,164,109)
#97B181
(151,177,129)
#A8BE95
(168,190,149)
#B9CBA9
(185,203,169)
#CAD8BD
(202,216,189)
#DBE5D1
(219,229,209)
#ECF2E5
(236,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42701D color. Also use rgb(66,112,29) instead hex code.

Text Font Color

.myTextColor { color: #42701D; }

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

This text font color is #42701D.


Background Color

.myBgColor { background-color: #42701D; }

<div style="background-color:#42701D">Inner text</div>

This div background color is #42701D.


Border color

.myBorderColor { border: 1px solid #42701D; }

<div style="border:3px solid #42701D">Div</div>

This div border color is #42701D.


Opacity

.myOpacity80 { color: #42701D; opacity: 0.8; }

<p style="color:#42701D;opacity:0.8;">80%</p>

Text with #42701D 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 #42701D;}

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

This text has shadow with #42701D color.

.textShadow {text-shadow: 3px 3px 1px #42701D, 3px 3px 1px red;}

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

This text has shadow with #42701D primary color and red secondary color.


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

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

This text has shadow with #42701D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42701D on black background.


Color preview on white background

This text has color #42701D on white background.



Black color preview on #42701D background

This text has black color on #42701D background.


White color preview on #42701D background

This text has white color on #42701D background.