COLOR #4F541D

HEX: #4F541D
RGB: (79,84,29)

Color info

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

RGB color model

#4F541D color RGB value is (79,84,29).

  • red value is 79;
  • green value is 84;
  • blue value is 29.
RGB:
(79,84,29)
(31%,33%,11%)

RGB channels and saturation

R 79 of 255 = 31%
G 84 of 255 = 33%
B 29 of 255 = 11%

79
84
29

R + G + B ~ 25%. #4F541D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 84 + 29 = 192 (100%)
R 79 of 192 ~ 41.15%
G 84 of 192 ~ 43.75%
B 29 of 192 ~ 15.1%

%41.15
%43.75
%15.1

CMYK color model

#4F541D color CMYK value is (6,0,65,67).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 65.48%
  • key color value is 67.06%
CMYK:
(6,0,65,67)
C6M0Y65K67 
(6%,0%,65%,67%)
(0.06/0.00/0.65/0.67)	

CMYK percentages

%5.95
%0
%65.48
%67.06

Codes

Color #4F541D in popluar color models

4F541D
RGB798429
HSL65°48.67%22.16%
HSB/HSV65°65.48%32.94%
CMYK5.95%0.00%65.48%
67.06%

Color #4F541D in popluar number systems.

HEX4F541D
Decimal798429
Binary1001111101010011101
Octal11712435

Shades and tints

Shades of #4F541D

#4F541D
(79,84,29)
#484D1B
(72,77,27)
#414619
(65,70,25)
#3A3F17
(58,63,23)
#333815
(51,56,21)
#2C3113
(44,49,19)
#252A11
(37,42,17)
#1E230F
(30,35,15)
#171C0D
(23,28,13)
#10150B
(16,21,11)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #4F541D

#4F541D
(79,84,29)
#5F6331
(95,99,49)
#6F7245
(111,114,69)
#7F8159
(127,129,89)
#8F906D
(143,144,109)
#9F9F81
(159,159,129)
#AFAE95
(175,174,149)
#BFBDA9
(191,189,169)
#CFCCBD
(207,204,189)
#DFDBD1
(223,219,209)
#EFEAE5
(239,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F541D color. Also use rgb(79,84,29) instead hex code.

Text Font Color

.myTextColor { color: #4F541D; }

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

This text font color is #4F541D.


Background Color

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

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

This div background color is #4F541D.


Border color

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

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

This div border color is #4F541D.


Opacity

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

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

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

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

This text has shadow with #4F541D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F541D on black background.


Color preview on white background

This text has color #4F541D on white background.



Black color preview on #4F541D background

This text has black color on #4F541D background.


White color preview on #4F541D background

This text has white color on #4F541D background.