COLOR #4F732F

HEX: #4F732F
RGB: (79,115,47)

Color info

#4F732F contains mainly red and green colors. Web safe color of #4F732F is #666633 (or #663).

RGB color model

#4F732F color RGB value is (79,115,47).

  • red value is 79;
  • green value is 115;
  • blue value is 47.
RGB:
(79,115,47)
(31%,45%,18%)

RGB channels and saturation

R 79 of 255 = 31%
G 115 of 255 = 45%
B 47 of 255 = 18%

79
115
47

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

Portions of RGB colors in percentages

R + G + B =
79 + 115 + 47 = 241 (100%)
R 79 of 241 ~ 32.78%
G 115 of 241 ~ 47.72%
B 47 of 241 ~ 19.5%

%32.78
%47.72
%19.5

CMYK color model

#4F732F color CMYK value is (31,0,59,55).

  • cyan value is 31.30%
  • magenta value is 0.00%
  • yellow value is 59.13%
  • key color value is 54.90%
CMYK:
(31,0,59,55)
C31M0Y59K55 
(31%,0%,59%,55%)
(0.31/0.00/0.59/0.55)	

CMYK percentages

%31.3
%0
%59.13
%54.9

Codes

Color #4F732F in popluar color models

4F732F
RGB7911547
HSL92°41.98%31.76%
HSB/HSV92°59.13%45.10%
CMYK31.30%0.00%59.13%
54.90%

Color #4F732F in popluar number systems.

HEX4F732F
Decimal7911547
Binary10011111110011101111
Octal11716357

Shades and tints

Shades of #4F732F

#4F732F
(79,115,47)
#48692B
(72,105,43)
#415F27
(65,95,39)
#3A5523
(58,85,35)
#334B1F
(51,75,31)
#2C411B
(44,65,27)
#253717
(37,55,23)
#1E2D13
(30,45,19)
#17230F
(23,35,15)
#10190B
(16,25,11)
#090F07
(9,15,7)
#000000
(0,0,0)

Tints of #4F732F

#4F732F
(79,115,47)
#5F7F41
(95,127,65)
#6F8B53
(111,139,83)
#7F9765
(127,151,101)
#8FA377
(143,163,119)
#9FAF89
(159,175,137)
#AFBB9B
(175,187,155)
#BFC7AD
(191,199,173)
#CFD3BF
(207,211,191)
#DFDFD1
(223,223,209)
#EFEBE3
(239,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F732F color. Also use rgb(79,115,47) instead hex code.

Text Font Color

.myTextColor { color: #4F732F; }

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

This text font color is #4F732F.


Background Color

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

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

This div background color is #4F732F.


Border color

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

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

This div border color is #4F732F.


Opacity

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

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

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

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

This text has shadow with #4F732F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F732F on black background.


Color preview on white background

This text has color #4F732F on white background.



Black color preview on #4F732F background

This text has black color on #4F732F background.


White color preview on #4F732F background

This text has white color on #4F732F background.