COLOR #42806B

HEX: #42806B
RGB: (66,128,107)

Color info

#42806B contains mainly green and blue colors. Web safe color of #42806B is #336666 (or #366).

RGB color model

#42806B color RGB value is (66,128,107).

  • red value is 66;
  • green value is 128;
  • blue value is 107.
RGB:
(66,128,107)
(26%,50%,42%)

RGB channels and saturation

R 66 of 255 = 26%
G 128 of 255 = 50%
B 107 of 255 = 42%

66
128
107

R + G + B ~ 39%. #42806B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 128 + 107 = 301 (100%)
R 66 of 301 ~ 21.93%
G 128 of 301 ~ 42.52%
B 107 of 301 ~ 35.55%

%21.93
%42.52
%35.55

CMYK color model

#42806B color CMYK value is (48,0,16,50).

  • cyan value is 48.44%
  • magenta value is 0.00%
  • yellow value is 16.41%
  • key color value is 49.80%
CMYK:
(48,0,16,50)
C48M0Y16K50 
(48%,0%,16%,50%)
(0.48/0.00/0.16/0.50)	

CMYK percentages

%48.44
%0
%16.41
%49.8

Codes

Color #42806B in popluar color models

42806B
RGB66128107
HSL160°31.96%38.04%
HSB/HSV160°48.44%50.20%
CMYK48.44%0.00%16.41%
49.80%

Color #42806B in popluar number systems.

HEX42806B
Decimal66128107
Binary1000010100000001101011
Octal102200153

Shades and tints

Shades of #42806B

#42806B
(66,128,107)
#3C7562
(60,117,98)
#366A59
(54,106,89)
#305F50
(48,95,80)
#2A5447
(42,84,71)
#24493E
(36,73,62)
#1E3E35
(30,62,53)
#18332C
(24,51,44)
#122823
(18,40,35)
#0C1D1A
(12,29,26)
#061211
(6,18,17)
#000000
(0,0,0)

Tints of #42806B

#42806B
(66,128,107)
#538B78
(83,139,120)
#649685
(100,150,133)
#75A192
(117,161,146)
#86AC9F
(134,172,159)
#97B7AC
(151,183,172)
#A8C2B9
(168,194,185)
#B9CDC6
(185,205,198)
#CAD8D3
(202,216,211)
#DBE3E0
(219,227,224)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42806B color. Also use rgb(66,128,107) instead hex code.

Text Font Color

.myTextColor { color: #42806B; }

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

This text font color is #42806B.


Background Color

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

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

This div background color is #42806B.


Border color

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

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

This div border color is #42806B.


Opacity

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

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

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

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

This text has shadow with #42806B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42806B on black background.


Color preview on white background

This text has color #42806B on white background.



Black color preview on #42806B background

This text has black color on #42806B background.


White color preview on #42806B background

This text has white color on #42806B background.