COLOR #4F5F0A

HEX: #4F5F0A
RGB: (79,95,10)

Color info

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

RGB color model

#4F5F0A color RGB value is (79,95,10).

  • red value is 79;
  • green value is 95;
  • blue value is 10.
RGB:
(79,95,10)
(31%,37%,4%)

RGB channels and saturation

R 79 of 255 = 31%
G 95 of 255 = 37%
B 10 of 255 = 4%

79
95
10

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

Portions of RGB colors in percentages

R + G + B =
79 + 95 + 10 = 184 (100%)
R 79 of 184 ~ 42.93%
G 95 of 184 ~ 51.63%
B 10 of 184 ~ 5.43%

%42.93
%51.63

CMYK color model

#4F5F0A color CMYK value is (17,0,89,63).

  • cyan value is 16.84%
  • magenta value is 0.00%
  • yellow value is 89.47%
  • key color value is 62.75%
CMYK:
(17,0,89,63)
C17M0Y89K63 
(17%,0%,89%,63%)
(0.17/0.00/0.89/0.63)	

CMYK percentages

%16.84
%0
%89.47
%62.75

Codes

Color #4F5F0A in popluar color models

4F5F0A
RGB799510
HSL71°80.95%20.59%
HSB/HSV71°89.47%37.25%
CMYK16.84%0.00%89.47%
62.75%

Color #4F5F0A in popluar number systems.

HEX4F5F0A
Decimal799510
Binary100111110111111010
Octal11713712

Shades and tints

Shades of #4F5F0A

#4F5F0A
(79,95,10)
#48570A
(72,87,10)
#414F0A
(65,79,10)
#3A470A
(58,71,10)
#333F0A
(51,63,10)
#2C370A
(44,55,10)
#252F0A
(37,47,10)
#1E270A
(30,39,10)
#171F0A
(23,31,10)
#10170A
(16,23,10)
#090F0A
(9,15,10)
#000000
(0,0,0)

Tints of #4F5F0A

#4F5F0A
(79,95,10)
#5F6D20
(95,109,32)
#6F7B36
(111,123,54)
#7F894C
(127,137,76)
#8F9762
(143,151,98)
#9FA578
(159,165,120)
#AFB38E
(175,179,142)
#BFC1A4
(191,193,164)
#CFCFBA
(207,207,186)
#DFDDD0
(223,221,208)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5F0A color. Also use rgb(79,95,10) instead hex code.

Text Font Color

.myTextColor { color: #4F5F0A; }

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

This text font color is #4F5F0A.


Background Color

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

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

This div background color is #4F5F0A.


Border color

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

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

This div border color is #4F5F0A.


Opacity

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

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

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

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

This text has shadow with #4F5F0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5F0A on black background.


Color preview on white background

This text has color #4F5F0A on white background.



Black color preview on #4F5F0A background

This text has black color on #4F5F0A background.


White color preview on #4F5F0A background

This text has white color on #4F5F0A background.