COLOR #4F9512

HEX: #4F9512
RGB: (79,149,18)

Color info

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

RGB color model

#4F9512 color RGB value is (79,149,18).

  • red value is 79;
  • green value is 149;
  • blue value is 18.
RGB: (79,149,18) (31%,58%,7%)

RGB channels and saturation

R 79 of 255 = 31%
G 149 of 255 = 58%
B 18 of 255 = 7%

79
149
18

R + G + B ~ 32%. #4F9512 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 149 + 18 = 246 (100%)
R 79 of 246 ~ 32.11%
G 149 of 246 ~ 60.57%
B 18 of 246 ~ 7.32%

%32.11
%60.57

CMYK color model

#4F9512 color CMYK value is (47,0,88,42).

  • cyan value is 46.98%
  • magenta value is 0.00%
  • yellow value is 87.92%
  • key color value is 41.57%
CMYK: (47,0,88,42) C47M0Y88K42 (47%,0%,88%,42%) (0.47/0.00/0.88/0.42)

CMYK percentages

%46.98
%0
%87.92
%41.57

Codes

Color #4F9512 in popluar color models

4F9512
RGB7914918
HSL92°78.44%32.75%
HSB/HSV92°87.92%58.43%
CMYK46.98%0.00%87.92%
41.57%

Color #4F9512 in popluar number systems.

HEX4F9512
Decimal7914918
Binary10011111001010110010
Octal11722522

Shades and tints

Shades of #4F9512

#4F9512
(79,149,18)
#488811
(72,136,17)
#417B10
(65,123,16)
#3A6E0F
(58,110,15)
#33610E
(51,97,14)
#2C540D
(44,84,13)
#25470C
(37,71,12)
#1E3A0B
(30,58,11)
#172D0A
(23,45,10)
#102009
(16,32,9)
#091308
(9,19,8)
#000000
(0,0,0)

Tints of #4F9512

#4F9512
(79,149,18)
#5F9E27
(95,158,39)
#6FA73C
(111,167,60)
#7FB051
(127,176,81)
#8FB966
(143,185,102)
#9FC27B
(159,194,123)
#AFCB90
(175,203,144)
#BFD4A5
(191,212,165)
#CFDDBA
(207,221,186)
#DFE6CF
(223,230,207)
#EFEFE4
(239,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9512 color. Also use rgb(79,149,18) instead hex code.

Text Font Color

.myTextColor { color: #4F9512; }

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

This text font color is #4F9512.


Background Color

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

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

This div background color is #4F9512.


Border color

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

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

This div border color is #4F9512.


Opacity

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

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

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

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

This text has shadow with #4F9512 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4F9512 on black background.


Color preview on white background

This text has color #4F9512 on white background.



Black color preview on #4F9512 background

This text has black color on #4F9512 background.


White color preview on #4F9512 background

This text has white color on #4F9512 background.