COLOR #4C8668

HEX: #4C8668
RGB: (76,134,104)

Color info

#4C8668 contains red, green and blue colors in about the same proportion. Web safe color of #4C8668 is #339966 (or #396).

RGB color model

#4C8668 color RGB value is (76,134,104).

  • red value is 76;
  • green value is 134;
  • blue value is 104.
RGB:
(76,134,104)
(30%,53%,41%)

RGB channels and saturation

R 76 of 255 = 30%
G 134 of 255 = 53%
B 104 of 255 = 41%

76
134
104

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

Portions of RGB colors in percentages

R + G + B =
76 + 134 + 104 = 314 (100%)
R 76 of 314 ~ 24.2%
G 134 of 314 ~ 42.68%
B 104 of 314 ~ 33.12%

%24.2
%42.68
%33.12

CMYK color model

#4C8668 color CMYK value is (43,0,22,47).

  • cyan value is 43.28%
  • magenta value is 0.00%
  • yellow value is 22.39%
  • key color value is 47.45%
CMYK:
(43,0,22,47)
C43M0Y22K47 
(43%,0%,22%,47%)
(0.43/0.00/0.22/0.47)	

CMYK percentages

%43.28
%0
%22.39
%47.45

Codes

Color #4C8668 in popluar color models

4C8668
RGB76134104
HSL149°27.62%41.18%
HSB/HSV149°43.28%52.55%
CMYK43.28%0.00%22.39%
47.45%

Color #4C8668 in popluar number systems.

HEX4C8668
Decimal76134104
Binary1001100100001101101000
Octal114206150

Shades and tints

Shades of #4C8668

#4C8668
(76,134,104)
#467A5F
(70,122,95)
#406E56
(64,110,86)
#3A624D
(58,98,77)
#345644
(52,86,68)
#2E4A3B
(46,74,59)
#283E32
(40,62,50)
#223229
(34,50,41)
#1C2620
(28,38,32)
#161A17
(22,26,23)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #4C8668

#4C8668
(76,134,104)
#5C9175
(92,145,117)
#6C9C82
(108,156,130)
#7CA78F
(124,167,143)
#8CB29C
(140,178,156)
#9CBDA9
(156,189,169)
#ACC8B6
(172,200,182)
#BCD3C3
(188,211,195)
#CCDED0
(204,222,208)
#DCE9DD
(220,233,221)
#ECF4EA
(236,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8668 color. Also use rgb(76,134,104) instead hex code.

Text Font Color

.myTextColor { color: #4C8668; }

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

This text font color is #4C8668.


Background Color

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

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

This div background color is #4C8668.


Border color

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

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

This div border color is #4C8668.


Opacity

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

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

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

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

This text has shadow with #4C8668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8668 on black background.


Color preview on white background

This text has color #4C8668 on white background.



Black color preview on #4C8668 background

This text has black color on #4C8668 background.


White color preview on #4C8668 background

This text has white color on #4C8668 background.