COLOR #4F752B

HEX: #4F752B
RGB: (79,117,43)

Color info

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

RGB color model

#4F752B color RGB value is (79,117,43).

  • red value is 79;
  • green value is 117;
  • blue value is 43.
RGB:
(79,117,43)
(31%,46%,17%)

RGB channels and saturation

R 79 of 255 = 31%
G 117 of 255 = 46%
B 43 of 255 = 17%

79
117
43

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

Portions of RGB colors in percentages

R + G + B =
79 + 117 + 43 = 239 (100%)
R 79 of 239 ~ 33.05%
G 117 of 239 ~ 48.95%
B 43 of 239 ~ 17.99%

%33.05
%48.95
%17.99

CMYK color model

#4F752B color CMYK value is (32,0,63,54).

  • cyan value is 32.48%
  • magenta value is 0.00%
  • yellow value is 63.25%
  • key color value is 54.12%
CMYK:
(32,0,63,54)
C32M0Y63K54 
(32%,0%,63%,54%)
(0.32/0.00/0.63/0.54)	

CMYK percentages

%32.48
%0
%63.25
%54.12

Codes

Color #4F752B in popluar color models

4F752B
RGB7911743
HSL91°46.25%31.37%
HSB/HSV91°63.25%45.88%
CMYK32.48%0.00%63.25%
54.12%

Color #4F752B in popluar number systems.

HEX4F752B
Decimal7911743
Binary10011111110101101011
Octal11716553

Shades and tints

Shades of #4F752B

#4F752B
(79,117,43)
#486B28
(72,107,40)
#416125
(65,97,37)
#3A5722
(58,87,34)
#334D1F
(51,77,31)
#2C431C
(44,67,28)
#253919
(37,57,25)
#1E2F16
(30,47,22)
#172513
(23,37,19)
#101B10
(16,27,16)
#09110D
(9,17,13)
#000000
(0,0,0)

Tints of #4F752B

#4F752B
(79,117,43)
#5F813E
(95,129,62)
#6F8D51
(111,141,81)
#7F9964
(127,153,100)
#8FA577
(143,165,119)
#9FB18A
(159,177,138)
#AFBD9D
(175,189,157)
#BFC9B0
(191,201,176)
#CFD5C3
(207,213,195)
#DFE1D6
(223,225,214)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F752B color. Also use rgb(79,117,43) instead hex code.

Text Font Color

.myTextColor { color: #4F752B; }

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

This text font color is #4F752B.


Background Color

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

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

This div background color is #4F752B.


Border color

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

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

This div border color is #4F752B.


Opacity

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

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

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

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

This text has shadow with #4F752B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F752B on black background.


Color preview on white background

This text has color #4F752B on white background.



Black color preview on #4F752B background

This text has black color on #4F752B background.


White color preview on #4F752B background

This text has white color on #4F752B background.