COLOR #4F9332

HEX: #4F9332 RGB: (79,147,50)

Color info

#4F9332 contains mainly green color. Web safe color of #4F9332 is #669933 (or #693).

RGB color model

#4F9332 color RGB value is (79,147,50).

RGB: (79,147,50) (31%, 58%, 20%)

RGB channels and saturation

R 79 of 255 = 31%
G 147 of 255 = 58%
B 50 of 255 = 20%

79
147
50

R + G + B ~ 36%. #4F9332 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 147 + 50 = 276 (100%)
R 79 of 276 ~ 28.62%
G 147 of 276 ~ 53.26%
B 50 of 276 ~ 18.12'%

%28.62
%53.26
%18.12

CMYK color model

#4F9332 color CMYK value is (46,0,66,42).

  • cyan value is 46.26%
  • magenta value is 0.00%
  • yellow value is 65.99%
  • key color value is 42.35%

CMYK: (46,0,66,42)
C46M0Y66K42 (46%, 0%, 66%, 42%)
(0.46 / 0.00 / 0.66 / 0.42)

CMYK percentages

%46.26
%0
%65.99
%42.35

Codes

Color #4F9332 in popluar color models

4F 93 32
RGB 79 147 50
HSL 102° 49.24% 38.63%
HSB/HSV 102° 65.99% 57.65%
CMYK 46.26% 0.00% 65.99%
42.35%

Color #4F9332 in popluar number systems.

HEX 4F 93 32
Decimal 79 147 50
Binary 1001111 10010011 110010
Octal 117 223 62

Shades and tints

Shades of #4F9332

#4F9332
(79,147,50)
#48862E
(72,134,46)
#41792A
(65,121,42)
#3A6C26
(58,108,38)
#335F22
(51,95,34)
#2C521E
(44,82,30)
#25451A
(37,69,26)
#1E3816
(30,56,22)
#172B12
(23,43,18)
#101E0E
(16,30,14)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #4F9332

#4F9332
(79,147,50)
#5F9C44
(95,156,68)
#6FA556
(111,165,86)
#7FAE68
(127,174,104)
#8FB77A
(143,183,122)
#9FC08C
(159,192,140)
#AFC99E
(175,201,158)
#BFD2B0
(191,210,176)
#CFDBC2
(207,219,194)
#DFE4D4
(223,228,212)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9332 color. Also use rgb(79,147,50) instead hex code.

Text Font Color

.myTextColor { color: #4F9332; }

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

This text font color is #4F9332.

Background Color

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

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

This div background color is #4F9332.

Border color

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

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

This div border color is #4F9332.

Opacity

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

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

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

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

This text has shadow with #4F9332 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F9332.

Preview

Color preview on black background

This text has color #4F9332 on black background.


Color preview on white background

This text has color #4F9332 on white background.


Black color preview on #4F9332 background

This text has black color on #4F9332 background.


White color preview on #4F9332 background

This text has white color on #4F9332 background.


Related colors

Complementary color

Complementary color for #hex is #B06CCD.


I love getcolorcode.com

Triadic colors

1 #324F93 and #93324F with #4F9332 are triadic colors.

2 #32934F and #934F32 with #4F9332 are triadic colors.