COLOR #42A180

HEX: #42A180
RGB: (66,161,128)

Color info

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

RGB color model

#42A180 color RGB value is (66,161,128).

  • red value is 66;
  • green value is 161;
  • blue value is 128.
RGB:
(66,161,128)
(26%,63%,50%)

RGB channels and saturation

R 66 of 255 = 26%
G 161 of 255 = 63%
B 128 of 255 = 50%

66
161
128

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

Portions of RGB colors in percentages

R + G + B =
66 + 161 + 128 = 355 (100%)
R 66 of 355 ~ 18.59%
G 161 of 355 ~ 45.35%
B 128 of 355 ~ 36.06%

%18.59
%45.35
%36.06

CMYK color model

#42A180 color CMYK value is (59,0,20,37).

  • cyan value is 59.01%
  • magenta value is 0.00%
  • yellow value is 20.50%
  • key color value is 36.86%
CMYK:
(59,0,20,37)
C59M0Y20K37 
(59%,0%,20%,37%)
(0.59/0.00/0.20/0.37)	

CMYK percentages

%59.01
%0
%20.5
%36.86

Codes

Color #42A180 in popluar color models

42A180
RGB66161128
HSL159°41.85%44.51%
HSB/HSV159°59.01%63.14%
CMYK59.01%0.00%20.50%
36.86%

Color #42A180 in popluar number systems.

HEX42A180
Decimal66161128
Binary10000101010000110000000
Octal102241200

Shades and tints

Shades of #42A180

#42A180
(66,161,128)
#3C9375
(60,147,117)
#36856A
(54,133,106)
#30775F
(48,119,95)
#2A6954
(42,105,84)
#245B49
(36,91,73)
#1E4D3E
(30,77,62)
#183F33
(24,63,51)
#123128
(18,49,40)
#0C231D
(12,35,29)
#061512
(6,21,18)
#000000
(0,0,0)

Tints of #42A180

#42A180
(66,161,128)
#53A98B
(83,169,139)
#64B196
(100,177,150)
#75B9A1
(117,185,161)
#86C1AC
(134,193,172)
#97C9B7
(151,201,183)
#A8D1C2
(168,209,194)
#B9D9CD
(185,217,205)
#CAE1D8
(202,225,216)
#DBE9E3
(219,233,227)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42A180 color. Also use rgb(66,161,128) instead hex code.

Text Font Color

.myTextColor { color: #42A180; }

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

This text font color is #42A180.


Background Color

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

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

This div background color is #42A180.


Border color

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

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

This div border color is #42A180.


Opacity

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

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

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

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

This text has shadow with #42A180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42A180 on black background.


Color preview on white background

This text has color #42A180 on white background.



Black color preview on #42A180 background

This text has black color on #42A180 background.


White color preview on #42A180 background

This text has white color on #42A180 background.