COLOR #4F732D

HEX: #4F732D
RGB: (79,115,45)

Color info

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

RGB color model

#4F732D color RGB value is (79,115,45).

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

RGB channels and saturation

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

79
115
45

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

Portions of RGB colors in percentages

R + G + B =
79 + 115 + 45 = 239 (100%)
R 79 of 239 ~ 33.05%
G 115 of 239 ~ 48.12%
B 45 of 239 ~ 18.83%

%33.05
%48.12
%18.83

CMYK color model

#4F732D color CMYK value is (31,0,61,55).

  • cyan value is 31.30%
  • magenta value is 0.00%
  • yellow value is 60.87%
  • key color value is 54.90%
CMYK:
(31,0,61,55)
C31M0Y61K55 
(31%,0%,61%,55%)
(0.31/0.00/0.61/0.55)	

CMYK percentages

%31.3
%0
%60.87
%54.9

Codes

Color #4F732D in popluar color models

4F732D
RGB7911545
HSL91°43.75%31.37%
HSB/HSV91°60.87%45.10%
CMYK31.30%0.00%60.87%
54.90%

Color #4F732D in popluar number systems.

HEX4F732D
Decimal7911545
Binary10011111110011101101
Octal11716355

Shades and tints

Shades of #4F732D

#4F732D
(79,115,45)
#486929
(72,105,41)
#415F25
(65,95,37)
#3A5521
(58,85,33)
#334B1D
(51,75,29)
#2C4119
(44,65,25)
#253715
(37,55,21)
#1E2D11
(30,45,17)
#17230D
(23,35,13)
#101909
(16,25,9)
#090F05
(9,15,5)
#000000
(0,0,0)

Tints of #4F732D

#4F732D
(79,115,45)
#5F7F40
(95,127,64)
#6F8B53
(111,139,83)
#7F9766
(127,151,102)
#8FA379
(143,163,121)
#9FAF8C
(159,175,140)
#AFBB9F
(175,187,159)
#BFC7B2
(191,199,178)
#CFD3C5
(207,211,197)
#DFDFD8
(223,223,216)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F732D; }

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

This text font color is #4F732D.


Background Color

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

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

This div background color is #4F732D.


Border color

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

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

This div border color is #4F732D.


Opacity

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

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

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

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

This text has shadow with #4F732D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F732D on black background.


Color preview on white background

This text has color #4F732D on white background.



Black color preview on #4F732D background

This text has black color on #4F732D background.


White color preview on #4F732D background

This text has white color on #4F732D background.