COLOR #42844F

HEX: #42844F
RGB: (66,132,79)

Color info

#42844F contains mainly green and blue colors. Web safe color of #42844F is #339966 (or #396).

RGB color model

#42844F color RGB value is (66,132,79).

  • red value is 66;
  • green value is 132;
  • blue value is 79.
RGB:
(66,132,79)
(26%,52%,31%)

RGB channels and saturation

R 66 of 255 = 26%
G 132 of 255 = 52%
B 79 of 255 = 31%

66
132
79

R + G + B ~ 36%. #42844F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 132 + 79 = 277 (100%)
R 66 of 277 ~ 23.83%
G 132 of 277 ~ 47.65%
B 79 of 277 ~ 28.52%

%23.83
%47.65
%28.52

CMYK color model

#42844F color CMYK value is (50,0,40,48).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 40.15%
  • key color value is 48.24%
CMYK:
(50,0,40,48)
C50M0Y40K48 
(50%,0%,40%,48%)
(0.50/0.00/0.40/0.48)	

CMYK percentages

%50
%0
%40.15
%48.24

Codes

Color #42844F in popluar color models

42844F
RGB6613279
HSL132°33.33%38.82%
HSB/HSV132°50.00%51.76%
CMYK50.00%0.00%40.15%
48.24%

Color #42844F in popluar number systems.

HEX42844F
Decimal6613279
Binary1000010100001001001111
Octal102204117

Shades and tints

Shades of #42844F

#42844F
(66,132,79)
#3C7848
(60,120,72)
#366C41
(54,108,65)
#30603A
(48,96,58)
#2A5433
(42,84,51)
#24482C
(36,72,44)
#1E3C25
(30,60,37)
#18301E
(24,48,30)
#122417
(18,36,23)
#0C1810
(12,24,16)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #42844F

#42844F
(66,132,79)
#538F5F
(83,143,95)
#649A6F
(100,154,111)
#75A57F
(117,165,127)
#86B08F
(134,176,143)
#97BB9F
(151,187,159)
#A8C6AF
(168,198,175)
#B9D1BF
(185,209,191)
#CADCCF
(202,220,207)
#DBE7DF
(219,231,223)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42844F color. Also use rgb(66,132,79) instead hex code.

Text Font Color

.myTextColor { color: #42844F; }

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

This text font color is #42844F.


Background Color

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

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

This div background color is #42844F.


Border color

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

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

This div border color is #42844F.


Opacity

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

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

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

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

This text has shadow with #42844F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42844F on black background.


Color preview on white background

This text has color #42844F on white background.



Black color preview on #42844F background

This text has black color on #42844F background.


White color preview on #42844F background

This text has white color on #42844F background.