COLOR #4F703B

HEX: #4F703B
RGB: (79,112,59)

Color info

#4F703B contains red, green and blue colors in about the same proportion. Web safe color of #4F703B is #666633 (or #663).

RGB color model

#4F703B color RGB value is (79,112,59).

  • red value is 79;
  • green value is 112;
  • blue value is 59.
RGB:
(79,112,59)
(31%,44%,23%)

RGB channels and saturation

R 79 of 255 = 31%
G 112 of 255 = 44%
B 59 of 255 = 23%

79
112
59

R + G + B ~ 33%. #4F703B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 112 + 59 = 250 (100%)
R 79 of 250 ~ 31.6%
G 112 of 250 ~ 44.8%
B 59 of 250 ~ 23.6%

%31.6
%44.8
%23.6

CMYK color model

#4F703B color CMYK value is (29,0,47,56).

  • cyan value is 29.46%
  • magenta value is 0.00%
  • yellow value is 47.32%
  • key color value is 56.08%
CMYK:
(29,0,47,56)
C29M0Y47K56 
(29%,0%,47%,56%)
(0.29/0.00/0.47/0.56)	

CMYK percentages

%29.46
%0
%47.32
%56.08

Codes

Color #4F703B in popluar color models

4F703B
RGB7911259
HSL97°30.99%33.53%
HSB/HSV97°47.32%43.92%
CMYK29.46%0.00%47.32%
56.08%

Color #4F703B in popluar number systems.

HEX4F703B
Decimal7911259
Binary10011111110000111011
Octal11716073

Shades and tints

Shades of #4F703B

#4F703B
(79,112,59)
#486636
(72,102,54)
#415C31
(65,92,49)
#3A522C
(58,82,44)
#334827
(51,72,39)
#2C3E22
(44,62,34)
#25341D
(37,52,29)
#1E2A18
(30,42,24)
#172013
(23,32,19)
#10160E
(16,22,14)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #4F703B

#4F703B
(79,112,59)
#5F7D4C
(95,125,76)
#6F8A5D
(111,138,93)
#7F976E
(127,151,110)
#8FA47F
(143,164,127)
#9FB190
(159,177,144)
#AFBEA1
(175,190,161)
#BFCBB2
(191,203,178)
#CFD8C3
(207,216,195)
#DFE5D4
(223,229,212)
#EFF2E5
(239,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F703B color. Also use rgb(79,112,59) instead hex code.

Text Font Color

.myTextColor { color: #4F703B; }

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

This text font color is #4F703B.


Background Color

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

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

This div background color is #4F703B.


Border color

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

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

This div border color is #4F703B.


Opacity

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

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

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

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

This text has shadow with #4F703B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F703B on black background.


Color preview on white background

This text has color #4F703B on white background.



Black color preview on #4F703B background

This text has black color on #4F703B background.


White color preview on #4F703B background

This text has white color on #4F703B background.