COLOR #4C727D

HEX: #4C727D
RGB: (76,114,125)

Color info

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

RGB color model

#4C727D color RGB value is (76,114,125).

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

RGB channels and saturation

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

76
114
125

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

Portions of RGB colors in percentages

R + G + B =
76 + 114 + 125 = 315 (100%)
R 76 of 315 ~ 24.13%
G 114 of 315 ~ 36.19%
B 125 of 315 ~ 39.68%

%24.13
%36.19
%39.68

CMYK color model

#4C727D color CMYK value is (39,9,0,51).

  • cyan value is 39.20%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(39,9,0,51)
C39M9Y0K51 
(39%,9%,0%,51%)
(0.39/0.09/0.00/0.51)	

CMYK percentages

%39.2
%8.8
%0
%50.98

Codes

Color #4C727D in popluar color models

4C727D
RGB76114125
HSL193°24.38%39.41%
HSB/HSV193°39.20%49.02%
CMYK39.20%8.80%0.00%
50.98%

Color #4C727D in popluar number systems.

HEX4C727D
Decimal76114125
Binary100110011100101111101
Octal114162175

Shades and tints

Shades of #4C727D

#4C727D
(76,114,125)
#466872
(70,104,114)
#405E67
(64,94,103)
#3A545C
(58,84,92)
#344A51
(52,74,81)
#2E4046
(46,64,70)
#28363B
(40,54,59)
#222C30
(34,44,48)
#1C2225
(28,34,37)
#16181A
(22,24,26)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #4C727D

#4C727D
(76,114,125)
#5C7E88
(92,126,136)
#6C8A93
(108,138,147)
#7C969E
(124,150,158)
#8CA2A9
(140,162,169)
#9CAEB4
(156,174,180)
#ACBABF
(172,186,191)
#BCC6CA
(188,198,202)
#CCD2D5
(204,210,213)
#DCDEE0
(220,222,224)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C727D; }

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

This text font color is #4C727D.


Background Color

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

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

This div background color is #4C727D.


Border color

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

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

This div border color is #4C727D.


Opacity

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

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

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

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

This text has shadow with #4C727D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C727D on black background.


Color preview on white background

This text has color #4C727D on white background.



Black color preview on #4C727D background

This text has black color on #4C727D background.


White color preview on #4C727D background

This text has white color on #4C727D background.