COLOR #42703F

HEX: #42703F
RGB: (66,112,63)

Color info

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

RGB color model

#42703F color RGB value is (66,112,63).

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

RGB channels and saturation

R 66 of 255 = 26%
G 112 of 255 = 44%
B 63 of 255 = 25%

66
112
63

R + G + B ~ 32%. #42703F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 112 + 63 = 241 (100%)
R 66 of 241 ~ 27.39%
G 112 of 241 ~ 46.47%
B 63 of 241 ~ 26.14%

%27.39
%46.47
%26.14

CMYK color model

#42703F color CMYK value is (41,0,44,56).

  • cyan value is 41.07%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 56.08%
CMYK:
(41,0,44,56)
C41M0Y44K56 
(41%,0%,44%,56%)
(0.41/0.00/0.44/0.56)	

CMYK percentages

%41.07
%0
%43.75
%56.08

Codes

Color #42703F in popluar color models

42703F
RGB6611263
HSL116°28.00%34.31%
HSB/HSV116°43.75%43.92%
CMYK41.07%0.00%43.75%
56.08%

Color #42703F in popluar number systems.

HEX42703F
Decimal6611263
Binary10000101110000111111
Octal10216077

Shades and tints

Shades of #42703F

#42703F
(66,112,63)
#3C663A
(60,102,58)
#365C35
(54,92,53)
#305230
(48,82,48)
#2A482B
(42,72,43)
#243E26
(36,62,38)
#1E3421
(30,52,33)
#182A1C
(24,42,28)
#122017
(18,32,23)
#0C1612
(12,22,18)
#060C0D
(6,12,13)
#000000
(0,0,0)

Tints of #42703F

#42703F
(66,112,63)
#537D50
(83,125,80)
#648A61
(100,138,97)
#759772
(117,151,114)
#86A483
(134,164,131)
#97B194
(151,177,148)
#A8BEA5
(168,190,165)
#B9CBB6
(185,203,182)
#CAD8C7
(202,216,199)
#DBE5D8
(219,229,216)
#ECF2E9
(236,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42703F; }

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

This text font color is #42703F.


Background Color

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

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

This div background color is #42703F.


Border color

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

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

This div border color is #42703F.


Opacity

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

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

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

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

This text has shadow with #42703F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42703F on black background.


Color preview on white background

This text has color #42703F on white background.



Black color preview on #42703F background

This text has black color on #42703F background.


White color preview on #42703F background

This text has white color on #42703F background.