COLOR #42A384

HEX: #42A384
RGB: (66,163,132)

Color info

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

RGB color model

#42A384 color RGB value is (66,163,132).

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

RGB channels and saturation

R 66 of 255 = 26%
G 163 of 255 = 64%
B 132 of 255 = 52%

66
163
132

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

Portions of RGB colors in percentages

R + G + B =
66 + 163 + 132 = 361 (100%)
R 66 of 361 ~ 18.28%
G 163 of 361 ~ 45.15%
B 132 of 361 ~ 36.57%

%18.28
%45.15
%36.57

CMYK color model

#42A384 color CMYK value is (60,0,19,36).

  • cyan value is 59.51%
  • magenta value is 0.00%
  • yellow value is 19.02%
  • key color value is 36.08%
CMYK:
(60,0,19,36)
C60M0Y19K36 
(60%,0%,19%,36%)
(0.60/0.00/0.19/0.36)	

CMYK percentages

%59.51
%0
%19.02
%36.08

Codes

Color #42A384 in popluar color models

42A384
RGB66163132
HSL161°42.36%44.90%
HSB/HSV161°59.51%63.92%
CMYK59.51%0.00%19.02%
36.08%

Color #42A384 in popluar number systems.

HEX42A384
Decimal66163132
Binary10000101010001110000100
Octal102243204

Shades and tints

Shades of #42A384

#42A384
(66,163,132)
#3C9578
(60,149,120)
#36876C
(54,135,108)
#307960
(48,121,96)
#2A6B54
(42,107,84)
#245D48
(36,93,72)
#1E4F3C
(30,79,60)
#184130
(24,65,48)
#123324
(18,51,36)
#0C2518
(12,37,24)
#06170C
(6,23,12)
#000000
(0,0,0)

Tints of #42A384

#42A384
(66,163,132)
#53AB8F
(83,171,143)
#64B39A
(100,179,154)
#75BBA5
(117,187,165)
#86C3B0
(134,195,176)
#97CBBB
(151,203,187)
#A8D3C6
(168,211,198)
#B9DBD1
(185,219,209)
#CAE3DC
(202,227,220)
#DBEBE7
(219,235,231)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42A384; }

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

This text font color is #42A384.


Background Color

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

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

This div background color is #42A384.


Border color

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

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

This div border color is #42A384.


Opacity

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

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

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

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

This text has shadow with #42A384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42A384 on black background.


Color preview on white background

This text has color #42A384 on white background.



Black color preview on #42A384 background

This text has black color on #42A384 background.


White color preview on #42A384 background

This text has white color on #42A384 background.