COLOR #4C6F79

HEX: #4C6F79
RGB: (76,111,121)

Color info

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

RGB color model

#4C6F79 color RGB value is (76,111,121).

  • red value is 76;
  • green value is 111;
  • blue value is 121.
RGB:
(76,111,121)
(30%,44%,47%)

RGB channels and saturation

R 76 of 255 = 30%
G 111 of 255 = 44%
B 121 of 255 = 47%

76
111
121

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

Portions of RGB colors in percentages

R + G + B =
76 + 111 + 121 = 308 (100%)
R 76 of 308 ~ 24.68%
G 111 of 308 ~ 36.04%
B 121 of 308 ~ 39.29%

%24.68
%36.04
%39.29

CMYK color model

#4C6F79 color CMYK value is (37,8,0,53).

  • cyan value is 37.19%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(37,8,0,53)
C37M8Y0K53 
(37%,8%,0%,53%)
(0.37/0.08/0.00/0.53)	

CMYK percentages

%37.19
%8.26
%0
%52.55

Codes

Color #4C6F79 in popluar color models

4C6F79
RGB76111121
HSL193°22.84%38.63%
HSB/HSV193°37.19%47.45%
CMYK37.19%8.26%0.00%
52.55%

Color #4C6F79 in popluar number systems.

HEX4C6F79
Decimal76111121
Binary100110011011111111001
Octal114157171

Shades and tints

Shades of #4C6F79

#4C6F79
(76,111,121)
#46656E
(70,101,110)
#405B63
(64,91,99)
#3A5158
(58,81,88)
#34474D
(52,71,77)
#2E3D42
(46,61,66)
#283337
(40,51,55)
#22292C
(34,41,44)
#1C1F21
(28,31,33)
#161516
(22,21,22)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #4C6F79

#4C6F79
(76,111,121)
#5C7C85
(92,124,133)
#6C8991
(108,137,145)
#7C969D
(124,150,157)
#8CA3A9
(140,163,169)
#9CB0B5
(156,176,181)
#ACBDC1
(172,189,193)
#BCCACD
(188,202,205)
#CCD7D9
(204,215,217)
#DCE4E5
(220,228,229)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6F79 color. Also use rgb(76,111,121) instead hex code.

Text Font Color

.myTextColor { color: #4C6F79; }

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

This text font color is #4C6F79.


Background Color

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

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

This div background color is #4C6F79.


Border color

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

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

This div border color is #4C6F79.


Opacity

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

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

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

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

This text has shadow with #4C6F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6F79 on black background.


Color preview on white background

This text has color #4C6F79 on white background.



Black color preview on #4C6F79 background

This text has black color on #4C6F79 background.


White color preview on #4C6F79 background

This text has white color on #4C6F79 background.