COLOR #42711E

HEX: #42711E
RGB: (66,113,30)

Color info

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

RGB color model

#42711E color RGB value is (66,113,30).

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

RGB channels and saturation

R 66 of 255 = 26%
G 113 of 255 = 44%
B 30 of 255 = 12%

66
113
30

R + G + B ~ 27%. #42711E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 113 + 30 = 209 (100%)
R 66 of 209 ~ 31.58%
G 113 of 209 ~ 54.07%
B 30 of 209 ~ 14.35%

%31.58
%54.07
%14.35

CMYK color model

#42711E color CMYK value is (42,0,73,56).

  • cyan value is 41.59%
  • magenta value is 0.00%
  • yellow value is 73.45%
  • key color value is 55.69%
CMYK:
(42,0,73,56)
C42M0Y73K56 
(42%,0%,73%,56%)
(0.42/0.00/0.73/0.56)	

CMYK percentages

%41.59
%0
%73.45
%55.69

Codes

Color #42711E in popluar color models

42711E
RGB6611330
HSL94°58.04%28.04%
HSB/HSV94°73.45%44.31%
CMYK41.59%0.00%73.45%
55.69%

Color #42711E in popluar number systems.

HEX42711E
Decimal6611330
Binary1000010111000111110
Octal10216136

Shades and tints

Shades of #42711E

#42711E
(66,113,30)
#3C671C
(60,103,28)
#365D1A
(54,93,26)
#305318
(48,83,24)
#2A4916
(42,73,22)
#243F14
(36,63,20)
#1E3512
(30,53,18)
#182B10
(24,43,16)
#12210E
(18,33,14)
#0C170C
(12,23,12)
#060D0A
(6,13,10)
#000000
(0,0,0)

Tints of #42711E

#42711E
(66,113,30)
#537D32
(83,125,50)
#648946
(100,137,70)
#75955A
(117,149,90)
#86A16E
(134,161,110)
#97AD82
(151,173,130)
#A8B996
(168,185,150)
#B9C5AA
(185,197,170)
#CAD1BE
(202,209,190)
#DBDDD2
(219,221,210)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42711E; }

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

This text font color is #42711E.


Background Color

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

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

This div background color is #42711E.


Border color

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

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

This div border color is #42711E.


Opacity

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

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

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

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

This text has shadow with #42711E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42711E on black background.


Color preview on white background

This text has color #42711E on white background.



Black color preview on #42711E background

This text has black color on #42711E background.


White color preview on #42711E background

This text has white color on #42711E background.