COLOR #4C6E61

HEX: #4C6E61
RGB: (76,110,97)

Color info

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

RGB color model

#4C6E61 color RGB value is (76,110,97).

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

RGB channels and saturation

R 76 of 255 = 30%
G 110 of 255 = 43%
B 97 of 255 = 38%

76
110
97

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

Portions of RGB colors in percentages

R + G + B =
76 + 110 + 97 = 283 (100%)
R 76 of 283 ~ 26.86%
G 110 of 283 ~ 38.87%
B 97 of 283 ~ 34.28%

%26.86
%38.87
%34.28

CMYK color model

#4C6E61 color CMYK value is (31,0,12,57).

  • cyan value is 30.91%
  • magenta value is 0.00%
  • yellow value is 11.82%
  • key color value is 56.86%
CMYK:
(31,0,12,57)
C31M0Y12K57 
(31%,0%,12%,57%)
(0.31/0.00/0.12/0.57)	

CMYK percentages

%30.91
%0
%11.82
%56.86

Codes

Color #4C6E61 in popluar color models

4C6E61
RGB7611097
HSL157°18.28%36.47%
HSB/HSV157°30.91%43.14%
CMYK30.91%0.00%11.82%
56.86%

Color #4C6E61 in popluar number systems.

HEX4C6E61
Decimal7611097
Binary100110011011101100001
Octal114156141

Shades and tints

Shades of #4C6E61

#4C6E61
(76,110,97)
#466459
(70,100,89)
#405A51
(64,90,81)
#3A5049
(58,80,73)
#344641
(52,70,65)
#2E3C39
(46,60,57)
#283231
(40,50,49)
#222829
(34,40,41)
#1C1E21
(28,30,33)
#161419
(22,20,25)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #4C6E61

#4C6E61
(76,110,97)
#5C7B6F
(92,123,111)
#6C887D
(108,136,125)
#7C958B
(124,149,139)
#8CA299
(140,162,153)
#9CAFA7
(156,175,167)
#ACBCB5
(172,188,181)
#BCC9C3
(188,201,195)
#CCD6D1
(204,214,209)
#DCE3DF
(220,227,223)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6E61; }

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

This text font color is #4C6E61.


Background Color

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

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

This div background color is #4C6E61.


Border color

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

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

This div border color is #4C6E61.


Opacity

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

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

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

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

This text has shadow with #4C6E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6E61 on black background.


Color preview on white background

This text has color #4C6E61 on white background.



Black color preview on #4C6E61 background

This text has black color on #4C6E61 background.


White color preview on #4C6E61 background

This text has white color on #4C6E61 background.