COLOR #42939D

HEX: #42939D
RGB: (66,147,157)

Color info

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

RGB color model

#42939D color RGB value is (66,147,157).

  • red value is 66;
  • green value is 147;
  • blue value is 157.
RGB:
(66,147,157)
(26%,58%,62%)

RGB channels and saturation

R 66 of 255 = 26%
G 147 of 255 = 58%
B 157 of 255 = 62%

66
147
157

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

Portions of RGB colors in percentages

R + G + B =
66 + 147 + 157 = 370 (100%)
R 66 of 370 ~ 17.84%
G 147 of 370 ~ 39.73%
B 157 of 370 ~ 42.43%

%17.84
%39.73
%42.43

CMYK color model

#42939D color CMYK value is (58,6,0,38).

  • cyan value is 57.96%
  • magenta value is 6.37%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(58,6,0,38)
C58M6Y0K38 
(58%,6%,0%,38%)
(0.58/0.06/0.00/0.38)	

CMYK percentages

%57.96
%6.37
%0
%38.43

Codes

Color #42939D in popluar color models

42939D
RGB66147157
HSL187°40.81%43.73%
HSB/HSV187°57.96%61.57%
CMYK57.96%6.37%0.00%
38.43%

Color #42939D in popluar number systems.

HEX42939D
Decimal66147157
Binary10000101001001110011101
Octal102223235

Shades and tints

Shades of #42939D

#42939D
(66,147,157)
#3C868F
(60,134,143)
#367981
(54,121,129)
#306C73
(48,108,115)
#2A5F65
(42,95,101)
#245257
(36,82,87)
#1E4549
(30,69,73)
#18383B
(24,56,59)
#122B2D
(18,43,45)
#0C1E1F
(12,30,31)
#061111
(6,17,17)
#000000
(0,0,0)

Tints of #42939D

#42939D
(66,147,157)
#539CA5
(83,156,165)
#64A5AD
(100,165,173)
#75AEB5
(117,174,181)
#86B7BD
(134,183,189)
#97C0C5
(151,192,197)
#A8C9CD
(168,201,205)
#B9D2D5
(185,210,213)
#CADBDD
(202,219,221)
#DBE4E5
(219,228,229)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42939D color. Also use rgb(66,147,157) instead hex code.

Text Font Color

.myTextColor { color: #42939D; }

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

This text font color is #42939D.


Background Color

.myBgColor { background-color: #42939D; }

<div style="background-color:#42939D">Inner text</div>

This div background color is #42939D.


Border color

.myBorderColor { border: 1px solid #42939D; }

<div style="border:3px solid #42939D">Div</div>

This div border color is #42939D.


Opacity

.myOpacity80 { color: #42939D; opacity: 0.8; }

<p style="color:#42939D;opacity:0.8;">80%</p>

Text with #42939D 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 #42939D;}

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

This text has shadow with #42939D color.

.textShadow {text-shadow: 3px 3px 1px #42939D, 3px 3px 1px red;}

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

This text has shadow with #42939D primary color and red secondary color.


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

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

This text has shadow with #42939D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42939D on black background.


Color preview on white background

This text has color #42939D on white background.



Black color preview on #42939D background

This text has black color on #42939D background.


White color preview on #42939D background

This text has white color on #42939D background.