COLOR #4F6703

HEX: #4F6703
RGB: (79,103,3)

Color info

#4F6703 contains mainly red and green colors. Web safe color of #4F6703 is #666600 (or #660).

RGB color model

#4F6703 color RGB value is (79,103,3).

  • red value is 79;
  • green value is 103;
  • blue value is 3.
RGB:
(79,103,3)
(31%,40%,1%)

RGB channels and saturation

R 79 of 255 = 31%
G 103 of 255 = 40%
B 3 of 255 = 1%

79
103
3

R + G + B ~ 24%. #4F6703 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 103 + 3 = 185 (100%)
R 79 of 185 ~ 42.7%
G 103 of 185 ~ 55.68%
B 3 of 185 ~ 1.62%

%42.7
%55.68

CMYK color model

#4F6703 color CMYK value is (23,0,97,60).

  • cyan value is 23.30%
  • magenta value is 0.00%
  • yellow value is 97.09%
  • key color value is 59.61%
CMYK:
(23,0,97,60)
C23M0Y97K60 
(23%,0%,97%,60%)
(0.23/0.00/0.97/0.60)	

CMYK percentages

%23.3
%0
%97.09
%59.61

Codes

Color #4F6703 in popluar color models

4F6703
RGB791033
HSL74°94.34%20.78%
HSB/HSV74°97.09%40.39%
CMYK23.30%0.00%97.09%
59.61%

Color #4F6703 in popluar number systems.

HEX4F6703
Decimal791033
Binary1001111110011111
Octal1171473

Shades and tints

Shades of #4F6703

#4F6703
(79,103,3)
#485E03
(72,94,3)
#415503
(65,85,3)
#3A4C03
(58,76,3)
#334303
(51,67,3)
#2C3A03
(44,58,3)
#253103
(37,49,3)
#1E2803
(30,40,3)
#171F03
(23,31,3)
#101603
(16,22,3)
#090D03
(9,13,3)
#000000
(0,0,0)

Tints of #4F6703

#4F6703
(79,103,3)
#5F7419
(95,116,25)
#6F812F
(111,129,47)
#7F8E45
(127,142,69)
#8F9B5B
(143,155,91)
#9FA871
(159,168,113)
#AFB587
(175,181,135)
#BFC29D
(191,194,157)
#CFCFB3
(207,207,179)
#DFDCC9
(223,220,201)
#EFE9DF
(239,233,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6703 color. Also use rgb(79,103,3) instead hex code.

Text Font Color

.myTextColor { color: #4F6703; }

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

This text font color is #4F6703.


Background Color

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

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

This div background color is #4F6703.


Border color

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

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

This div border color is #4F6703.


Opacity

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

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

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

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

This text has shadow with #4F6703 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6703 on black background.


Color preview on white background

This text has color #4F6703 on white background.



Black color preview on #4F6703 background

This text has black color on #4F6703 background.


White color preview on #4F6703 background

This text has white color on #4F6703 background.