COLOR #4C960E

HEX: #4C960E RGB: (76,150,14)

Color info

#4C960E contains mainly green color. Web safe color of #4C960E is #339900 (or #390).

RGB color model

#4C960E color RGB value is (76,150,14).

RGB: (76,150,14) (30%, 59%, 5%)

RGB channels and saturation

R 76 of 255 = 30%
G 150 of 255 = 59%
B 14 of 255 = 5%

76
150
14

R + G + B ~ 31%. #4C960E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 150 + 14 = 240 (100%)
R 76 of 240 ~ 31.67%
G 150 of 240 ~ 62.5%
B 14 of 240 ~ 5.83'%

%31.67
%62.5

CMYK color model

#4C960E color CMYK value is (49,0,91,41).

  • cyan value is 49.33%
  • magenta value is 0.00%
  • yellow value is 90.67%
  • key color value is 41.18%

CMYK: (49,0,91,41)
C49M0Y91K41 (49%, 0%, 91%, 41%)
(0.49 / 0.00 / 0.91 / 0.41)

CMYK percentages

%49.33
%0
%90.67
%41.18

Codes

Color #4C960E in popluar color models

4C 96 0E
RGB 76 150 14
HSL 93° 82.93% 32.16%
HSB/HSV 93° 90.67% 58.82%
CMYK 49.33% 0.00% 90.67%
41.18%

Color #4C960E in popluar number systems.

HEX 4C 96 0E
Decimal 76 150 14
Binary 1001100 10010110 1110
Octal 114 226 16

Shades and tints

Shades of #4C960E

#4C960E
(76,150,14)
#46890D
(70,137,13)
#407C0C
(64,124,12)
#3A6F0B
(58,111,11)
#34620A
(52,98,10)
#2E5509
(46,85,9)
#284808
(40,72,8)
#223B07
(34,59,7)
#1C2E06
(28,46,6)
#162105
(22,33,5)
#101404
(16,20,4)
#000000
(0,0,0)

Tints of #4C960E

#4C960E
(76,150,14)
#5C9F23
(92,159,35)
#6CA838
(108,168,56)
#7CB14D
(124,177,77)
#8CBA62
(140,186,98)
#9CC377
(156,195,119)
#ACCC8C
(172,204,140)
#BCD5A1
(188,213,161)
#CCDEB6
(204,222,182)
#DCE7CB
(220,231,203)
#ECF0E0
(236,240,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C960E color. Also use rgb(76,150,14) instead hex code.

Text Font Color

.myTextColor { color: #4C960E; }

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

This text font color is #4C960E.

Background Color

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

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

This div background color is #4C960E.

Border color

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

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

This div border color is #4C960E.

Opacity

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

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

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

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

This text has shadow with #4C960E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C960E.

Preview

Color preview on black background

This text has color #4C960E on black background.


Color preview on white background

This text has color #4C960E on white background.


Black color preview on #4C960E background

This text has black color on #4C960E background.


White color preview on #4C960E background

This text has white color on #4C960E background.


Related colors

Complementary color

Complementary color for #hex is #B369F1.


I love getcolorcode.com

Triadic colors

1 #0E4C96 and #960E4C with #4C960E are triadic colors.

2 #0E964C and #964C0E with #4C960E are triadic colors.