COLOR #4F3502

HEX: #4F3502
RGB: (79,53,2)

Color info

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

RGB color model

#4F3502 color RGB value is (79,53,2).

  • red value is 79;
  • green value is 53;
  • blue value is 2.
RGB:
(79,53,2)
(31%,21%,1%)

RGB channels and saturation

R 79 of 255 = 31%
G 53 of 255 = 21%
B 2 of 255 = 1%

79
53
2

R + G + B ~ 18%. #4F3502 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 53 + 2 = 134 (100%)
R 79 of 134 ~ 58.96%
G 53 of 134 ~ 39.55%
B 2 of 134 ~ 1.49%

%58.96
%39.55

CMYK color model

#4F3502 color CMYK value is (0,33,97,69).

  • cyan value is 0.00%
  • magenta value is 32.91%
  • yellow value is 97.47%
  • key color value is 69.02%
CMYK:
(0,33,97,69)
C0M33Y97K69 
(0%,33%,97%,69%)
(0.00/0.33/0.97/0.69)	

CMYK percentages

%0
%32.91
%97.47
%69.02

Codes

Color #4F3502 in popluar color models

4F3502
RGB79532
HSL40°95.06%15.88%
HSB/HSV40°97.47%30.98%
CMYK0.00%32.91%97.47%
69.02%

Color #4F3502 in popluar number systems.

HEX4F3502
Decimal79532
Binary100111111010110
Octal117652

Shades and tints

Shades of #4F3502

#4F3502
(79,53,2)
#483102
(72,49,2)
#412D02
(65,45,2)
#3A2902
(58,41,2)
#332502
(51,37,2)
#2C2102
(44,33,2)
#251D02
(37,29,2)
#1E1902
(30,25,2)
#171502
(23,21,2)
#101102
(16,17,2)
#090D02
(9,13,2)
#000000
(0,0,0)

Tints of #4F3502

#4F3502
(79,53,2)
#5F4719
(95,71,25)
#6F5930
(111,89,48)
#7F6B47
(127,107,71)
#8F7D5E
(143,125,94)
#9F8F75
(159,143,117)
#AFA18C
(175,161,140)
#BFB3A3
(191,179,163)
#CFC5BA
(207,197,186)
#DFD7D1
(223,215,209)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3502 color. Also use rgb(79,53,2) instead hex code.

Text Font Color

.myTextColor { color: #4F3502; }

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

This text font color is #4F3502.


Background Color

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

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

This div background color is #4F3502.


Border color

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

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

This div border color is #4F3502.


Opacity

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

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

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

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

This text has shadow with #4F3502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3502 on black background.


Color preview on white background

This text has color #4F3502 on white background.



Black color preview on #4F3502 background

This text has black color on #4F3502 background.


White color preview on #4F3502 background

This text has white color on #4F3502 background.