COLOR #42818B

HEX: #42818B
RGB: (66,129,139)

Color info

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

RGB color model

#42818B color RGB value is (66,129,139).

  • red value is 66;
  • green value is 129;
  • blue value is 139.
RGB:
(66,129,139)
(26%,51%,55%)

RGB channels and saturation

R 66 of 255 = 26%
G 129 of 255 = 51%
B 139 of 255 = 55%

66
129
139

R + G + B ~ 44%. #42818B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 129 + 139 = 334 (100%)
R 66 of 334 ~ 19.76%
G 129 of 334 ~ 38.62%
B 139 of 334 ~ 41.62%

%19.76
%38.62
%41.62

CMYK color model

#42818B color CMYK value is (53,7,0,45).

  • cyan value is 52.52%
  • magenta value is 7.19%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(53,7,0,45)
C53M7Y0K45 
(53%,7%,0%,45%)
(0.53/0.07/0.00/0.45)	

CMYK percentages

%52.52
%7.19
%0
%45.49

Codes

Color #42818B in popluar color models

42818B
RGB66129139
HSL188°35.61%40.20%
HSB/HSV188°52.52%54.51%
CMYK52.52%7.19%0.00%
45.49%

Color #42818B in popluar number systems.

HEX42818B
Decimal66129139
Binary10000101000000110001011
Octal102201213

Shades and tints

Shades of #42818B

#42818B
(66,129,139)
#3C767F
(60,118,127)
#366B73
(54,107,115)
#306067
(48,96,103)
#2A555B
(42,85,91)
#244A4F
(36,74,79)
#1E3F43
(30,63,67)
#183437
(24,52,55)
#12292B
(18,41,43)
#0C1E1F
(12,30,31)
#061313
(6,19,19)
#000000
(0,0,0)

Tints of #42818B

#42818B
(66,129,139)
#538C95
(83,140,149)
#64979F
(100,151,159)
#75A2A9
(117,162,169)
#86ADB3
(134,173,179)
#97B8BD
(151,184,189)
#A8C3C7
(168,195,199)
#B9CED1
(185,206,209)
#CAD9DB
(202,217,219)
#DBE4E5
(219,228,229)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42818B color. Also use rgb(66,129,139) instead hex code.

Text Font Color

.myTextColor { color: #42818B; }

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

This text font color is #42818B.


Background Color

.myBgColor { background-color: #42818B; }

<div style="background-color:#42818B">Inner text</div>

This div background color is #42818B.


Border color

.myBorderColor { border: 1px solid #42818B; }

<div style="border:3px solid #42818B">Div</div>

This div border color is #42818B.


Opacity

.myOpacity80 { color: #42818B; opacity: 0.8; }

<p style="color:#42818B;opacity:0.8;">80%</p>

Text with #42818B 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 #42818B;}

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

This text has shadow with #42818B color.

.textShadow {text-shadow: 3px 3px 1px #42818B, 3px 3px 1px red;}

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

This text has shadow with #42818B primary color and red secondary color.


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

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

This text has shadow with #42818B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42818B on black background.


Color preview on white background

This text has color #42818B on white background.



Black color preview on #42818B background

This text has black color on #42818B background.


White color preview on #42818B background

This text has white color on #42818B background.