COLOR #4F3C10

HEX: #4F3C10
RGB: (79,60,16)

Color info

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

RGB color model

#4F3C10 color RGB value is (79,60,16).

  • red value is 79;
  • green value is 60;
  • blue value is 16.
RGB:
(79,60,16)
(31%,24%,6%)

RGB channels and saturation

R 79 of 255 = 31%
G 60 of 255 = 24%
B 16 of 255 = 6%

79
60
16

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

Portions of RGB colors in percentages

R + G + B =
79 + 60 + 16 = 155 (100%)
R 79 of 155 ~ 50.97%
G 60 of 155 ~ 38.71%
B 16 of 155 ~ 10.32%

%50.97
%38.71
%10.32

CMYK color model

#4F3C10 color CMYK value is (0,24,80,69).

  • cyan value is 0.00%
  • magenta value is 24.05%
  • yellow value is 79.75%
  • key color value is 69.02%
CMYK:
(0,24,80,69)
C0M24Y80K69 
(0%,24%,80%,69%)
(0.00/0.24/0.80/0.69)	

CMYK percentages

%0
%24.05
%79.75
%69.02

Codes

Color #4F3C10 in popluar color models

4F3C10
RGB796016
HSL42°66.32%18.63%
HSB/HSV42°79.75%30.98%
CMYK0.00%24.05%79.75%
69.02%

Color #4F3C10 in popluar number systems.

HEX4F3C10
Decimal796016
Binary100111111110010000
Octal1177420

Shades and tints

Shades of #4F3C10

#4F3C10
(79,60,16)
#48370F
(72,55,15)
#41320E
(65,50,14)
#3A2D0D
(58,45,13)
#33280C
(51,40,12)
#2C230B
(44,35,11)
#251E0A
(37,30,10)
#1E1909
(30,25,9)
#171408
(23,20,8)
#100F07
(16,15,7)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #4F3C10

#4F3C10
(79,60,16)
#5F4D25
(95,77,37)
#6F5E3A
(111,94,58)
#7F6F4F
(127,111,79)
#8F8064
(143,128,100)
#9F9179
(159,145,121)
#AFA28E
(175,162,142)
#BFB3A3
(191,179,163)
#CFC4B8
(207,196,184)
#DFD5CD
(223,213,205)
#EFE6E2
(239,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3C10 color. Also use rgb(79,60,16) instead hex code.

Text Font Color

.myTextColor { color: #4F3C10; }

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

This text font color is #4F3C10.


Background Color

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

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

This div background color is #4F3C10.


Border color

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

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

This div border color is #4F3C10.


Opacity

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

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

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

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

This text has shadow with #4F3C10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3C10 on black background.


Color preview on white background

This text has color #4F3C10 on white background.



Black color preview on #4F3C10 background

This text has black color on #4F3C10 background.


White color preview on #4F3C10 background

This text has white color on #4F3C10 background.