COLOR #42A7A1

HEX: #42A7A1
RGB: (66,167,161)

Color info

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

RGB color model

#42A7A1 color RGB value is (66,167,161).

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

RGB channels and saturation

R 66 of 255 = 26%
G 167 of 255 = 65%
B 161 of 255 = 63%

66
167
161

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

Portions of RGB colors in percentages

R + G + B =
66 + 167 + 161 = 394 (100%)
R 66 of 394 ~ 16.75%
G 167 of 394 ~ 42.39%
B 161 of 394 ~ 40.86%

%16.75
%42.39
%40.86

CMYK color model

#42A7A1 color CMYK value is (60,0,4,35).

  • cyan value is 60.48%
  • magenta value is 0.00%
  • yellow value is 3.59%
  • key color value is 34.51%
CMYK:
(60,0,4,35)
C60M0Y4K35 
(60%,0%,4%,35%)
(0.60/0.00/0.04/0.35)	

CMYK percentages

%60.48
%0
%3.59
%34.51

Codes

Color #42A7A1 in popluar color models

42A7A1
RGB66167161
HSL176°43.35%45.69%
HSB/HSV176°60.48%65.49%
CMYK60.48%0.00%3.59%
34.51%

Color #42A7A1 in popluar number systems.

HEX42A7A1
Decimal66167161
Binary10000101010011110100001
Octal102247241

Shades and tints

Shades of #42A7A1

#42A7A1
(66,167,161)
#3C9893
(60,152,147)
#368985
(54,137,133)
#307A77
(48,122,119)
#2A6B69
(42,107,105)
#245C5B
(36,92,91)
#1E4D4D
(30,77,77)
#183E3F
(24,62,63)
#122F31
(18,47,49)
#0C2023
(12,32,35)
#061115
(6,17,21)
#000000
(0,0,0)

Tints of #42A7A1

#42A7A1
(66,167,161)
#53AFA9
(83,175,169)
#64B7B1
(100,183,177)
#75BFB9
(117,191,185)
#86C7C1
(134,199,193)
#97CFC9
(151,207,201)
#A8D7D1
(168,215,209)
#B9DFD9
(185,223,217)
#CAE7E1
(202,231,225)
#DBEFE9
(219,239,233)
#ECF7F1
(236,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42A7A1; }

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

This text font color is #42A7A1.


Background Color

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

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

This div background color is #42A7A1.


Border color

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

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

This div border color is #42A7A1.


Opacity

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

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

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

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

This text has shadow with #42A7A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42A7A1 on black background.


Color preview on white background

This text has color #42A7A1 on white background.



Black color preview on #42A7A1 background

This text has black color on #42A7A1 background.


White color preview on #42A7A1 background

This text has white color on #42A7A1 background.