COLOR #4C7063

HEX: #4C7063
RGB: (76,112,99)

Color info

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

RGB color model

#4C7063 color RGB value is (76,112,99).

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

RGB channels and saturation

R 76 of 255 = 30%
G 112 of 255 = 44%
B 99 of 255 = 39%

76
112
99

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

Portions of RGB colors in percentages

R + G + B =
76 + 112 + 99 = 287 (100%)
R 76 of 287 ~ 26.48%
G 112 of 287 ~ 39.02%
B 99 of 287 ~ 34.49%

%26.48
%39.02
%34.49

CMYK color model

#4C7063 color CMYK value is (32,0,12,56).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 11.61%
  • key color value is 56.08%
CMYK:
(32,0,12,56)
C32M0Y12K56 
(32%,0%,12%,56%)
(0.32/0.00/0.12/0.56)	

CMYK percentages

%32.14
%0
%11.61
%56.08

Codes

Color #4C7063 in popluar color models

4C7063
RGB7611299
HSL158°19.15%36.86%
HSB/HSV158°32.14%43.92%
CMYK32.14%0.00%11.61%
56.08%

Color #4C7063 in popluar number systems.

HEX4C7063
Decimal7611299
Binary100110011100001100011
Octal114160143

Shades and tints

Shades of #4C7063

#4C7063
(76,112,99)
#46665A
(70,102,90)
#405C51
(64,92,81)
#3A5248
(58,82,72)
#34483F
(52,72,63)
#2E3E36
(46,62,54)
#28342D
(40,52,45)
#222A24
(34,42,36)
#1C201B
(28,32,27)
#161612
(22,22,18)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #4C7063

#4C7063
(76,112,99)
#5C7D71
(92,125,113)
#6C8A7F
(108,138,127)
#7C978D
(124,151,141)
#8CA49B
(140,164,155)
#9CB1A9
(156,177,169)
#ACBEB7
(172,190,183)
#BCCBC5
(188,203,197)
#CCD8D3
(204,216,211)
#DCE5E1
(220,229,225)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7063; }

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

This text font color is #4C7063.


Background Color

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

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

This div background color is #4C7063.


Border color

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

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

This div border color is #4C7063.


Opacity

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

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

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

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

This text has shadow with #4C7063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7063 on black background.


Color preview on white background

This text has color #4C7063 on white background.



Black color preview on #4C7063 background

This text has black color on #4C7063 background.


White color preview on #4C7063 background

This text has white color on #4C7063 background.