COLOR #4C6963

HEX: #4C6963
RGB: (76,105,99)

Color info

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

RGB color model

#4C6963 color RGB value is (76,105,99).

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

RGB channels and saturation

R 76 of 255 = 30%
G 105 of 255 = 41%
B 99 of 255 = 39%

76
105
99

R + G + B ~ 37%. #4C6963 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 105 + 99 = 280 (100%)
R 76 of 280 ~ 27.14%
G 105 of 280 ~ 37.5%
B 99 of 280 ~ 35.36%

%27.14
%37.5
%35.36

CMYK color model

#4C6963 color CMYK value is (28,0,6,59).

  • cyan value is 27.62%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 58.82%
CMYK:
(28,0,6,59)
C28M0Y6K59 
(28%,0%,6%,59%)
(0.28/0.00/0.06/0.59)	

CMYK percentages

%27.62
%0
%5.71
%58.82

Codes

Color #4C6963 in popluar color models

4C6963
RGB7610599
HSL168°16.02%35.49%
HSB/HSV168°27.62%41.18%
CMYK27.62%0.00%5.71%
58.82%

Color #4C6963 in popluar number systems.

HEX4C6963
Decimal7610599
Binary100110011010011100011
Octal114151143

Shades and tints

Shades of #4C6963

#4C6963
(76,105,99)
#46605A
(70,96,90)
#405751
(64,87,81)
#3A4E48
(58,78,72)
#34453F
(52,69,63)
#2E3C36
(46,60,54)
#28332D
(40,51,45)
#222A24
(34,42,36)
#1C211B
(28,33,27)
#161812
(22,24,18)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #4C6963

#4C6963
(76,105,99)
#5C7671
(92,118,113)
#6C837F
(108,131,127)
#7C908D
(124,144,141)
#8C9D9B
(140,157,155)
#9CAAA9
(156,170,169)
#ACB7B7
(172,183,183)
#BCC4C5
(188,196,197)
#CCD1D3
(204,209,211)
#DCDEE1
(220,222,225)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6963; }

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

This text font color is #4C6963.


Background Color

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

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

This div background color is #4C6963.


Border color

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

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

This div border color is #4C6963.


Opacity

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

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

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

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

This text has shadow with #4C6963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6963 on black background.


Color preview on white background

This text has color #4C6963 on white background.



Black color preview on #4C6963 background

This text has black color on #4C6963 background.


White color preview on #4C6963 background

This text has white color on #4C6963 background.