COLOR #42A791

HEX: #42A791
RGB: (66,167,145)

Color info

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

RGB color model

#42A791 color RGB value is (66,167,145).

  • red value is 66;
  • green value is 167;
  • blue value is 145.
RGB:
(66,167,145)
(26%,65%,57%)

RGB channels and saturation

R 66 of 255 = 26%
G 167 of 255 = 65%
B 145 of 255 = 57%

66
167
145

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

Portions of RGB colors in percentages

R + G + B =
66 + 167 + 145 = 378 (100%)
R 66 of 378 ~ 17.46%
G 167 of 378 ~ 44.18%
B 145 of 378 ~ 38.36%

%17.46
%44.18
%38.36

CMYK color model

#42A791 color CMYK value is (60,0,13,35).

  • cyan value is 60.48%
  • magenta value is 0.00%
  • yellow value is 13.17%
  • key color value is 34.51%
CMYK:
(60,0,13,35)
C60M0Y13K35 
(60%,0%,13%,35%)
(0.60/0.00/0.13/0.35)	

CMYK percentages

%60.48
%0
%13.17
%34.51

Codes

Color #42A791 in popluar color models

42A791
RGB66167145
HSL167°43.35%45.69%
HSB/HSV167°60.48%65.49%
CMYK60.48%0.00%13.17%
34.51%

Color #42A791 in popluar number systems.

HEX42A791
Decimal66167145
Binary10000101010011110010001
Octal102247221

Shades and tints

Shades of #42A791

#42A791
(66,167,145)
#3C9884
(60,152,132)
#368977
(54,137,119)
#307A6A
(48,122,106)
#2A6B5D
(42,107,93)
#245C50
(36,92,80)
#1E4D43
(30,77,67)
#183E36
(24,62,54)
#122F29
(18,47,41)
#0C201C
(12,32,28)
#06110F
(6,17,15)
#000000
(0,0,0)

Tints of #42A791

#42A791
(66,167,145)
#53AF9B
(83,175,155)
#64B7A5
(100,183,165)
#75BFAF
(117,191,175)
#86C7B9
(134,199,185)
#97CFC3
(151,207,195)
#A8D7CD
(168,215,205)
#B9DFD7
(185,223,215)
#CAE7E1
(202,231,225)
#DBEFEB
(219,239,235)
#ECF7F5
(236,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42A791 color. Also use rgb(66,167,145) instead hex code.

Text Font Color

.myTextColor { color: #42A791; }

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

This text font color is #42A791.


Background Color

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

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

This div background color is #42A791.


Border color

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

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

This div border color is #42A791.


Opacity

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

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

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

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

This text has shadow with #42A791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42A791 on black background.


Color preview on white background

This text has color #42A791 on white background.



Black color preview on #42A791 background

This text has black color on #42A791 background.


White color preview on #42A791 background

This text has white color on #42A791 background.