COLOR #4C6C57

HEX: #4C6C57
RGB: (76,108,87)

Color info

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

RGB color model

#4C6C57 color RGB value is (76,108,87).

  • red value is 76;
  • green value is 108;
  • blue value is 87.
RGB:
(76,108,87)
(30%,42%,34%)

RGB channels and saturation

R 76 of 255 = 30%
G 108 of 255 = 42%
B 87 of 255 = 34%

76
108
87

R + G + B ~ 35%. #4C6C57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 108 + 87 = 271 (100%)
R 76 of 271 ~ 28.04%
G 108 of 271 ~ 39.85%
B 87 of 271 ~ 32.1%

%28.04
%39.85
%32.1

CMYK color model

#4C6C57 color CMYK value is (30,0,19,58).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 57.65%
CMYK:
(30,0,19,58)
C30M0Y19K58 
(30%,0%,19%,58%)
(0.30/0.00/0.19/0.58)	

CMYK percentages

%29.63
%0
%19.44
%57.65

Codes

Color #4C6C57 in popluar color models

4C6C57
RGB7610887
HSL141°17.39%36.08%
HSB/HSV141°29.63%42.35%
CMYK29.63%0.00%19.44%
57.65%

Color #4C6C57 in popluar number systems.

HEX4C6C57
Decimal7610887
Binary100110011011001010111
Octal114154127

Shades and tints

Shades of #4C6C57

#4C6C57
(76,108,87)
#466350
(70,99,80)
#405A49
(64,90,73)
#3A5142
(58,81,66)
#34483B
(52,72,59)
#2E3F34
(46,63,52)
#28362D
(40,54,45)
#222D26
(34,45,38)
#1C241F
(28,36,31)
#161B18
(22,27,24)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #4C6C57

#4C6C57
(76,108,87)
#5C7966
(92,121,102)
#6C8675
(108,134,117)
#7C9384
(124,147,132)
#8CA093
(140,160,147)
#9CADA2
(156,173,162)
#ACBAB1
(172,186,177)
#BCC7C0
(188,199,192)
#CCD4CF
(204,212,207)
#DCE1DE
(220,225,222)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6C57 color. Also use rgb(76,108,87) instead hex code.

Text Font Color

.myTextColor { color: #4C6C57; }

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

This text font color is #4C6C57.


Background Color

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

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

This div background color is #4C6C57.


Border color

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

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

This div border color is #4C6C57.


Opacity

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

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

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

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

This text has shadow with #4C6C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6C57 on black background.


Color preview on white background

This text has color #4C6C57 on white background.



Black color preview on #4C6C57 background

This text has black color on #4C6C57 background.


White color preview on #4C6C57 background

This text has white color on #4C6C57 background.