COLOR #4C8C6D

HEX: #4C8C6D
RGB: (76,140,109)

Color info

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

RGB color model

#4C8C6D color RGB value is (76,140,109).

  • red value is 76;
  • green value is 140;
  • blue value is 109.
RGB:
(76,140,109)
(30%,55%,43%)

RGB channels and saturation

R 76 of 255 = 30%
G 140 of 255 = 55%
B 109 of 255 = 43%

76
140
109

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

Portions of RGB colors in percentages

R + G + B =
76 + 140 + 109 = 325 (100%)
R 76 of 325 ~ 23.38%
G 140 of 325 ~ 43.08%
B 109 of 325 ~ 33.54%

%23.38
%43.08
%33.54

CMYK color model

#4C8C6D color CMYK value is (46,0,22,45).

  • cyan value is 45.71%
  • magenta value is 0.00%
  • yellow value is 22.14%
  • key color value is 45.10%
CMYK:
(46,0,22,45)
C46M0Y22K45 
(46%,0%,22%,45%)
(0.46/0.00/0.22/0.45)	

CMYK percentages

%45.71
%0
%22.14
%45.1

Codes

Color #4C8C6D in popluar color models

4C8C6D
RGB76140109
HSL151°29.63%42.35%
HSB/HSV151°45.71%54.90%
CMYK45.71%0.00%22.14%
45.10%

Color #4C8C6D in popluar number systems.

HEX4C8C6D
Decimal76140109
Binary1001100100011001101101
Octal114214155

Shades and tints

Shades of #4C8C6D

#4C8C6D
(76,140,109)
#468064
(70,128,100)
#40745B
(64,116,91)
#3A6852
(58,104,82)
#345C49
(52,92,73)
#2E5040
(46,80,64)
#284437
(40,68,55)
#22382E
(34,56,46)
#1C2C25
(28,44,37)
#16201C
(22,32,28)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #4C8C6D

#4C8C6D
(76,140,109)
#5C967A
(92,150,122)
#6CA087
(108,160,135)
#7CAA94
(124,170,148)
#8CB4A1
(140,180,161)
#9CBEAE
(156,190,174)
#ACC8BB
(172,200,187)
#BCD2C8
(188,210,200)
#CCDCD5
(204,220,213)
#DCE6E2
(220,230,226)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8C6D color. Also use rgb(76,140,109) instead hex code.

Text Font Color

.myTextColor { color: #4C8C6D; }

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

This text font color is #4C8C6D.


Background Color

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

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

This div background color is #4C8C6D.


Border color

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

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

This div border color is #4C8C6D.


Opacity

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

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

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

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

This text has shadow with #4C8C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8C6D on black background.


Color preview on white background

This text has color #4C8C6D on white background.



Black color preview on #4C8C6D background

This text has black color on #4C8C6D background.


White color preview on #4C8C6D background

This text has white color on #4C8C6D background.