COLOR #42B67A

HEX: #42B67A
RGB: (66,182,122)

Color info

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

RGB color model

#42B67A color RGB value is (66,182,122).

  • red value is 66;
  • green value is 182;
  • blue value is 122.
RGB:
(66,182,122)
(26%,71%,48%)

RGB channels and saturation

R 66 of 255 = 26%
G 182 of 255 = 71%
B 122 of 255 = 48%

66
182
122

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

Portions of RGB colors in percentages

R + G + B =
66 + 182 + 122 = 370 (100%)
R 66 of 370 ~ 17.84%
G 182 of 370 ~ 49.19%
B 122 of 370 ~ 32.97%

%17.84
%49.19
%32.97

CMYK color model

#42B67A color CMYK value is (64,0,33,29).

  • cyan value is 63.74%
  • magenta value is 0.00%
  • yellow value is 32.97%
  • key color value is 28.63%
CMYK:
(64,0,33,29)
C64M0Y33K29 
(64%,0%,33%,29%)
(0.64/0.00/0.33/0.29)	

CMYK percentages

%63.74
%0
%32.97
%28.63

Codes

Color #42B67A in popluar color models

42B67A
RGB66182122
HSL149°46.77%48.63%
HSB/HSV149°63.74%71.37%
CMYK63.74%0.00%32.97%
28.63%

Color #42B67A in popluar number systems.

HEX42B67A
Decimal66182122
Binary1000010101101101111010
Octal102266172

Shades and tints

Shades of #42B67A

#42B67A
(66,182,122)
#3CA66F
(60,166,111)
#369664
(54,150,100)
#308659
(48,134,89)
#2A764E
(42,118,78)
#246643
(36,102,67)
#1E5638
(30,86,56)
#18462D
(24,70,45)
#123622
(18,54,34)
#0C2617
(12,38,23)
#06160C
(6,22,12)
#000000
(0,0,0)

Tints of #42B67A

#42B67A
(66,182,122)
#53BC86
(83,188,134)
#64C292
(100,194,146)
#75C89E
(117,200,158)
#86CEAA
(134,206,170)
#97D4B6
(151,212,182)
#A8DAC2
(168,218,194)
#B9E0CE
(185,224,206)
#CAE6DA
(202,230,218)
#DBECE6
(219,236,230)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42B67A color. Also use rgb(66,182,122) instead hex code.

Text Font Color

.myTextColor { color: #42B67A; }

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

This text font color is #42B67A.


Background Color

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

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

This div background color is #42B67A.


Border color

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

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

This div border color is #42B67A.


Opacity

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

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

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

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

This text has shadow with #42B67A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42B67A on black background.


Color preview on white background

This text has color #42B67A on white background.



Black color preview on #42B67A background

This text has black color on #42B67A background.


White color preview on #42B67A background

This text has white color on #42B67A background.