COLOR #42804C

HEX: #42804C
RGB: (66,128,76)

Color info

#42804C contains mainly green and blue colors. Web safe color of #42804C is #336633 (or #363).

RGB color model

#42804C color RGB value is (66,128,76).

  • red value is 66;
  • green value is 128;
  • blue value is 76.
RGB:
(66,128,76)
(26%,50%,30%)

RGB channels and saturation

R 66 of 255 = 26%
G 128 of 255 = 50%
B 76 of 255 = 30%

66
128
76

R + G + B ~ 35%. #42804C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 128 + 76 = 270 (100%)
R 66 of 270 ~ 24.44%
G 128 of 270 ~ 47.41%
B 76 of 270 ~ 28.15%

%24.44
%47.41
%28.15

CMYK color model

#42804C color CMYK value is (48,0,41,50).

  • cyan value is 48.44%
  • magenta value is 0.00%
  • yellow value is 40.63%
  • key color value is 49.80%
CMYK:
(48,0,41,50)
C48M0Y41K50 
(48%,0%,41%,50%)
(0.48/0.00/0.41/0.50)	

CMYK percentages

%48.44
%0
%40.63
%49.8

Codes

Color #42804C in popluar color models

42804C
RGB6612876
HSL130°31.96%38.04%
HSB/HSV130°48.44%50.20%
CMYK48.44%0.00%40.63%
49.80%

Color #42804C in popluar number systems.

HEX42804C
Decimal6612876
Binary1000010100000001001100
Octal102200114

Shades and tints

Shades of #42804C

#42804C
(66,128,76)
#3C7546
(60,117,70)
#366A40
(54,106,64)
#305F3A
(48,95,58)
#2A5434
(42,84,52)
#24492E
(36,73,46)
#1E3E28
(30,62,40)
#183322
(24,51,34)
#12281C
(18,40,28)
#0C1D16
(12,29,22)
#061210
(6,18,16)
#000000
(0,0,0)

Tints of #42804C

#42804C
(66,128,76)
#538B5C
(83,139,92)
#64966C
(100,150,108)
#75A17C
(117,161,124)
#86AC8C
(134,172,140)
#97B79C
(151,183,156)
#A8C2AC
(168,194,172)
#B9CDBC
(185,205,188)
#CAD8CC
(202,216,204)
#DBE3DC
(219,227,220)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42804C color. Also use rgb(66,128,76) instead hex code.

Text Font Color

.myTextColor { color: #42804C; }

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

This text font color is #42804C.


Background Color

.myBgColor { background-color: #42804C; }

<div style="background-color:#42804C">Inner text</div>

This div background color is #42804C.


Border color

.myBorderColor { border: 1px solid #42804C; }

<div style="border:3px solid #42804C">Div</div>

This div border color is #42804C.


Opacity

.myOpacity80 { color: #42804C; opacity: 0.8; }

<p style="color:#42804C;opacity:0.8;">80%</p>

Text with #42804C 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 #42804C;}

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

This text has shadow with #42804C color.

.textShadow {text-shadow: 3px 3px 1px #42804C, 3px 3px 1px red;}

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

This text has shadow with #42804C primary color and red secondary color.


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

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

This text has shadow with #42804C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42804C on black background.


Color preview on white background

This text has color #42804C on white background.



Black color preview on #42804C background

This text has black color on #42804C background.


White color preview on #42804C background

This text has white color on #42804C background.