COLOR #4C785B

HEX: #4C785B
RGB: (76,120,91)

Color info

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

RGB color model

#4C785B color RGB value is (76,120,91).

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

RGB channels and saturation

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

76
120
91

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

Portions of RGB colors in percentages

R + G + B =
76 + 120 + 91 = 287 (100%)
R 76 of 287 ~ 26.48%
G 120 of 287 ~ 41.81%
B 91 of 287 ~ 31.71%

%26.48
%41.81
%31.71

CMYK color model

#4C785B color CMYK value is (37,0,24,53).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 24.17%
  • key color value is 52.94%
CMYK:
(37,0,24,53)
C37M0Y24K53 
(37%,0%,24%,53%)
(0.37/0.00/0.24/0.53)	

CMYK percentages

%36.67
%0
%24.17
%52.94

Codes

Color #4C785B in popluar color models

4C785B
RGB7612091
HSL140°22.45%38.43%
HSB/HSV140°36.67%47.06%
CMYK36.67%0.00%24.17%
52.94%

Color #4C785B in popluar number systems.

HEX4C785B
Decimal7612091
Binary100110011110001011011
Octal114170133

Shades and tints

Shades of #4C785B

#4C785B
(76,120,91)
#466E53
(70,110,83)
#40644B
(64,100,75)
#3A5A43
(58,90,67)
#34503B
(52,80,59)
#2E4633
(46,70,51)
#283C2B
(40,60,43)
#223223
(34,50,35)
#1C281B
(28,40,27)
#161E13
(22,30,19)
#10140B
(16,20,11)
#000000
(0,0,0)

Tints of #4C785B

#4C785B
(76,120,91)
#5C8469
(92,132,105)
#6C9077
(108,144,119)
#7C9C85
(124,156,133)
#8CA893
(140,168,147)
#9CB4A1
(156,180,161)
#ACC0AF
(172,192,175)
#BCCCBD
(188,204,189)
#CCD8CB
(204,216,203)
#DCE4D9
(220,228,217)
#ECF0E7
(236,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C785B; }

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

This text font color is #4C785B.


Background Color

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

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

This div background color is #4C785B.


Border color

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

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

This div border color is #4C785B.


Opacity

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

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

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

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

This text has shadow with #4C785B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C785B on black background.


Color preview on white background

This text has color #4C785B on white background.



Black color preview on #4C785B background

This text has black color on #4C785B background.


White color preview on #4C785B background

This text has white color on #4C785B background.