COLOR #4F5329

HEX: #4F5329
RGB: (79,83,41)

Color info

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

RGB color model

#4F5329 color RGB value is (79,83,41).

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

RGB channels and saturation

R 79 of 255 = 31%
G 83 of 255 = 33%
B 41 of 255 = 16%

79
83
41

R + G + B ~ 27%. #4F5329 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 83 + 41 = 203 (100%)
R 79 of 203 ~ 38.92%
G 83 of 203 ~ 40.89%
B 41 of 203 ~ 20.2%

%38.92
%40.89
%20.2

CMYK color model

#4F5329 color CMYK value is (5,0,51,67).

  • cyan value is 4.82%
  • magenta value is 0.00%
  • yellow value is 50.60%
  • key color value is 67.45%
CMYK:
(5,0,51,67)
C5M0Y51K67 
(5%,0%,51%,67%)
(0.05/0.00/0.51/0.67)	

CMYK percentages

%4.82
%0
%50.6
%67.45

Codes

Color #4F5329 in popluar color models

4F5329
RGB798341
HSL66°33.87%24.31%
HSB/HSV66°50.60%32.55%
CMYK4.82%0.00%50.60%
67.45%

Color #4F5329 in popluar number systems.

HEX4F5329
Decimal798341
Binary10011111010011101001
Octal11712351

Shades and tints

Shades of #4F5329

#4F5329
(79,83,41)
#484C26
(72,76,38)
#414523
(65,69,35)
#3A3E20
(58,62,32)
#33371D
(51,55,29)
#2C301A
(44,48,26)
#252917
(37,41,23)
#1E2214
(30,34,20)
#171B11
(23,27,17)
#10140E
(16,20,14)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #4F5329

#4F5329
(79,83,41)
#5F623C
(95,98,60)
#6F714F
(111,113,79)
#7F8062
(127,128,98)
#8F8F75
(143,143,117)
#9F9E88
(159,158,136)
#AFAD9B
(175,173,155)
#BFBCAE
(191,188,174)
#CFCBC1
(207,203,193)
#DFDAD4
(223,218,212)
#EFE9E7
(239,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5329; }

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

This text font color is #4F5329.


Background Color

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

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

This div background color is #4F5329.


Border color

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

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

This div border color is #4F5329.


Opacity

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

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

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

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

This text has shadow with #4F5329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5329 on black background.


Color preview on white background

This text has color #4F5329 on white background.



Black color preview on #4F5329 background

This text has black color on #4F5329 background.


White color preview on #4F5329 background

This text has white color on #4F5329 background.