COLOR #42927C

HEX: #42927C
RGB: (66,146,124)

Color info

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

RGB color model

#42927C color RGB value is (66,146,124).

  • red value is 66;
  • green value is 146;
  • blue value is 124.
RGB:
(66,146,124)
(26%,57%,49%)

RGB channels and saturation

R 66 of 255 = 26%
G 146 of 255 = 57%
B 124 of 255 = 49%

66
146
124

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

Portions of RGB colors in percentages

R + G + B =
66 + 146 + 124 = 336 (100%)
R 66 of 336 ~ 19.64%
G 146 of 336 ~ 43.45%
B 124 of 336 ~ 36.9%

%19.64
%43.45
%36.9

CMYK color model

#42927C color CMYK value is (55,0,15,43).

  • cyan value is 54.79%
  • magenta value is 0.00%
  • yellow value is 15.07%
  • key color value is 42.75%
CMYK:
(55,0,15,43)
C55M0Y15K43 
(55%,0%,15%,43%)
(0.55/0.00/0.15/0.43)	

CMYK percentages

%54.79
%0
%15.07
%42.75

Codes

Color #42927C in popluar color models

42927C
RGB66146124
HSL164°37.74%41.57%
HSB/HSV164°54.79%57.25%
CMYK54.79%0.00%15.07%
42.75%

Color #42927C in popluar number systems.

HEX42927C
Decimal66146124
Binary1000010100100101111100
Octal102222174

Shades and tints

Shades of #42927C

#42927C
(66,146,124)
#3C8571
(60,133,113)
#367866
(54,120,102)
#306B5B
(48,107,91)
#2A5E50
(42,94,80)
#245145
(36,81,69)
#1E443A
(30,68,58)
#18372F
(24,55,47)
#122A24
(18,42,36)
#0C1D19
(12,29,25)
#06100E
(6,16,14)
#000000
(0,0,0)

Tints of #42927C

#42927C
(66,146,124)
#539B87
(83,155,135)
#64A492
(100,164,146)
#75AD9D
(117,173,157)
#86B6A8
(134,182,168)
#97BFB3
(151,191,179)
#A8C8BE
(168,200,190)
#B9D1C9
(185,209,201)
#CADAD4
(202,218,212)
#DBE3DF
(219,227,223)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42927C; }

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

This text font color is #42927C.


Background Color

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

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

This div background color is #42927C.


Border color

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

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

This div border color is #42927C.


Opacity

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

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

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

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

This text has shadow with #42927C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42927C on black background.


Color preview on white background

This text has color #42927C on white background.



Black color preview on #42927C background

This text has black color on #42927C background.


White color preview on #42927C background

This text has white color on #42927C background.