COLOR #4C790B

HEX: #4C790B
RGB: (76,121,11)

Color info

#4C790B contains mainly red and green colors. Web safe color of #4C790B is #336600 (or #360).

RGB color model

#4C790B color RGB value is (76,121,11).

  • red value is 76;
  • green value is 121;
  • blue value is 11.
RGB:
(76,121,11)
(30%,47%,4%)

RGB channels and saturation

R 76 of 255 = 30%
G 121 of 255 = 47%
B 11 of 255 = 4%

76
121
11

R + G + B ~ 27%. #4C790B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 121 + 11 = 208 (100%)
R 76 of 208 ~ 36.54%
G 121 of 208 ~ 58.17%
B 11 of 208 ~ 5.29%

%36.54
%58.17

CMYK color model

#4C790B color CMYK value is (37,0,91,53).

  • cyan value is 37.19%
  • magenta value is 0.00%
  • yellow value is 90.91%
  • key color value is 52.55%
CMYK:
(37,0,91,53)
C37M0Y91K53 
(37%,0%,91%,53%)
(0.37/0.00/0.91/0.53)	

CMYK percentages

%37.19
%0
%90.91
%52.55

Codes

Color #4C790B in popluar color models

4C790B
RGB7612111
HSL85°83.33%25.88%
HSB/HSV85°90.91%47.45%
CMYK37.19%0.00%90.91%
52.55%

Color #4C790B in popluar number systems.

HEX4C790B
Decimal7612111
Binary100110011110011011
Octal11417113

Shades and tints

Shades of #4C790B

#4C790B
(76,121,11)
#466E0A
(70,110,10)
#406309
(64,99,9)
#3A5808
(58,88,8)
#344D07
(52,77,7)
#2E4206
(46,66,6)
#283705
(40,55,5)
#222C04
(34,44,4)
#1C2103
(28,33,3)
#161602
(22,22,2)
#100B01
(16,11,1)
#000000
(0,0,0)

Tints of #4C790B

#4C790B
(76,121,11)
#5C8521
(92,133,33)
#6C9137
(108,145,55)
#7C9D4D
(124,157,77)
#8CA963
(140,169,99)
#9CB579
(156,181,121)
#ACC18F
(172,193,143)
#BCCDA5
(188,205,165)
#CCD9BB
(204,217,187)
#DCE5D1
(220,229,209)
#ECF1E7
(236,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C790B color. Also use rgb(76,121,11) instead hex code.

Text Font Color

.myTextColor { color: #4C790B; }

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

This text font color is #4C790B.


Background Color

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

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

This div background color is #4C790B.


Border color

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

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

This div border color is #4C790B.


Opacity

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

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

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

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

This text has shadow with #4C790B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C790B on black background.


Color preview on white background

This text has color #4C790B on white background.



Black color preview on #4C790B background

This text has black color on #4C790B background.


White color preview on #4C790B background

This text has white color on #4C790B background.