COLOR #42737C

HEX: #42737C
RGB: (66,115,124)

Color info

#42737C contains red, green and blue colors in about the same proportion. Web safe color of #42737C is #336666 (or #366).

RGB color model

#42737C color RGB value is (66,115,124).

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

RGB channels and saturation

R 66 of 255 = 26%
G 115 of 255 = 45%
B 124 of 255 = 49%

66
115
124

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

Portions of RGB colors in percentages

R + G + B =
66 + 115 + 124 = 305 (100%)
R 66 of 305 ~ 21.64%
G 115 of 305 ~ 37.7%
B 124 of 305 ~ 40.66%

%21.64
%37.7
%40.66

CMYK color model

#42737C color CMYK value is (47,7,0,51).

  • cyan value is 46.77%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(47,7,0,51)
C47M7Y0K51 
(47%,7%,0%,51%)
(0.47/0.07/0.00/0.51)	

CMYK percentages

%46.77
%7.26
%0
%51.37

Codes

Color #42737C in popluar color models

42737C
RGB66115124
HSL189°30.53%37.25%
HSB/HSV189°46.77%48.63%
CMYK46.77%7.26%0.00%
51.37%

Color #42737C in popluar number systems.

HEX42737C
Decimal66115124
Binary100001011100111111100
Octal102163174

Shades and tints

Shades of #42737C

#42737C
(66,115,124)
#3C6971
(60,105,113)
#365F66
(54,95,102)
#30555B
(48,85,91)
#2A4B50
(42,75,80)
#244145
(36,65,69)
#1E373A
(30,55,58)
#182D2F
(24,45,47)
#122324
(18,35,36)
#0C1919
(12,25,25)
#060F0E
(6,15,14)
#000000
(0,0,0)

Tints of #42737C

#42737C
(66,115,124)
#537F87
(83,127,135)
#648B92
(100,139,146)
#75979D
(117,151,157)
#86A3A8
(134,163,168)
#97AFB3
(151,175,179)
#A8BBBE
(168,187,190)
#B9C7C9
(185,199,201)
#CAD3D4
(202,211,212)
#DBDFDF
(219,223,223)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42737C; }

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

This text font color is #42737C.


Background Color

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

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

This div background color is #42737C.


Border color

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

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

This div border color is #42737C.


Opacity

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

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

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

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

This text has shadow with #42737C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42737C on black background.


Color preview on white background

This text has color #42737C on white background.



Black color preview on #42737C background

This text has black color on #42737C background.


White color preview on #42737C background

This text has white color on #42737C background.