COLOR #42987C

HEX: #42987C RGB: (66,152,124)

Color info

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

RGB color model

#42987C color RGB value is (66,152,124).

RGB: (66,152,124) (26%, 60%, 49%)

RGB channels and saturation

R 66 of 255 = 26%
G 152 of 255 = 60%
B 124 of 255 = 49%

66
152
124

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

Portions of RGB colors in percentages

R + G + B = 66 + 152 + 124 = 342 (100%)
R 66 of 342 ~ 19.3%
G 152 of 342 ~ 44.44%
B 124 of 342 ~ 36.26'%

%19.3
%44.44
%36.26

CMYK color model

#42987C color CMYK value is (57,0,18,40).

  • cyan value is 56.58%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • key color value is 40.39%

CMYK: (57,0,18,40)
C57M0Y18K40 (57%, 0%, 18%, 40%)
(0.57 / 0.00 / 0.18 / 0.40)

CMYK percentages

%56.58
%0
%18.42
%40.39

Codes

Color #42987C in popluar color models

42 98 7C
RGB 66 152 124
HSL 160° 39.45% 42.75%
HSB/HSV 160° 56.58% 59.61%
CMYK 56.58% 0.00% 18.42%
40.39%

Color #42987C in popluar number systems.

HEX 42 98 7C
Decimal 66 152 124
Binary 1000010 10011000 1111100
Octal 102 230 174

Shades and tints

Shades of #42987C

#42987C
(66,152,124)
#3C8B71
(60,139,113)
#367E66
(54,126,102)
#30715B
(48,113,91)
#2A6450
(42,100,80)
#245745
(36,87,69)
#1E4A3A
(30,74,58)
#183D2F
(24,61,47)
#123024
(18,48,36)
#0C2319
(12,35,25)
#06160E
(6,22,14)
#000000
(0,0,0)

Tints of #42987C

#42987C
(66,152,124)
#53A187
(83,161,135)
#64AA92
(100,170,146)
#75B39D
(117,179,157)
#86BCA8
(134,188,168)
#97C5B3
(151,197,179)
#A8CEBE
(168,206,190)
#B9D7C9
(185,215,201)
#CAE0D4
(202,224,212)
#DBE9DF
(219,233,223)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42987C color. Also use rgb(66,152,124) instead hex code.

Text Font Color

.myTextColor { color: #42987C; }

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

This text font color is #42987C.

Background Color

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

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

This div background color is #42987C.

Border color

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

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

This div border color is #42987C.

Opacity

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

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

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

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

This text has shadow with #42987C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42987C.

Preview

Color preview on black background

This text has color #42987C on black background.


Color preview on white background

This text has color #42987C on white background.


Black color preview on #42987C background

This text has black color on #42987C background.


White color preview on #42987C background

This text has white color on #42987C background.


Related colors

Complementary color

Complementary color for #hex is #BD6783.


I love getcolorcode.com

Triadic colors

1 #7C4298 and #987C42 with #42987C are triadic colors.

2 #7C9842 and #98427C with #42987C are triadic colors.