COLOR #4C897F

HEX: #4C897F
RGB: (76,137,127)

Color info

#4C897F contains mainly green and blue colors. Web safe color of #4C897F is #339966 (or #396).

RGB color model

#4C897F color RGB value is (76,137,127).

  • red value is 76;
  • green value is 137;
  • blue value is 127.
RGB:
(76,137,127)
(30%,54%,50%)

RGB channels and saturation

R 76 of 255 = 30%
G 137 of 255 = 54%
B 127 of 255 = 50%

76
137
127

R + G + B ~ 45%. #4C897F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
76 + 137 + 127 = 340 (100%)
R 76 of 340 ~ 22.35%
G 137 of 340 ~ 40.29%
B 127 of 340 ~ 37.35%

%22.35
%40.29
%37.35

CMYK color model

#4C897F color CMYK value is (45,0,7,46).

  • cyan value is 44.53%
  • magenta value is 0.00%
  • yellow value is 7.30%
  • key color value is 46.27%
CMYK:
(45,0,7,46)
C45M0Y7K46 
(45%,0%,7%,46%)
(0.45/0.00/0.07/0.46)	

CMYK percentages

%44.53
%0
%7.3
%46.27

Codes

Color #4C897F in popluar color models

4C897F
RGB76137127
HSL170°28.64%41.76%
HSB/HSV170°44.53%53.73%
CMYK44.53%0.00%7.30%
46.27%

Color #4C897F in popluar number systems.

HEX4C897F
Decimal76137127
Binary1001100100010011111111
Octal114211177

Shades and tints

Shades of #4C897F

#4C897F
(76,137,127)
#467D74
(70,125,116)
#407169
(64,113,105)
#3A655E
(58,101,94)
#345953
(52,89,83)
#2E4D48
(46,77,72)
#28413D
(40,65,61)
#223532
(34,53,50)
#1C2927
(28,41,39)
#161D1C
(22,29,28)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #4C897F

#4C897F
(76,137,127)
#5C938A
(92,147,138)
#6C9D95
(108,157,149)
#7CA7A0
(124,167,160)
#8CB1AB
(140,177,171)
#9CBBB6
(156,187,182)
#ACC5C1
(172,197,193)
#BCCFCC
(188,207,204)
#CCD9D7
(204,217,215)
#DCE3E2
(220,227,226)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C897F color. Also use rgb(76,137,127) instead hex code.

Text Font Color

.myTextColor { color: #4C897F; }

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

This text font color is #4C897F.


Background Color

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

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

This div background color is #4C897F.


Border color

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

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

This div border color is #4C897F.


Opacity

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

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

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

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

This text has shadow with #4C897F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C897F on black background.


Color preview on white background

This text has color #4C897F on white background.



Black color preview on #4C897F background

This text has black color on #4C897F background.


White color preview on #4C897F background

This text has white color on #4C897F background.