COLOR #42A37C

HEX: #42A37C RGB: (66,163,124)

Color info

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

RGB color model

#42A37C color RGB value is (66,163,124).

RGB: (66,163,124) (26%, 64%, 49%)

RGB channels and saturation

R 66 of 255 = 26%
G 163 of 255 = 64%
B 124 of 255 = 49%

66
163
124

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

Portions of RGB colors in percentages

R + G + B = 66 + 163 + 124 = 353 (100%)
R 66 of 353 ~ 18.7%
G 163 of 353 ~ 46.18%
B 124 of 353 ~ 35.13'%

%18.7
%46.18
%35.13

CMYK color model

#42A37C color CMYK value is (60,0,24,36).

  • cyan value is 59.51%
  • magenta value is 0.00%
  • yellow value is 23.93%
  • key color value is 36.08%

CMYK: (60,0,24,36)
C60M0Y24K36 (60%, 0%, 24%, 36%)
(0.60 / 0.00 / 0.24 / 0.36)

CMYK percentages

%59.51
%0
%23.93
%36.08

Codes

Color #42A37C in popluar color models

42 A3 7C
RGB 66 163 124
HSL 156° 42.36% 44.90%
HSB/HSV 156° 59.51% 63.92%
CMYK 59.51% 0.00% 23.93%
36.08%

Color #42A37C in popluar number systems.

HEX 42 A3 7C
Decimal 66 163 124
Binary 1000010 10100011 1111100
Octal 102 243 174

Shades and tints

Shades of #42A37C

#42A37C
(66,163,124)
#3C9571
(60,149,113)
#368766
(54,135,102)
#30795B
(48,121,91)
#2A6B50
(42,107,80)
#245D45
(36,93,69)
#1E4F3A
(30,79,58)
#18412F
(24,65,47)
#123324
(18,51,36)
#0C2519
(12,37,25)
#06170E
(6,23,14)
#000000
(0,0,0)

Tints of #42A37C

#42A37C
(66,163,124)
#53AB87
(83,171,135)
#64B392
(100,179,146)
#75BB9D
(117,187,157)
#86C3A8
(134,195,168)
#97CBB3
(151,203,179)
#A8D3BE
(168,211,190)
#B9DBC9
(185,219,201)
#CAE3D4
(202,227,212)
#DBEBDF
(219,235,223)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42A37C; }

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

This text font color is #42A37C.

Background Color

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

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

This div background color is #42A37C.

Border color

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

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

This div border color is #42A37C.

Opacity

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

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

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

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

This text has shadow with #42A37C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42A37C.

Preview

Color preview on black background

This text has color #42A37C on black background.


Color preview on white background

This text has color #42A37C on white background.


Black color preview on #42A37C background

This text has black color on #42A37C background.


White color preview on #42A37C background

This text has white color on #42A37C background.


Related colors

Complementary color

Complementary color for #hex is #BD5C83.


I love getcolorcode.com

Triadic colors

1 #7C42A3 and #A37C42 with #42A37C are triadic colors.

2 #7CA342 and #A3427C with #42A37C are triadic colors.