COLOR #4C9672

HEX: #4C9672
RGB: (76,150,114)

Color info

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

RGB color model

#4C9672 color RGB value is (76,150,114).

  • red value is 76;
  • green value is 150;
  • blue value is 114.
RGB:
(76,150,114)
(30%,59%,45%)

RGB channels and saturation

R 76 of 255 = 30%
G 150 of 255 = 59%
B 114 of 255 = 45%

76
150
114

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

Portions of RGB colors in percentages

R + G + B =
76 + 150 + 114 = 340 (100%)
R 76 of 340 ~ 22.35%
G 150 of 340 ~ 44.12%
B 114 of 340 ~ 33.53%

%22.35
%44.12
%33.53

CMYK color model

#4C9672 color CMYK value is (49,0,24,41).

  • cyan value is 49.33%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 41.18%
CMYK:
(49,0,24,41)
C49M0Y24K41 
(49%,0%,24%,41%)
(0.49/0.00/0.24/0.41)	

CMYK percentages

%49.33
%0
%24
%41.18

Codes

Color #4C9672 in popluar color models

4C9672
RGB76150114
HSL151°32.74%44.31%
HSB/HSV151°49.33%58.82%
CMYK49.33%0.00%24.00%
41.18%

Color #4C9672 in popluar number systems.

HEX4C9672
Decimal76150114
Binary1001100100101101110010
Octal114226162

Shades and tints

Shades of #4C9672

#4C9672
(76,150,114)
#468968
(70,137,104)
#407C5E
(64,124,94)
#3A6F54
(58,111,84)
#34624A
(52,98,74)
#2E5540
(46,85,64)
#284836
(40,72,54)
#223B2C
(34,59,44)
#1C2E22
(28,46,34)
#162118
(22,33,24)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #4C9672

#4C9672
(76,150,114)
#5C9F7E
(92,159,126)
#6CA88A
(108,168,138)
#7CB196
(124,177,150)
#8CBAA2
(140,186,162)
#9CC3AE
(156,195,174)
#ACCCBA
(172,204,186)
#BCD5C6
(188,213,198)
#CCDED2
(204,222,210)
#DCE7DE
(220,231,222)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9672 color. Also use rgb(76,150,114) instead hex code.

Text Font Color

.myTextColor { color: #4C9672; }

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

This text font color is #4C9672.


Background Color

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

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

This div background color is #4C9672.


Border color

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

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

This div border color is #4C9672.


Opacity

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

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

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

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

This text has shadow with #4C9672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9672 on black background.


Color preview on white background

This text has color #4C9672 on white background.



Black color preview on #4C9672 background

This text has black color on #4C9672 background.


White color preview on #4C9672 background

This text has white color on #4C9672 background.