COLOR #4F5318

HEX: #4F5318
RGB: (79,83,24)

Color info

#4F5318 contains red, green and blue colors in about the same proportion. Web safe color of #4F5318 is #666600 (or #660).

RGB color model

#4F5318 color RGB value is (79,83,24).

  • red value is 79;
  • green value is 83;
  • blue value is 24.
RGB:
(79,83,24)
(31%,33%,9%)

RGB channels and saturation

R 79 of 255 = 31%
G 83 of 255 = 33%
B 24 of 255 = 9%

79
83
24

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

Portions of RGB colors in percentages

R + G + B =
79 + 83 + 24 = 186 (100%)
R 79 of 186 ~ 42.47%
G 83 of 186 ~ 44.62%
B 24 of 186 ~ 12.9%

%42.47
%44.62
%12.9

CMYK color model

#4F5318 color CMYK value is (5,0,71,67).

  • cyan value is 4.82%
  • magenta value is 0.00%
  • yellow value is 71.08%
  • key color value is 67.45%
CMYK:
(5,0,71,67)
C5M0Y71K67 
(5%,0%,71%,67%)
(0.05/0.00/0.71/0.67)	

CMYK percentages

%4.82
%0
%71.08
%67.45

Codes

Color #4F5318 in popluar color models

4F5318
RGB798324
HSL64°55.14%20.98%
HSB/HSV64°71.08%32.55%
CMYK4.82%0.00%71.08%
67.45%

Color #4F5318 in popluar number systems.

HEX4F5318
Decimal798324
Binary1001111101001111000
Octal11712330

Shades and tints

Shades of #4F5318

#4F5318
(79,83,24)
#484C16
(72,76,22)
#414514
(65,69,20)
#3A3E12
(58,62,18)
#333710
(51,55,16)
#2C300E
(44,48,14)
#25290C
(37,41,12)
#1E220A
(30,34,10)
#171B08
(23,27,8)
#101406
(16,20,6)
#090D04
(9,13,4)
#000000
(0,0,0)

Tints of #4F5318

#4F5318
(79,83,24)
#5F622D
(95,98,45)
#6F7142
(111,113,66)
#7F8057
(127,128,87)
#8F8F6C
(143,143,108)
#9F9E81
(159,158,129)
#AFAD96
(175,173,150)
#BFBCAB
(191,188,171)
#CFCBC0
(207,203,192)
#DFDAD5
(223,218,213)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5318 color. Also use rgb(79,83,24) instead hex code.

Text Font Color

.myTextColor { color: #4F5318; }

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

This text font color is #4F5318.


Background Color

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

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

This div background color is #4F5318.


Border color

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

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

This div border color is #4F5318.


Opacity

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

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

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

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

This text has shadow with #4F5318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5318 on black background.


Color preview on white background

This text has color #4F5318 on white background.



Black color preview on #4F5318 background

This text has black color on #4F5318 background.


White color preview on #4F5318 background

This text has white color on #4F5318 background.