COLOR #4F9210

HEX: #4F9210
RGB: (79,146,16)

Color info

#4F9210 contains mainly green color. Web safe color of #4F9210 is #669900 (or #690).

RGB color model

#4F9210 color RGB value is (79,146,16).

  • red value is 79;
  • green value is 146;
  • blue value is 16.
RGB:
(79,146,16)
(31%,57%,6%)

RGB channels and saturation

R 79 of 255 = 31%
G 146 of 255 = 57%
B 16 of 255 = 6%

79
146
16

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

Portions of RGB colors in percentages

R + G + B =
79 + 146 + 16 = 241 (100%)
R 79 of 241 ~ 32.78%
G 146 of 241 ~ 60.58%
B 16 of 241 ~ 6.64%

%32.78
%60.58

CMYK color model

#4F9210 color CMYK value is (46,0,89,43).

  • cyan value is 45.89%
  • magenta value is 0.00%
  • yellow value is 89.04%
  • key color value is 42.75%
CMYK:
(46,0,89,43)
C46M0Y89K43 
(46%,0%,89%,43%)
(0.46/0.00/0.89/0.43)	

CMYK percentages

%45.89
%0
%89.04
%42.75

Codes

Color #4F9210 in popluar color models

4F9210
RGB7914616
HSL91°80.25%31.76%
HSB/HSV91°89.04%57.25%
CMYK45.89%0.00%89.04%
42.75%

Color #4F9210 in popluar number systems.

HEX4F9210
Decimal7914616
Binary10011111001001010000
Octal11722220

Shades and tints

Shades of #4F9210

#4F9210
(79,146,16)
#48850F
(72,133,15)
#41780E
(65,120,14)
#3A6B0D
(58,107,13)
#335E0C
(51,94,12)
#2C510B
(44,81,11)
#25440A
(37,68,10)
#1E3709
(30,55,9)
#172A08
(23,42,8)
#101D07
(16,29,7)
#091006
(9,16,6)
#000000
(0,0,0)

Tints of #4F9210

#4F9210
(79,146,16)
#5F9B25
(95,155,37)
#6FA43A
(111,164,58)
#7FAD4F
(127,173,79)
#8FB664
(143,182,100)
#9FBF79
(159,191,121)
#AFC88E
(175,200,142)
#BFD1A3
(191,209,163)
#CFDAB8
(207,218,184)
#DFE3CD
(223,227,205)
#EFECE2
(239,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9210 color. Also use rgb(79,146,16) instead hex code.

Text Font Color

.myTextColor { color: #4F9210; }

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

This text font color is #4F9210.


Background Color

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

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

This div background color is #4F9210.


Border color

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

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

This div border color is #4F9210.


Opacity

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

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

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

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

This text has shadow with #4F9210 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F9210 on black background.


Color preview on white background

This text has color #4F9210 on white background.



Black color preview on #4F9210 background

This text has black color on #4F9210 background.


White color preview on #4F9210 background

This text has white color on #4F9210 background.