COLOR #42A983

HEX: #42A983
RGB: (66,169,131)

Color info

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

RGB color model

#42A983 color RGB value is (66,169,131).

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

RGB channels and saturation

R 66 of 255 = 26%
G 169 of 255 = 66%
B 131 of 255 = 51%

66
169
131

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

Portions of RGB colors in percentages

R + G + B =
66 + 169 + 131 = 366 (100%)
R 66 of 366 ~ 18.03%
G 169 of 366 ~ 46.17%
B 131 of 366 ~ 35.79%

%18.03
%46.17
%35.79

CMYK color model

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

  • cyan value is 60.95%
  • magenta value is 0.00%
  • yellow value is 22.49%
  • 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
%22.49
%33.73

Codes

Color #42A983 in popluar color models

42A983
RGB66169131
HSL158°43.83%46.08%
HSB/HSV158°60.95%66.27%
CMYK60.95%0.00%22.49%
33.73%

Color #42A983 in popluar number systems.

HEX42A983
Decimal66169131
Binary10000101010100110000011
Octal102251203

Shades and tints

Shades of #42A983

#42A983
(66,169,131)
#3C9A78
(60,154,120)
#368B6D
(54,139,109)
#307C62
(48,124,98)
#2A6D57
(42,109,87)
#245E4C
(36,94,76)
#1E4F41
(30,79,65)
#184036
(24,64,54)
#12312B
(18,49,43)
#0C2220
(12,34,32)
#061315
(6,19,21)
#000000
(0,0,0)

Tints of #42A983

#42A983
(66,169,131)
#53B08E
(83,176,142)
#64B799
(100,183,153)
#75BEA4
(117,190,164)
#86C5AF
(134,197,175)
#97CCBA
(151,204,186)
#A8D3C5
(168,211,197)
#B9DAD0
(185,218,208)
#CAE1DB
(202,225,219)
#DBE8E6
(219,232,230)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42A983; }

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

This text font color is #42A983.


Background Color

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

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

This div background color is #42A983.


Border color

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

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

This div border color is #42A983.


Opacity

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

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

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

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

This text has shadow with #42A983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42A983 on black background.


Color preview on white background

This text has color #42A983 on white background.



Black color preview on #42A983 background

This text has black color on #42A983 background.


White color preview on #42A983 background

This text has white color on #42A983 background.