COLOR #4C931B

HEX: #4C931B
RGB: (76,147,27)

Color info

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

RGB color model

#4C931B color RGB value is (76,147,27).

  • red value is 76;
  • green value is 147;
  • blue value is 27.
RGB:
(76,147,27)
(30%,58%,11%)

RGB channels and saturation

R 76 of 255 = 30%
G 147 of 255 = 58%
B 27 of 255 = 11%

76
147
27

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

Portions of RGB colors in percentages

R + G + B =
76 + 147 + 27 = 250 (100%)
R 76 of 250 ~ 30.4%
G 147 of 250 ~ 58.8%
B 27 of 250 ~ 10.8%

%30.4
%58.8
%10.8

CMYK color model

#4C931B color CMYK value is (48,0,82,42).

  • cyan value is 48.30%
  • magenta value is 0.00%
  • yellow value is 81.63%
  • key color value is 42.35%
CMYK:
(48,0,82,42)
C48M0Y82K42 
(48%,0%,82%,42%)
(0.48/0.00/0.82/0.42)	

CMYK percentages

%48.3
%0
%81.63
%42.35

Codes

Color #4C931B in popluar color models

4C931B
RGB7614727
HSL96°68.97%34.12%
HSB/HSV96°81.63%57.65%
CMYK48.30%0.00%81.63%
42.35%

Color #4C931B in popluar number systems.

HEX4C931B
Decimal7614727
Binary10011001001001111011
Octal11422333

Shades and tints

Shades of #4C931B

#4C931B
(76,147,27)
#468619
(70,134,25)
#407917
(64,121,23)
#3A6C15
(58,108,21)
#345F13
(52,95,19)
#2E5211
(46,82,17)
#28450F
(40,69,15)
#22380D
(34,56,13)
#1C2B0B
(28,43,11)
#161E09
(22,30,9)
#101107
(16,17,7)
#000000
(0,0,0)

Tints of #4C931B

#4C931B
(76,147,27)
#5C9C2F
(92,156,47)
#6CA543
(108,165,67)
#7CAE57
(124,174,87)
#8CB76B
(140,183,107)
#9CC07F
(156,192,127)
#ACC993
(172,201,147)
#BCD2A7
(188,210,167)
#CCDBBB
(204,219,187)
#DCE4CF
(220,228,207)
#ECEDE3
(236,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C931B color. Also use rgb(76,147,27) instead hex code.

Text Font Color

.myTextColor { color: #4C931B; }

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

This text font color is #4C931B.


Background Color

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

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

This div background color is #4C931B.


Border color

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

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

This div border color is #4C931B.


Opacity

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

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

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

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

This text has shadow with #4C931B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C931B on black background.


Color preview on white background

This text has color #4C931B on white background.



Black color preview on #4C931B background

This text has black color on #4C931B background.


White color preview on #4C931B background

This text has white color on #4C931B background.