COLOR #4F4513

HEX: #4F4513 RGB: (79,69,19)

Color info

#4F4513 contains mainly red and green colors. Web safe color of #4F4513 is #663300 (or #630).

RGB color model

#4F4513 color RGB value is (79,69,19).

RGB: (79,69,19) (31%, 27%, 7%)

RGB channels and saturation

R 79 of 255 = 31%
G 69 of 255 = 27%
B 19 of 255 = 7%

79
69
19

R + G + B ~ 22%. #4F4513 is dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 69 + 19 = 167 (100%)
R 79 of 167 ~ 47.31%
G 69 of 167 ~ 41.32%
B 19 of 167 ~ 11.38'%

%47.31
%41.32
%11.38

CMYK color model

#4F4513 color CMYK value is (0,13,76,69).

  • cyan value is 0.00%
  • magenta value is 12.66%
  • yellow value is 75.95%
  • key color value is 69.02%

CMYK: (0,13,76,69)
C0M13Y76K69 (0%, 13%, 76%, 69%)
(0.00 / 0.13 / 0.76 / 0.69)

CMYK percentages

%0
%12.66
%75.95
%69.02

Codes

Color #4F4513 in popluar color models

4F 45 13
RGB 79 69 19
HSL 50° 61.22% 19.22%
HSB/HSV 50° 75.95% 30.98%
CMYK 0.00% 12.66% 75.95%
69.02%

Color #4F4513 in popluar number systems.

HEX 4F 45 13
Decimal 79 69 19
Binary 1001111 1000101 10011
Octal 117 105 23

Shades and tints

Shades of #4F4513

#4F4513
(79,69,19)
#483F12
(72,63,18)
#413911
(65,57,17)
#3A3310
(58,51,16)
#332D0F
(51,45,15)
#2C270E
(44,39,14)
#25210D
(37,33,13)
#1E1B0C
(30,27,12)
#17150B
(23,21,11)
#100F0A
(16,15,10)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #4F4513

#4F4513
(79,69,19)
#5F5528
(95,85,40)
#6F653D
(111,101,61)
#7F7552
(127,117,82)
#8F8567
(143,133,103)
#9F957C
(159,149,124)
#AFA591
(175,165,145)
#BFB5A6
(191,181,166)
#CFC5BB
(207,197,187)
#DFD5D0
(223,213,208)
#EFE5E5
(239,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4513 color. Also use rgb(79,69,19) instead hex code.

Text Font Color

.myTextColor { color: #4F4513; }

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

This text font color is #4F4513.

Background Color

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

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

This div background color is #4F4513.

Border color

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

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

This div border color is #4F4513.

Opacity

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

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

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

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

This text has shadow with #4F4513 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4513.

Preview

Color preview on black background

This text has color #4F4513 on black background.


Color preview on white background

This text has color #4F4513 on white background.


Black color preview on #4F4513 background

This text has black color on #4F4513 background.


White color preview on #4F4513 background

This text has white color on #4F4513 background.


Related colors

Complementary color

Complementary color for #hex is #B0BAEC.


I love getcolorcode.com

Triadic colors

1 #134F45 and #45134F with #4F4513 are triadic colors.

2 #13454F and #454F13 with #4F4513 are triadic colors.