COLOR #42876E

HEX: #42876E
RGB: (66,135,110)

Color info

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

RGB color model

#42876E color RGB value is (66,135,110).

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

RGB channels and saturation

R 66 of 255 = 26%
G 135 of 255 = 53%
B 110 of 255 = 43%

66
135
110

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

Portions of RGB colors in percentages

R + G + B =
66 + 135 + 110 = 311 (100%)
R 66 of 311 ~ 21.22%
G 135 of 311 ~ 43.41%
B 110 of 311 ~ 35.37%

%21.22
%43.41
%35.37

CMYK color model

#42876E color CMYK value is (51,0,19,47).

  • cyan value is 51.11%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 47.06%
CMYK:
(51,0,19,47)
C51M0Y19K47 
(51%,0%,19%,47%)
(0.51/0.00/0.19/0.47)	

CMYK percentages

%51.11
%0
%18.52
%47.06

Codes

Color #42876E in popluar color models

42876E
RGB66135110
HSL158°34.33%39.41%
HSB/HSV158°51.11%52.94%
CMYK51.11%0.00%18.52%
47.06%

Color #42876E in popluar number systems.

HEX42876E
Decimal66135110
Binary1000010100001111101110
Octal102207156

Shades and tints

Shades of #42876E

#42876E
(66,135,110)
#3C7B64
(60,123,100)
#366F5A
(54,111,90)
#306350
(48,99,80)
#2A5746
(42,87,70)
#244B3C
(36,75,60)
#1E3F32
(30,63,50)
#183328
(24,51,40)
#12271E
(18,39,30)
#0C1B14
(12,27,20)
#060F0A
(6,15,10)
#000000
(0,0,0)

Tints of #42876E

#42876E
(66,135,110)
#53917B
(83,145,123)
#649B88
(100,155,136)
#75A595
(117,165,149)
#86AFA2
(134,175,162)
#97B9AF
(151,185,175)
#A8C3BC
(168,195,188)
#B9CDC9
(185,205,201)
#CAD7D6
(202,215,214)
#DBE1E3
(219,225,227)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42876E; }

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

This text font color is #42876E.


Background Color

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

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

This div background color is #42876E.


Border color

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

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

This div border color is #42876E.


Opacity

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

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

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

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

This text has shadow with #42876E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42876E on black background.


Color preview on white background

This text has color #42876E on white background.



Black color preview on #42876E background

This text has black color on #42876E background.


White color preview on #42876E background

This text has white color on #42876E background.