COLOR #4C971C

HEX: #4C971C RGB: (76,151,28)

Color info

#4C971C contains mainly green color. Web safe color of #4C971C is #339933 (or #393).

RGB color model

#4C971C color RGB value is (76,151,28).

RGB: (76,151,28) (30%, 59%, 11%)

RGB channels and saturation

R 76 of 255 = 30%
G 151 of 255 = 59%
B 28 of 255 = 11%

76
151
28

R + G + B ~ 33%. #4C971C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 151 + 28 = 255 (100%)
R 76 of 255 ~ 29.8%
G 151 of 255 ~ 59.22%
B 28 of 255 ~ 10.98'%

%29.8
%59.22
%10.98

CMYK color model

#4C971C color CMYK value is (50,0,81,41).

  • cyan value is 49.67%
  • magenta value is 0.00%
  • yellow value is 81.46%
  • key color value is 40.78%
CMYK: (50,0,81,41) C50M0Y81K41 (50%,0%,81%,41%) (0.50/0.00/0.81/0.41) 

CMYK percentages

%49.67
%0
%81.46
%40.78

Codes

Color #4C971C in popluar color models

4C 97 1C
RGB 76 151 28
HSL 97° 68.72% 35.10%
HSB/HSV 97° 81.46% 59.22%
CMYK 49.67% 0.00% 81.46%
40.78%

Color #4C971C in popluar number systems.

HEX 4C 97 1C
Decimal 76 151 28
Binary 1001100 10010111 11100
Octal 114 227 34

Shades and tints

Shades of #4C971C

#4C971C
(76,151,28)
#468A1A
(70,138,26)
#407D18
(64,125,24)
#3A7016
(58,112,22)
#346314
(52,99,20)
#2E5612
(46,86,18)
#284910
(40,73,16)
#223C0E
(34,60,14)
#1C2F0C
(28,47,12)
#16220A
(22,34,10)
#101508
(16,21,8)
#000000
(0,0,0)

Tints of #4C971C

#4C971C
(76,151,28)
#5CA030
(92,160,48)
#6CA944
(108,169,68)
#7CB258
(124,178,88)
#8CBB6C
(140,187,108)
#9CC480
(156,196,128)
#ACCD94
(172,205,148)
#BCD6A8
(188,214,168)
#CCDFBC
(204,223,188)
#DCE8D0
(220,232,208)
#ECF1E4
(236,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C971C color. Also use rgb(76,151,28) instead hex code.

Text Font Color

.myTextColor { color: #4C971C; }

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

This text font color is #4C971C.

Background Color

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

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

This div background color is #4C971C.

Border color

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

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

This div border color is #4C971C.

Opacity

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

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

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

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

This text has shadow with #4C971C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C971C.

Preview

Color preview on black background

This text has color #4C971C on black background.


Color preview on white background

This text has color #4C971C on white background.


Black color preview on #4C971C background

This text has black color on #4C971C background.


White color preview on #4C971C background

This text has white color on #4C971C background.


Related colors

Complementary color

Complementary color for #hex is #B368E3.


I love getcolorcode.com

Triadic colors

1 #1C4C97 and #971C4C with #4C971C are triadic colors.

2 #1C974C and #974C1C with #4C971C are triadic colors.