COLOR #4C7066

HEX: #4C7066
RGB: (76,112,102)

Color info

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

RGB color model

#4C7066 color RGB value is (76,112,102).

  • red value is 76;
  • green value is 112;
  • blue value is 102.
RGB:
(76,112,102)
(30%,44%,40%)

RGB channels and saturation

R 76 of 255 = 30%
G 112 of 255 = 44%
B 102 of 255 = 40%

76
112
102

R + G + B ~ 38%. #4C7066 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 112 + 102 = 290 (100%)
R 76 of 290 ~ 26.21%
G 112 of 290 ~ 38.62%
B 102 of 290 ~ 35.17%

%26.21
%38.62
%35.17

CMYK color model

#4C7066 color CMYK value is (32,0,9,56).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 8.93%
  • key color value is 56.08%
CMYK:
(32,0,9,56)
C32M0Y9K56 
(32%,0%,9%,56%)
(0.32/0.00/0.09/0.56)	

CMYK percentages

%32.14
%0
%8.93
%56.08

Codes

Color #4C7066 in popluar color models

4C7066
RGB76112102
HSL163°19.15%36.86%
HSB/HSV163°32.14%43.92%
CMYK32.14%0.00%8.93%
56.08%

Color #4C7066 in popluar number systems.

HEX4C7066
Decimal76112102
Binary100110011100001100110
Octal114160146

Shades and tints

Shades of #4C7066

#4C7066
(76,112,102)
#46665D
(70,102,93)
#405C54
(64,92,84)
#3A524B
(58,82,75)
#344842
(52,72,66)
#2E3E39
(46,62,57)
#283430
(40,52,48)
#222A27
(34,42,39)
#1C201E
(28,32,30)
#161615
(22,22,21)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #4C7066

#4C7066
(76,112,102)
#5C7D73
(92,125,115)
#6C8A80
(108,138,128)
#7C978D
(124,151,141)
#8CA49A
(140,164,154)
#9CB1A7
(156,177,167)
#ACBEB4
(172,190,180)
#BCCBC1
(188,203,193)
#CCD8CE
(204,216,206)
#DCE5DB
(220,229,219)
#ECF2E8
(236,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7066 color. Also use rgb(76,112,102) instead hex code.

Text Font Color

.myTextColor { color: #4C7066; }

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

This text font color is #4C7066.


Background Color

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

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

This div background color is #4C7066.


Border color

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

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

This div border color is #4C7066.


Opacity

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

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

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

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

This text has shadow with #4C7066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7066 on black background.


Color preview on white background

This text has color #4C7066 on white background.



Black color preview on #4C7066 background

This text has black color on #4C7066 background.


White color preview on #4C7066 background

This text has white color on #4C7066 background.