COLOR #42856B

HEX: #42856B
RGB: (66,133,107)

Color info

#42856B contains mainly green and blue colors. Web safe color of #42856B is #339966 (or #396).

RGB color model

#42856B color RGB value is (66,133,107).

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

RGB channels and saturation

R 66 of 255 = 26%
G 133 of 255 = 52%
B 107 of 255 = 42%

66
133
107

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

Portions of RGB colors in percentages

R + G + B =
66 + 133 + 107 = 306 (100%)
R 66 of 306 ~ 21.57%
G 133 of 306 ~ 43.46%
B 107 of 306 ~ 34.97%

%21.57
%43.46
%34.97

CMYK color model

#42856B color CMYK value is (50,0,20,48).

  • cyan value is 50.38%
  • magenta value is 0.00%
  • yellow value is 19.55%
  • key color value is 47.84%
CMYK:
(50,0,20,48)
C50M0Y20K48 
(50%,0%,20%,48%)
(0.50/0.00/0.20/0.48)	

CMYK percentages

%50.38
%0
%19.55
%47.84

Codes

Color #42856B in popluar color models

42856B
RGB66133107
HSL157°33.67%39.02%
HSB/HSV157°50.38%52.16%
CMYK50.38%0.00%19.55%
47.84%

Color #42856B in popluar number systems.

HEX42856B
Decimal66133107
Binary1000010100001011101011
Octal102205153

Shades and tints

Shades of #42856B

#42856B
(66,133,107)
#3C7962
(60,121,98)
#366D59
(54,109,89)
#306150
(48,97,80)
#2A5547
(42,85,71)
#24493E
(36,73,62)
#1E3D35
(30,61,53)
#18312C
(24,49,44)
#122523
(18,37,35)
#0C191A
(12,25,26)
#060D11
(6,13,17)
#000000
(0,0,0)

Tints of #42856B

#42856B
(66,133,107)
#539078
(83,144,120)
#649B85
(100,155,133)
#75A692
(117,166,146)
#86B19F
(134,177,159)
#97BCAC
(151,188,172)
#A8C7B9
(168,199,185)
#B9D2C6
(185,210,198)
#CADDD3
(202,221,211)
#DBE8E0
(219,232,224)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42856B; }

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

This text font color is #42856B.


Background Color

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

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

This div background color is #42856B.


Border color

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

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

This div border color is #42856B.


Opacity

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

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

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

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

This text has shadow with #42856B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42856B on black background.


Color preview on white background

This text has color #42856B on white background.



Black color preview on #42856B background

This text has black color on #42856B background.


White color preview on #42856B background

This text has white color on #42856B background.