COLOR #42727D

HEX: #42727D
RGB: (66,114,125)

Color info

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

RGB color model

#42727D color RGB value is (66,114,125).

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

RGB channels and saturation

R 66 of 255 = 26%
G 114 of 255 = 45%
B 125 of 255 = 49%

66
114
125

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

Portions of RGB colors in percentages

R + G + B =
66 + 114 + 125 = 305 (100%)
R 66 of 305 ~ 21.64%
G 114 of 305 ~ 37.38%
B 125 of 305 ~ 40.98%

%21.64
%37.38
%40.98

CMYK color model

#42727D color CMYK value is (47,9,0,51).

  • cyan value is 47.20%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(47,9,0,51)
C47M9Y0K51 
(47%,9%,0%,51%)
(0.47/0.09/0.00/0.51)	

CMYK percentages

%47.2
%8.8
%0
%50.98

Codes

Color #42727D in popluar color models

42727D
RGB66114125
HSL191°30.89%37.45%
HSB/HSV191°47.20%49.02%
CMYK47.20%8.80%0.00%
50.98%

Color #42727D in popluar number systems.

HEX42727D
Decimal66114125
Binary100001011100101111101
Octal102162175

Shades and tints

Shades of #42727D

#42727D
(66,114,125)
#3C6872
(60,104,114)
#365E67
(54,94,103)
#30545C
(48,84,92)
#2A4A51
(42,74,81)
#244046
(36,64,70)
#1E363B
(30,54,59)
#182C30
(24,44,48)
#122225
(18,34,37)
#0C181A
(12,24,26)
#060E0F
(6,14,15)
#000000
(0,0,0)

Tints of #42727D

#42727D
(66,114,125)
#537E88
(83,126,136)
#648A93
(100,138,147)
#75969E
(117,150,158)
#86A2A9
(134,162,169)
#97AEB4
(151,174,180)
#A8BABF
(168,186,191)
#B9C6CA
(185,198,202)
#CAD2D5
(202,210,213)
#DBDEE0
(219,222,224)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42727D color. Also use rgb(66,114,125) instead hex code.

Text Font Color

.myTextColor { color: #42727D; }

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

This text font color is #42727D.


Background Color

.myBgColor { background-color: #42727D; }

<div style="background-color:#42727D">Inner text</div>

This div background color is #42727D.


Border color

.myBorderColor { border: 1px solid #42727D; }

<div style="border:3px solid #42727D">Div</div>

This div border color is #42727D.


Opacity

.myOpacity80 { color: #42727D; opacity: 0.8; }

<p style="color:#42727D;opacity:0.8;">80%</p>

Text with #42727D 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 #42727D;}

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

This text has shadow with #42727D color.

.textShadow {text-shadow: 3px 3px 1px #42727D, 3px 3px 1px red;}

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

This text has shadow with #42727D primary color and red secondary color.


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

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

This text has shadow with #42727D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42727D on black background.


Color preview on white background

This text has color #42727D on white background.



Black color preview on #42727D background

This text has black color on #42727D background.


White color preview on #42727D background

This text has white color on #42727D background.