COLOR #4F5820

HEX: #4F5820
RGB: (79,88,32)

Color info

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

RGB color model

#4F5820 color RGB value is (79,88,32).

  • red value is 79;
  • green value is 88;
  • blue value is 32.
RGB:
(79,88,32)
(31%,35%,13%)

RGB channels and saturation

R 79 of 255 = 31%
G 88 of 255 = 35%
B 32 of 255 = 13%

79
88
32

R + G + B ~ 26%. #4F5820 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 88 + 32 = 199 (100%)
R 79 of 199 ~ 39.7%
G 88 of 199 ~ 44.22%
B 32 of 199 ~ 16.08%

%39.7
%44.22
%16.08

CMYK color model

#4F5820 color CMYK value is (10,0,64,65).

  • cyan value is 10.23%
  • magenta value is 0.00%
  • yellow value is 63.64%
  • key color value is 65.49%
CMYK:
(10,0,64,65)
C10M0Y64K65 
(10%,0%,64%,65%)
(0.10/0.00/0.64/0.65)	

CMYK percentages

%10.23
%0
%63.64
%65.49

Codes

Color #4F5820 in popluar color models

4F5820
RGB798832
HSL70°46.67%23.53%
HSB/HSV70°63.64%34.51%
CMYK10.23%0.00%63.64%
65.49%

Color #4F5820 in popluar number systems.

HEX4F5820
Decimal798832
Binary10011111011000100000
Octal11713040

Shades and tints

Shades of #4F5820

#4F5820
(79,88,32)
#48501E
(72,80,30)
#41481C
(65,72,28)
#3A401A
(58,64,26)
#333818
(51,56,24)
#2C3016
(44,48,22)
#252814
(37,40,20)
#1E2012
(30,32,18)
#171810
(23,24,16)
#10100E
(16,16,14)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #4F5820

#4F5820
(79,88,32)
#5F6734
(95,103,52)
#6F7648
(111,118,72)
#7F855C
(127,133,92)
#8F9470
(143,148,112)
#9FA384
(159,163,132)
#AFB298
(175,178,152)
#BFC1AC
(191,193,172)
#CFD0C0
(207,208,192)
#DFDFD4
(223,223,212)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5820 color. Also use rgb(79,88,32) instead hex code.

Text Font Color

.myTextColor { color: #4F5820; }

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

This text font color is #4F5820.


Background Color

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

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

This div background color is #4F5820.


Border color

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

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

This div border color is #4F5820.


Opacity

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

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

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

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

This text has shadow with #4F5820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5820 on black background.


Color preview on white background

This text has color #4F5820 on white background.



Black color preview on #4F5820 background

This text has black color on #4F5820 background.


White color preview on #4F5820 background

This text has white color on #4F5820 background.