COLOR #42782F

HEX: #42782F
RGB: (66,120,47)

Color info

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

RGB color model

#42782F color RGB value is (66,120,47).

  • red value is 66;
  • green value is 120;
  • blue value is 47.
RGB:
(66,120,47)
(26%,47%,18%)

RGB channels and saturation

R 66 of 255 = 26%
G 120 of 255 = 47%
B 47 of 255 = 18%

66
120
47

R + G + B ~ 30%. #42782F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 120 + 47 = 233 (100%)
R 66 of 233 ~ 28.33%
G 120 of 233 ~ 51.5%
B 47 of 233 ~ 20.17%

%28.33
%51.5
%20.17

CMYK color model

#42782F color CMYK value is (45,0,61,53).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 60.83%
  • key color value is 52.94%
CMYK:
(45,0,61,53)
C45M0Y61K53 
(45%,0%,61%,53%)
(0.45/0.00/0.61/0.53)	

CMYK percentages

%45
%0
%60.83
%52.94

Codes

Color #42782F in popluar color models

42782F
RGB6612047
HSL104°43.71%32.75%
HSB/HSV104°60.83%47.06%
CMYK45.00%0.00%60.83%
52.94%

Color #42782F in popluar number systems.

HEX42782F
Decimal6612047
Binary10000101111000101111
Octal10217057

Shades and tints

Shades of #42782F

#42782F
(66,120,47)
#3C6E2B
(60,110,43)
#366427
(54,100,39)
#305A23
(48,90,35)
#2A501F
(42,80,31)
#24461B
(36,70,27)
#1E3C17
(30,60,23)
#183213
(24,50,19)
#12280F
(18,40,15)
#0C1E0B
(12,30,11)
#061407
(6,20,7)
#000000
(0,0,0)

Tints of #42782F

#42782F
(66,120,47)
#538441
(83,132,65)
#649053
(100,144,83)
#759C65
(117,156,101)
#86A877
(134,168,119)
#97B489
(151,180,137)
#A8C09B
(168,192,155)
#B9CCAD
(185,204,173)
#CAD8BF
(202,216,191)
#DBE4D1
(219,228,209)
#ECF0E3
(236,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42782F color. Also use rgb(66,120,47) instead hex code.

Text Font Color

.myTextColor { color: #42782F; }

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

This text font color is #42782F.


Background Color

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

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

This div background color is #42782F.


Border color

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

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

This div border color is #42782F.


Opacity

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

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

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

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

This text has shadow with #42782F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42782F on black background.


Color preview on white background

This text has color #42782F on white background.



Black color preview on #42782F background

This text has black color on #42782F background.


White color preview on #42782F background

This text has white color on #42782F background.