COLOR #42A984

HEX: #42A984
RGB: (66,169,132)

Color info

#42A984 contains mainly green and blue colors. Web safe color of #42A984 is #339999 (or #399).

RGB color model

#42A984 color RGB value is (66,169,132).

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

RGB channels and saturation

R 66 of 255 = 26%
G 169 of 255 = 66%
B 132 of 255 = 52%

66
169
132

R + G + B ~ 48%. #42A984 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 169 + 132 = 367 (100%)
R 66 of 367 ~ 17.98%
G 169 of 367 ~ 46.05%
B 132 of 367 ~ 35.97%

%17.98
%46.05
%35.97

CMYK color model

#42A984 color CMYK value is (61,0,22,34).

  • cyan value is 60.95%
  • magenta value is 0.00%
  • yellow value is 21.89%
  • key color value is 33.73%
CMYK:
(61,0,22,34)
C61M0Y22K34 
(61%,0%,22%,34%)
(0.61/0.00/0.22/0.34)	

CMYK percentages

%60.95
%0
%21.89
%33.73

Codes

Color #42A984 in popluar color models

42A984
RGB66169132
HSL158°43.83%46.08%
HSB/HSV158°60.95%66.27%
CMYK60.95%0.00%21.89%
33.73%

Color #42A984 in popluar number systems.

HEX42A984
Decimal66169132
Binary10000101010100110000100
Octal102251204

Shades and tints

Shades of #42A984

#42A984
(66,169,132)
#3C9A78
(60,154,120)
#368B6C
(54,139,108)
#307C60
(48,124,96)
#2A6D54
(42,109,84)
#245E48
(36,94,72)
#1E4F3C
(30,79,60)
#184030
(24,64,48)
#123124
(18,49,36)
#0C2218
(12,34,24)
#06130C
(6,19,12)
#000000
(0,0,0)

Tints of #42A984

#42A984
(66,169,132)
#53B08F
(83,176,143)
#64B79A
(100,183,154)
#75BEA5
(117,190,165)
#86C5B0
(134,197,176)
#97CCBB
(151,204,187)
#A8D3C6
(168,211,198)
#B9DAD1
(185,218,209)
#CAE1DC
(202,225,220)
#DBE8E7
(219,232,231)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42A984 color. Also use rgb(66,169,132) instead hex code.

Text Font Color

.myTextColor { color: #42A984; }

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

This text font color is #42A984.


Background Color

.myBgColor { background-color: #42A984; }

<div style="background-color:#42A984">Inner text</div>

This div background color is #42A984.


Border color

.myBorderColor { border: 1px solid #42A984; }

<div style="border:3px solid #42A984">Div</div>

This div border color is #42A984.


Opacity

.myOpacity80 { color: #42A984; opacity: 0.8; }

<p style="color:#42A984;opacity:0.8;">80%</p>

Text with #42A984 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 #42A984;}

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

This text has shadow with #42A984 color.

.textShadow {text-shadow: 3px 3px 1px #42A984, 3px 3px 1px red;}

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

This text has shadow with #42A984 primary color and red secondary color.


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

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

This text has shadow with #42A984 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42A984 on black background.


Color preview on white background

This text has color #42A984 on white background.



Black color preview on #42A984 background

This text has black color on #42A984 background.


White color preview on #42A984 background

This text has white color on #42A984 background.