COLOR #42B97C

HEX: #42B97C
RGB: (66,185,124)

Color info

#42B97C contains mainly green color. Web safe color of #42B97C is #33CC66 (or #3C6).

RGB color model

#42B97C color RGB value is (66,185,124).

  • red value is 66;
  • green value is 185;
  • blue value is 124.
RGB:
(66,185,124)
(26%,73%,49%)

RGB channels and saturation

R 66 of 255 = 26%
G 185 of 255 = 73%
B 124 of 255 = 49%

66
185
124

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

Portions of RGB colors in percentages

R + G + B =
66 + 185 + 124 = 375 (100%)
R 66 of 375 ~ 17.6%
G 185 of 375 ~ 49.33%
B 124 of 375 ~ 33.07%

%17.6
%49.33
%33.07

CMYK color model

#42B97C color CMYK value is (64,0,33,27).

  • cyan value is 64.32%
  • magenta value is 0.00%
  • yellow value is 32.97%
  • key color value is 27.45%
CMYK:
(64,0,33,27)
C64M0Y33K27 
(64%,0%,33%,27%)
(0.64/0.00/0.33/0.27)	

CMYK percentages

%64.32
%0
%32.97
%27.45

Codes

Color #42B97C in popluar color models

42B97C
RGB66185124
HSL149°47.41%49.22%
HSB/HSV149°64.32%72.55%
CMYK64.32%0.00%32.97%
27.45%

Color #42B97C in popluar number systems.

HEX42B97C
Decimal66185124
Binary1000010101110011111100
Octal102271174

Shades and tints

Shades of #42B97C

#42B97C
(66,185,124)
#3CA971
(60,169,113)
#369966
(54,153,102)
#30895B
(48,137,91)
#2A7950
(42,121,80)
#246945
(36,105,69)
#1E593A
(30,89,58)
#18492F
(24,73,47)
#123924
(18,57,36)
#0C2919
(12,41,25)
#06190E
(6,25,14)
#000000
(0,0,0)

Tints of #42B97C

#42B97C
(66,185,124)
#53BF87
(83,191,135)
#64C592
(100,197,146)
#75CB9D
(117,203,157)
#86D1A8
(134,209,168)
#97D7B3
(151,215,179)
#A8DDBE
(168,221,190)
#B9E3C9
(185,227,201)
#CAE9D4
(202,233,212)
#DBEFDF
(219,239,223)
#ECF5EA
(236,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42B97C; }

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

This text font color is #42B97C.


Background Color

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

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

This div background color is #42B97C.


Border color

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

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

This div border color is #42B97C.


Opacity

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

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

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

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

This text has shadow with #42B97C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42B97C on black background.


Color preview on white background

This text has color #42B97C on white background.



Black color preview on #42B97C background

This text has black color on #42B97C background.


White color preview on #42B97C background

This text has white color on #42B97C background.