COLOR #42856E

HEX: #42856E
RGB: (66,133,110)

Color info

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

RGB color model

#42856E color RGB value is (66,133,110).

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

RGB channels and saturation

R 66 of 255 = 26%
G 133 of 255 = 52%
B 110 of 255 = 43%

66
133
110

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

Portions of RGB colors in percentages

R + G + B =
66 + 133 + 110 = 309 (100%)
R 66 of 309 ~ 21.36%
G 133 of 309 ~ 43.04%
B 110 of 309 ~ 35.6%

%21.36
%43.04
%35.6

CMYK color model

#42856E color CMYK value is (50,0,17,48).

  • cyan value is 50.38%
  • magenta value is 0.00%
  • yellow value is 17.29%
  • key color value is 47.84%
CMYK:
(50,0,17,48)
C50M0Y17K48 
(50%,0%,17%,48%)
(0.50/0.00/0.17/0.48)	

CMYK percentages

%50.38
%0
%17.29
%47.84

Codes

Color #42856E in popluar color models

42856E
RGB66133110
HSL159°33.67%39.02%
HSB/HSV159°50.38%52.16%
CMYK50.38%0.00%17.29%
47.84%

Color #42856E in popluar number systems.

HEX42856E
Decimal66133110
Binary1000010100001011101110
Octal102205156

Shades and tints

Shades of #42856E

#42856E
(66,133,110)
#3C7964
(60,121,100)
#366D5A
(54,109,90)
#306150
(48,97,80)
#2A5546
(42,85,70)
#24493C
(36,73,60)
#1E3D32
(30,61,50)
#183128
(24,49,40)
#12251E
(18,37,30)
#0C1914
(12,25,20)
#060D0A
(6,13,10)
#000000
(0,0,0)

Tints of #42856E

#42856E
(66,133,110)
#53907B
(83,144,123)
#649B88
(100,155,136)
#75A695
(117,166,149)
#86B1A2
(134,177,162)
#97BCAF
(151,188,175)
#A8C7BC
(168,199,188)
#B9D2C9
(185,210,201)
#CADDD6
(202,221,214)
#DBE8E3
(219,232,227)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42856E; }

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

This text font color is #42856E.


Background Color

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

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

This div background color is #42856E.


Border color

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

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

This div border color is #42856E.


Opacity

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

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

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

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

This text has shadow with #42856E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42856E on black background.


Color preview on white background

This text has color #42856E on white background.



Black color preview on #42856E background

This text has black color on #42856E background.


White color preview on #42856E background

This text has white color on #42856E background.