COLOR #42703E

HEX: #42703E
RGB: (66,112,62)

Color info

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

RGB color model

#42703E color RGB value is (66,112,62).

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

RGB channels and saturation

R 66 of 255 = 26%
G 112 of 255 = 44%
B 62 of 255 = 24%

66
112
62

R + G + B ~ 31%. #42703E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 112 + 62 = 240 (100%)
R 66 of 240 ~ 27.5%
G 112 of 240 ~ 46.67%
B 62 of 240 ~ 25.83%

%27.5
%46.67
%25.83

CMYK color model

#42703E color CMYK value is (41,0,45,56).

  • cyan value is 41.07%
  • magenta value is 0.00%
  • yellow value is 44.64%
  • key color value is 56.08%
CMYK:
(41,0,45,56)
C41M0Y45K56 
(41%,0%,45%,56%)
(0.41/0.00/0.45/0.56)	

CMYK percentages

%41.07
%0
%44.64
%56.08

Codes

Color #42703E in popluar color models

42703E
RGB6611262
HSL115°28.74%34.12%
HSB/HSV115°44.64%43.92%
CMYK41.07%0.00%44.64%
56.08%

Color #42703E in popluar number systems.

HEX42703E
Decimal6611262
Binary10000101110000111110
Octal10216076

Shades and tints

Shades of #42703E

#42703E
(66,112,62)
#3C6639
(60,102,57)
#365C34
(54,92,52)
#30522F
(48,82,47)
#2A482A
(42,72,42)
#243E25
(36,62,37)
#1E3420
(30,52,32)
#182A1B
(24,42,27)
#122016
(18,32,22)
#0C1611
(12,22,17)
#060C0C
(6,12,12)
#000000
(0,0,0)

Tints of #42703E

#42703E
(66,112,62)
#537D4F
(83,125,79)
#648A60
(100,138,96)
#759771
(117,151,113)
#86A482
(134,164,130)
#97B193
(151,177,147)
#A8BEA4
(168,190,164)
#B9CBB5
(185,203,181)
#CAD8C6
(202,216,198)
#DBE5D7
(219,229,215)
#ECF2E8
(236,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42703E color. Also use rgb(66,112,62) instead hex code.

Text Font Color

.myTextColor { color: #42703E; }

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

This text font color is #42703E.


Background Color

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

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

This div background color is #42703E.


Border color

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

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

This div border color is #42703E.


Opacity

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

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

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

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

This text has shadow with #42703E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42703E on black background.


Color preview on white background

This text has color #42703E on white background.



Black color preview on #42703E background

This text has black color on #42703E background.


White color preview on #42703E background

This text has white color on #42703E background.