COLOR #4C785D

HEX: #4C785D
RGB: (76,120,93)

Color info

#4C785D contains red, green and blue colors in about the same proportion. Web safe color of #4C785D is #336666 (or #366).

RGB color model

#4C785D color RGB value is (76,120,93).

  • red value is 76;
  • green value is 120;
  • blue value is 93.
RGB:
(76,120,93)
(30%,47%,36%)

RGB channels and saturation

R 76 of 255 = 30%
G 120 of 255 = 47%
B 93 of 255 = 36%

76
120
93

R + G + B ~ 38%. #4C785D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 120 + 93 = 289 (100%)
R 76 of 289 ~ 26.3%
G 120 of 289 ~ 41.52%
B 93 of 289 ~ 32.18%

%26.3
%41.52
%32.18

CMYK color model

#4C785D color CMYK value is (37,0,23,53).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 52.94%
CMYK:
(37,0,23,53)
C37M0Y23K53 
(37%,0%,23%,53%)
(0.37/0.00/0.23/0.53)	

CMYK percentages

%36.67
%0
%22.5
%52.94

Codes

Color #4C785D in popluar color models

4C785D
RGB7612093
HSL143°22.45%38.43%
HSB/HSV143°36.67%47.06%
CMYK36.67%0.00%22.50%
52.94%

Color #4C785D in popluar number systems.

HEX4C785D
Decimal7612093
Binary100110011110001011101
Octal114170135

Shades and tints

Shades of #4C785D

#4C785D
(76,120,93)
#466E55
(70,110,85)
#40644D
(64,100,77)
#3A5A45
(58,90,69)
#34503D
(52,80,61)
#2E4635
(46,70,53)
#283C2D
(40,60,45)
#223225
(34,50,37)
#1C281D
(28,40,29)
#161E15
(22,30,21)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #4C785D

#4C785D
(76,120,93)
#5C846B
(92,132,107)
#6C9079
(108,144,121)
#7C9C87
(124,156,135)
#8CA895
(140,168,149)
#9CB4A3
(156,180,163)
#ACC0B1
(172,192,177)
#BCCCBF
(188,204,191)
#CCD8CD
(204,216,205)
#DCE4DB
(220,228,219)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C785D color. Also use rgb(76,120,93) instead hex code.

Text Font Color

.myTextColor { color: #4C785D; }

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

This text font color is #4C785D.


Background Color

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

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

This div background color is #4C785D.


Border color

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

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

This div border color is #4C785D.


Opacity

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

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

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

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

This text has shadow with #4C785D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C785D on black background.


Color preview on white background

This text has color #4C785D on white background.



Black color preview on #4C785D background

This text has black color on #4C785D background.


White color preview on #4C785D background

This text has white color on #4C785D background.