COLOR #42859C

HEX: #42859C
RGB: (66,133,156)

Color info

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

RGB color model

#42859C color RGB value is (66,133,156).

  • red value is 66;
  • green value is 133;
  • blue value is 156.
RGB:
(66,133,156)
(26%,52%,61%)

RGB channels and saturation

R 66 of 255 = 26%
G 133 of 255 = 52%
B 156 of 255 = 61%

66
133
156

R + G + B ~ 46%. #42859C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 133 + 156 = 355 (100%)
R 66 of 355 ~ 18.59%
G 133 of 355 ~ 37.46%
B 156 of 355 ~ 43.94%

%18.59
%37.46
%43.94

CMYK color model

#42859C color CMYK value is (58,15,0,39).

  • cyan value is 57.69%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(58,15,0,39)
C58M15Y0K39 
(58%,15%,0%,39%)
(0.58/0.15/0.00/0.39)	

CMYK percentages

%57.69
%14.74
%0
%38.82

Codes

Color #42859C in popluar color models

42859C
RGB66133156
HSL195°40.54%43.53%
HSB/HSV195°57.69%61.18%
CMYK57.69%14.74%0.00%
38.82%

Color #42859C in popluar number systems.

HEX42859C
Decimal66133156
Binary10000101000010110011100
Octal102205234

Shades and tints

Shades of #42859C

#42859C
(66,133,156)
#3C798E
(60,121,142)
#366D80
(54,109,128)
#306172
(48,97,114)
#2A5564
(42,85,100)
#244956
(36,73,86)
#1E3D48
(30,61,72)
#18313A
(24,49,58)
#12252C
(18,37,44)
#0C191E
(12,25,30)
#060D10
(6,13,16)
#000000
(0,0,0)

Tints of #42859C

#42859C
(66,133,156)
#5390A5
(83,144,165)
#649BAE
(100,155,174)
#75A6B7
(117,166,183)
#86B1C0
(134,177,192)
#97BCC9
(151,188,201)
#A8C7D2
(168,199,210)
#B9D2DB
(185,210,219)
#CADDE4
(202,221,228)
#DBE8ED
(219,232,237)
#ECF3F6
(236,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42859C color. Also use rgb(66,133,156) instead hex code.

Text Font Color

.myTextColor { color: #42859C; }

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

This text font color is #42859C.


Background Color

.myBgColor { background-color: #42859C; }

<div style="background-color:#42859C">Inner text</div>

This div background color is #42859C.


Border color

.myBorderColor { border: 1px solid #42859C; }

<div style="border:3px solid #42859C">Div</div>

This div border color is #42859C.


Opacity

.myOpacity80 { color: #42859C; opacity: 0.8; }

<p style="color:#42859C;opacity:0.8;">80%</p>

Text with #42859C 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 #42859C;}

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

This text has shadow with #42859C color.

.textShadow {text-shadow: 3px 3px 1px #42859C, 3px 3px 1px red;}

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

This text has shadow with #42859C primary color and red secondary color.


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

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

This text has shadow with #42859C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42859C on black background.


Color preview on white background

This text has color #42859C on white background.



Black color preview on #42859C background

This text has black color on #42859C background.


White color preview on #42859C background

This text has white color on #42859C background.