COLOR #4C6E56

HEX: #4C6E56
RGB: (76,110,86)

Color info

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

RGB color model

#4C6E56 color RGB value is (76,110,86).

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

RGB channels and saturation

R 76 of 255 = 30%
G 110 of 255 = 43%
B 86 of 255 = 34%

76
110
86

R + G + B ~ 36%. #4C6E56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 110 + 86 = 272 (100%)
R 76 of 272 ~ 27.94%
G 110 of 272 ~ 40.44%
B 86 of 272 ~ 31.62%

%27.94
%40.44
%31.62

CMYK color model

#4C6E56 color CMYK value is (31,0,22,57).

  • cyan value is 30.91%
  • magenta value is 0.00%
  • yellow value is 21.82%
  • key color value is 56.86%
CMYK:
(31,0,22,57)
C31M0Y22K57 
(31%,0%,22%,57%)
(0.31/0.00/0.22/0.57)	

CMYK percentages

%30.91
%0
%21.82
%56.86

Codes

Color #4C6E56 in popluar color models

4C6E56
RGB7611086
HSL138°18.28%36.47%
HSB/HSV138°30.91%43.14%
CMYK30.91%0.00%21.82%
56.86%

Color #4C6E56 in popluar number systems.

HEX4C6E56
Decimal7611086
Binary100110011011101010110
Octal114156126

Shades and tints

Shades of #4C6E56

#4C6E56
(76,110,86)
#46644F
(70,100,79)
#405A48
(64,90,72)
#3A5041
(58,80,65)
#34463A
(52,70,58)
#2E3C33
(46,60,51)
#28322C
(40,50,44)
#222825
(34,40,37)
#1C1E1E
(28,30,30)
#161417
(22,20,23)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #4C6E56

#4C6E56
(76,110,86)
#5C7B65
(92,123,101)
#6C8874
(108,136,116)
#7C9583
(124,149,131)
#8CA292
(140,162,146)
#9CAFA1
(156,175,161)
#ACBCB0
(172,188,176)
#BCC9BF
(188,201,191)
#CCD6CE
(204,214,206)
#DCE3DD
(220,227,221)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6E56; }

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

This text font color is #4C6E56.


Background Color

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

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

This div background color is #4C6E56.


Border color

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

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

This div border color is #4C6E56.


Opacity

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

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

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

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

This text has shadow with #4C6E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6E56 on black background.


Color preview on white background

This text has color #4C6E56 on white background.



Black color preview on #4C6E56 background

This text has black color on #4C6E56 background.


White color preview on #4C6E56 background

This text has white color on #4C6E56 background.