COLOR #4F3711

HEX: #4F3711
RGB: (79,55,17)

Color info

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

RGB color model

#4F3711 color RGB value is (79,55,17).

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

RGB channels and saturation

R 79 of 255 = 31%
G 55 of 255 = 22%
B 17 of 255 = 7%

79
55
17

R + G + B ~ 20%. #4F3711 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 55 + 17 = 151 (100%)
R 79 of 151 ~ 52.32%
G 55 of 151 ~ 36.42%
B 17 of 151 ~ 11.26%

%52.32
%36.42
%11.26

CMYK color model

#4F3711 color CMYK value is (0,30,78,69).

  • cyan value is 0.00%
  • magenta value is 30.38%
  • yellow value is 78.48%
  • key color value is 69.02%
CMYK:
(0,30,78,69)
C0M30Y78K69 
(0%,30%,78%,69%)
(0.00/0.30/0.78/0.69)	

CMYK percentages

%0
%30.38
%78.48
%69.02

Codes

Color #4F3711 in popluar color models

4F3711
RGB795517
HSL37°64.58%18.82%
HSB/HSV37°78.48%30.98%
CMYK0.00%30.38%78.48%
69.02%

Color #4F3711 in popluar number systems.

HEX4F3711
Decimal795517
Binary100111111011110001
Octal1176721

Shades and tints

Shades of #4F3711

#4F3711
(79,55,17)
#483210
(72,50,16)
#412D0F
(65,45,15)
#3A280E
(58,40,14)
#33230D
(51,35,13)
#2C1E0C
(44,30,12)
#25190B
(37,25,11)
#1E140A
(30,20,10)
#170F09
(23,15,9)
#100A08
(16,10,8)
#090507
(9,5,7)
#000000
(0,0,0)

Tints of #4F3711

#4F3711
(79,55,17)
#5F4926
(95,73,38)
#6F5B3B
(111,91,59)
#7F6D50
(127,109,80)
#8F7F65
(143,127,101)
#9F917A
(159,145,122)
#AFA38F
(175,163,143)
#BFB5A4
(191,181,164)
#CFC7B9
(207,199,185)
#DFD9CE
(223,217,206)
#EFEBE3
(239,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3711; }

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

This text font color is #4F3711.


Background Color

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

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

This div background color is #4F3711.


Border color

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

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

This div border color is #4F3711.


Opacity

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

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

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

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

This text has shadow with #4F3711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3711 on black background.


Color preview on white background

This text has color #4F3711 on white background.



Black color preview on #4F3711 background

This text has black color on #4F3711 background.


White color preview on #4F3711 background

This text has white color on #4F3711 background.