COLOR #4F3719

HEX: #4F3719
RGB: (79,55,25)

Color info

#4F3719 contains red, green and blue colors in about the same proportion. Web safe color of #4F3719 is #663300 (or #630).

RGB color model

#4F3719 color RGB value is (79,55,25).

  • red value is 79;
  • green value is 55;
  • blue value is 25.
RGB:
(79,55,25)
(31%,22%,10%)

RGB channels and saturation

R 79 of 255 = 31%
G 55 of 255 = 22%
B 25 of 255 = 10%

79
55
25

R + G + B ~ 21%. #4F3719 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 55 + 25 = 159 (100%)
R 79 of 159 ~ 49.69%
G 55 of 159 ~ 34.59%
B 25 of 159 ~ 15.72%

%49.69
%34.59
%15.72

CMYK color model

#4F3719 color CMYK value is (0,30,68,69).

  • cyan value is 0.00%
  • magenta value is 30.38%
  • yellow value is 68.35%
  • key color value is 69.02%
CMYK:
(0,30,68,69)
C0M30Y68K69 
(0%,30%,68%,69%)
(0.00/0.30/0.68/0.69)	

CMYK percentages

%0
%30.38
%68.35
%69.02

Codes

Color #4F3719 in popluar color models

4F3719
RGB795525
HSL33°51.92%20.39%
HSB/HSV33°68.35%30.98%
CMYK0.00%30.38%68.35%
69.02%

Color #4F3719 in popluar number systems.

HEX4F3719
Decimal795525
Binary100111111011111001
Octal1176731

Shades and tints

Shades of #4F3719

#4F3719
(79,55,25)
#483217
(72,50,23)
#412D15
(65,45,21)
#3A2813
(58,40,19)
#332311
(51,35,17)
#2C1E0F
(44,30,15)
#25190D
(37,25,13)
#1E140B
(30,20,11)
#170F09
(23,15,9)
#100A07
(16,10,7)
#090505
(9,5,5)
#000000
(0,0,0)

Tints of #4F3719

#4F3719
(79,55,25)
#5F492D
(95,73,45)
#6F5B41
(111,91,65)
#7F6D55
(127,109,85)
#8F7F69
(143,127,105)
#9F917D
(159,145,125)
#AFA391
(175,163,145)
#BFB5A5
(191,181,165)
#CFC7B9
(207,199,185)
#DFD9CD
(223,217,205)
#EFEBE1
(239,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3719 color. Also use rgb(79,55,25) instead hex code.

Text Font Color

.myTextColor { color: #4F3719; }

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

This text font color is #4F3719.


Background Color

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

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

This div background color is #4F3719.


Border color

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

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

This div border color is #4F3719.


Opacity

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

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

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

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

This text has shadow with #4F3719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3719 on black background.


Color preview on white background

This text has color #4F3719 on white background.



Black color preview on #4F3719 background

This text has black color on #4F3719 background.


White color preview on #4F3719 background

This text has white color on #4F3719 background.