COLOR #4C6E73

HEX: #4C6E73
RGB: (76,110,115)

Color info

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

RGB color model

#4C6E73 color RGB value is (76,110,115).

  • red value is 76;
  • green value is 110;
  • blue value is 115.
RGB:
(76,110,115)
(30%,43%,45%)

RGB channels and saturation

R 76 of 255 = 30%
G 110 of 255 = 43%
B 115 of 255 = 45%

76
110
115

R + G + B ~ 39%. #4C6E73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 110 + 115 = 301 (100%)
R 76 of 301 ~ 25.25%
G 110 of 301 ~ 36.54%
B 115 of 301 ~ 38.21%

%25.25
%36.54
%38.21

CMYK color model

#4C6E73 color CMYK value is (34,4,0,55).

  • cyan value is 33.91%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(34,4,0,55)
C34M4Y0K55 
(34%,4%,0%,55%)
(0.34/0.04/0.00/0.55)	

CMYK percentages

%33.91
%4.35
%0
%54.9

Codes

Color #4C6E73 in popluar color models

4C6E73
RGB76110115
HSL188°20.42%37.45%
HSB/HSV188°33.91%45.10%
CMYK33.91%4.35%0.00%
54.90%

Color #4C6E73 in popluar number systems.

HEX4C6E73
Decimal76110115
Binary100110011011101110011
Octal114156163

Shades and tints

Shades of #4C6E73

#4C6E73
(76,110,115)
#466469
(70,100,105)
#405A5F
(64,90,95)
#3A5055
(58,80,85)
#34464B
(52,70,75)
#2E3C41
(46,60,65)
#283237
(40,50,55)
#22282D
(34,40,45)
#1C1E23
(28,30,35)
#161419
(22,20,25)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #4C6E73

#4C6E73
(76,110,115)
#5C7B7F
(92,123,127)
#6C888B
(108,136,139)
#7C9597
(124,149,151)
#8CA2A3
(140,162,163)
#9CAFAF
(156,175,175)
#ACBCBB
(172,188,187)
#BCC9C7
(188,201,199)
#CCD6D3
(204,214,211)
#DCE3DF
(220,227,223)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6E73 color. Also use rgb(76,110,115) instead hex code.

Text Font Color

.myTextColor { color: #4C6E73; }

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

This text font color is #4C6E73.


Background Color

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

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

This div background color is #4C6E73.


Border color

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

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

This div border color is #4C6E73.


Opacity

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

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

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

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

This text has shadow with #4C6E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6E73 on black background.


Color preview on white background

This text has color #4C6E73 on white background.



Black color preview on #4C6E73 background

This text has black color on #4C6E73 background.


White color preview on #4C6E73 background

This text has white color on #4C6E73 background.