COLOR #42727C

HEX: #42727C RGB: (66,114,124)

Color info

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

RGB color model

#42727C color RGB value is (66,114,124).

RGB: (66,114,124) (26%, 45%, 49%)

RGB channels and saturation

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

66
114
124

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

Portions of RGB colors in percentages

R + G + B = 66 + 114 + 124 = 304 (100%)
R 66 of 304 ~ 21.71%
G 114 of 304 ~ 37.5%
B 124 of 304 ~ 40.79'%

%21.71
%37.5
%40.79

CMYK color model

#42727C color CMYK value is (47,8,0,51).

  • cyan value is 46.77%
  • magenta value is 8.06%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (47,8,0,51)
C47M8Y0K51 (47%, 8%, 0%, 51%)
(0.47 / 0.08 / 0.00 / 0.51)

CMYK percentages

%46.77
%8.06
%0
%51.37

Codes

Color #42727C in popluar color models

42 72 7C
RGB 66 114 124
HSL 190° 30.53% 37.25%
HSB/HSV 190° 46.77% 48.63%
CMYK 46.77% 8.06% 0.00%
51.37%

Color #42727C in popluar number systems.

HEX 42 72 7C
Decimal 66 114 124
Binary 1000010 1110010 1111100
Octal 102 162 174

Shades and tints

Shades of #42727C

#42727C
(66,114,124)
#3C6871
(60,104,113)
#365E66
(54,94,102)
#30545B
(48,84,91)
#2A4A50
(42,74,80)
#244045
(36,64,69)
#1E363A
(30,54,58)
#182C2F
(24,44,47)
#122224
(18,34,36)
#0C1819
(12,24,25)
#060E0E
(6,14,14)
#000000
(0,0,0)

Tints of #42727C

#42727C
(66,114,124)
#537E87
(83,126,135)
#648A92
(100,138,146)
#75969D
(117,150,157)
#86A2A8
(134,162,168)
#97AEB3
(151,174,179)
#A8BABE
(168,186,190)
#B9C6C9
(185,198,201)
#CAD2D4
(202,210,212)
#DBDEDF
(219,222,223)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42727C; }

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

This text font color is #42727C.

Background Color

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

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

This div background color is #42727C.

Border color

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

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

This div border color is #42727C.

Opacity

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

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

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

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

This text has shadow with #42727C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42727C.

Preview

Color preview on black background

This text has color #42727C on black background.


Color preview on white background

This text has color #42727C on white background.


Black color preview on #42727C background

This text has black color on #42727C background.


White color preview on #42727C background

This text has white color on #42727C background.


Related colors

Complementary color

Complementary color for #hex is #BD8D83.


I love getcolorcode.com

Triadic colors

1 #7C4272 and #727C42 with #42727C are triadic colors.

2 #7C7242 and #72427C with #42727C are triadic colors.