COLOR #4C9073

HEX: #4C9073
RGB: (76,144,115)

Color info

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

RGB color model

#4C9073 color RGB value is (76,144,115).

  • red value is 76;
  • green value is 144;
  • blue value is 115.
RGB:
(76,144,115)
(30%,56%,45%)

RGB channels and saturation

R 76 of 255 = 30%
G 144 of 255 = 56%
B 115 of 255 = 45%

76
144
115

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

Portions of RGB colors in percentages

R + G + B =
76 + 144 + 115 = 335 (100%)
R 76 of 335 ~ 22.69%
G 144 of 335 ~ 42.99%
B 115 of 335 ~ 34.33%

%22.69
%42.99
%34.33

CMYK color model

#4C9073 color CMYK value is (47,0,20,44).

  • cyan value is 47.22%
  • magenta value is 0.00%
  • yellow value is 20.14%
  • key color value is 43.53%
CMYK:
(47,0,20,44)
C47M0Y20K44 
(47%,0%,20%,44%)
(0.47/0.00/0.20/0.44)	

CMYK percentages

%47.22
%0
%20.14
%43.53

Codes

Color #4C9073 in popluar color models

4C9073
RGB76144115
HSL154°30.91%43.14%
HSB/HSV154°47.22%56.47%
CMYK47.22%0.00%20.14%
43.53%

Color #4C9073 in popluar number systems.

HEX4C9073
Decimal76144115
Binary1001100100100001110011
Octal114220163

Shades and tints

Shades of #4C9073

#4C9073
(76,144,115)
#468369
(70,131,105)
#40765F
(64,118,95)
#3A6955
(58,105,85)
#345C4B
(52,92,75)
#2E4F41
(46,79,65)
#284237
(40,66,55)
#22352D
(34,53,45)
#1C2823
(28,40,35)
#161B19
(22,27,25)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #4C9073

#4C9073
(76,144,115)
#5C9A7F
(92,154,127)
#6CA48B
(108,164,139)
#7CAE97
(124,174,151)
#8CB8A3
(140,184,163)
#9CC2AF
(156,194,175)
#ACCCBB
(172,204,187)
#BCD6C7
(188,214,199)
#CCE0D3
(204,224,211)
#DCEADF
(220,234,223)
#ECF4EB
(236,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9073 color. Also use rgb(76,144,115) instead hex code.

Text Font Color

.myTextColor { color: #4C9073; }

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

This text font color is #4C9073.


Background Color

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

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

This div background color is #4C9073.


Border color

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

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

This div border color is #4C9073.


Opacity

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

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

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

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

This text has shadow with #4C9073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9073 on black background.


Color preview on white background

This text has color #4C9073 on white background.



Black color preview on #4C9073 background

This text has black color on #4C9073 background.


White color preview on #4C9073 background

This text has white color on #4C9073 background.