COLOR #4C727E

HEX: #4C727E
RGB: (76,114,126)

Color info

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

RGB color model

#4C727E color RGB value is (76,114,126).

  • red value is 76;
  • green value is 114;
  • blue value is 126.
RGB:
(76,114,126)
(30%,45%,49%)

RGB channels and saturation

R 76 of 255 = 30%
G 114 of 255 = 45%
B 126 of 255 = 49%

76
114
126

R + G + B ~ 41%. #4C727E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
76 + 114 + 126 = 316 (100%)
R 76 of 316 ~ 24.05%
G 114 of 316 ~ 36.08%
B 126 of 316 ~ 39.87%

%24.05
%36.08
%39.87

CMYK color model

#4C727E color CMYK value is (40,10,0,51).

  • cyan value is 39.68%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(40,10,0,51)
C40M10Y0K51 
(40%,10%,0%,51%)
(0.40/0.10/0.00/0.51)	

CMYK percentages

%39.68
%9.52
%0
%50.59

Codes

Color #4C727E in popluar color models

4C727E
RGB76114126
HSL194°24.75%39.61%
HSB/HSV194°39.68%49.41%
CMYK39.68%9.52%0.00%
50.59%

Color #4C727E in popluar number systems.

HEX4C727E
Decimal76114126
Binary100110011100101111110
Octal114162176

Shades and tints

Shades of #4C727E

#4C727E
(76,114,126)
#466873
(70,104,115)
#405E68
(64,94,104)
#3A545D
(58,84,93)
#344A52
(52,74,82)
#2E4047
(46,64,71)
#28363C
(40,54,60)
#222C31
(34,44,49)
#1C2226
(28,34,38)
#16181B
(22,24,27)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #4C727E

#4C727E
(76,114,126)
#5C7E89
(92,126,137)
#6C8A94
(108,138,148)
#7C969F
(124,150,159)
#8CA2AA
(140,162,170)
#9CAEB5
(156,174,181)
#ACBAC0
(172,186,192)
#BCC6CB
(188,198,203)
#CCD2D6
(204,210,214)
#DCDEE1
(220,222,225)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C727E color. Also use rgb(76,114,126) instead hex code.

Text Font Color

.myTextColor { color: #4C727E; }

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

This text font color is #4C727E.


Background Color

.myBgColor { background-color: #4C727E; }

<div style="background-color:#4C727E">Inner text</div>

This div background color is #4C727E.


Border color

.myBorderColor { border: 1px solid #4C727E; }

<div style="border:3px solid #4C727E">Div</div>

This div border color is #4C727E.


Opacity

.myOpacity80 { color: #4C727E; opacity: 0.8; }

<p style="color:#4C727E;opacity:0.8;">80%</p>

Text with #4C727E 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 #4C727E;}

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

This text has shadow with #4C727E color.

.textShadow {text-shadow: 3px 3px 1px #4C727E, 3px 3px 1px red;}

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

This text has shadow with #4C727E primary color and red secondary color.


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

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

This text has shadow with #4C727E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C727E on black background.


Color preview on white background

This text has color #4C727E on white background.



Black color preview on #4C727E background

This text has black color on #4C727E background.


White color preview on #4C727E background

This text has white color on #4C727E background.