COLOR #4C957C

HEX: #4C957C
RGB: (76,149,124)

Color info

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

RGB color model

#4C957C color RGB value is (76,149,124).

  • red value is 76;
  • green value is 149;
  • blue value is 124.
RGB:
(76,149,124)
(30%,58%,49%)

RGB channels and saturation

R 76 of 255 = 30%
G 149 of 255 = 58%
B 124 of 255 = 49%

76
149
124

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

Portions of RGB colors in percentages

R + G + B =
76 + 149 + 124 = 349 (100%)
R 76 of 349 ~ 21.78%
G 149 of 349 ~ 42.69%
B 124 of 349 ~ 35.53%

%21.78
%42.69
%35.53

CMYK color model

#4C957C color CMYK value is (49,0,17,42).

  • cyan value is 48.99%
  • magenta value is 0.00%
  • yellow value is 16.78%
  • key color value is 41.57%
CMYK:
(49,0,17,42)
C49M0Y17K42 
(49%,0%,17%,42%)
(0.49/0.00/0.17/0.42)	

CMYK percentages

%48.99
%0
%16.78
%41.57

Codes

Color #4C957C in popluar color models

4C957C
RGB76149124
HSL159°32.44%44.12%
HSB/HSV159°48.99%58.43%
CMYK48.99%0.00%16.78%
41.57%

Color #4C957C in popluar number systems.

HEX4C957C
Decimal76149124
Binary1001100100101011111100
Octal114225174

Shades and tints

Shades of #4C957C

#4C957C
(76,149,124)
#468871
(70,136,113)
#407B66
(64,123,102)
#3A6E5B
(58,110,91)
#346150
(52,97,80)
#2E5445
(46,84,69)
#28473A
(40,71,58)
#223A2F
(34,58,47)
#1C2D24
(28,45,36)
#162019
(22,32,25)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #4C957C

#4C957C
(76,149,124)
#5C9E87
(92,158,135)
#6CA792
(108,167,146)
#7CB09D
(124,176,157)
#8CB9A8
(140,185,168)
#9CC2B3
(156,194,179)
#ACCBBE
(172,203,190)
#BCD4C9
(188,212,201)
#CCDDD4
(204,221,212)
#DCE6DF
(220,230,223)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C957C color. Also use rgb(76,149,124) instead hex code.

Text Font Color

.myTextColor { color: #4C957C; }

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

This text font color is #4C957C.


Background Color

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

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

This div background color is #4C957C.


Border color

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

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

This div border color is #4C957C.


Opacity

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

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

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

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

This text has shadow with #4C957C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C957C on black background.


Color preview on white background

This text has color #4C957C on white background.



Black color preview on #4C957C background

This text has black color on #4C957C background.


White color preview on #4C957C background

This text has white color on #4C957C background.