COLOR #42999D

HEX: #42999D
RGB: (66,153,157)

Color info

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

RGB color model

#42999D color RGB value is (66,153,157).

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

RGB channels and saturation

R 66 of 255 = 26%
G 153 of 255 = 60%
B 157 of 255 = 62%

66
153
157

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

Portions of RGB colors in percentages

R + G + B =
66 + 153 + 157 = 376 (100%)
R 66 of 376 ~ 17.55%
G 153 of 376 ~ 40.69%
B 157 of 376 ~ 41.76%

%17.55
%40.69
%41.76

CMYK color model

#42999D color CMYK value is (58,3,0,38).

  • cyan value is 57.96%
  • magenta value is 2.55%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(58,3,0,38)
C58M3Y0K38 
(58%,3%,0%,38%)
(0.58/0.03/0.00/0.38)	

CMYK percentages

%57.96
%2.55
%0
%38.43

Codes

Color #42999D in popluar color models

42999D
RGB66153157
HSL183°40.81%43.73%
HSB/HSV183°57.96%61.57%
CMYK57.96%2.55%0.00%
38.43%

Color #42999D in popluar number systems.

HEX42999D
Decimal66153157
Binary10000101001100110011101
Octal102231235

Shades and tints

Shades of #42999D

#42999D
(66,153,157)
#3C8C8F
(60,140,143)
#367F81
(54,127,129)
#307273
(48,114,115)
#2A6565
(42,101,101)
#245857
(36,88,87)
#1E4B49
(30,75,73)
#183E3B
(24,62,59)
#12312D
(18,49,45)
#0C241F
(12,36,31)
#061711
(6,23,17)
#000000
(0,0,0)

Tints of #42999D

#42999D
(66,153,157)
#53A2A5
(83,162,165)
#64ABAD
(100,171,173)
#75B4B5
(117,180,181)
#86BDBD
(134,189,189)
#97C6C5
(151,198,197)
#A8CFCD
(168,207,205)
#B9D8D5
(185,216,213)
#CAE1DD
(202,225,221)
#DBEAE5
(219,234,229)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42999D; }

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

This text font color is #42999D.


Background Color

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

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

This div background color is #42999D.


Border color

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

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

This div border color is #42999D.


Opacity

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

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

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

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

This text has shadow with #42999D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42999D on black background.


Color preview on white background

This text has color #42999D on white background.



Black color preview on #42999D background

This text has black color on #42999D background.


White color preview on #42999D background

This text has white color on #42999D background.