COLOR #4F3114

HEX: #4F3114
RGB: (79,49,20)

Color info

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

RGB color model

#4F3114 color RGB value is (79,49,20).

  • red value is 79;
  • green value is 49;
  • blue value is 20.
RGB:
(79,49,20)
(31%,19%,8%)

RGB channels and saturation

R 79 of 255 = 31%
G 49 of 255 = 19%
B 20 of 255 = 8%

79
49
20

R + G + B ~ 19%. #4F3114 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 49 + 20 = 148 (100%)
R 79 of 148 ~ 53.38%
G 49 of 148 ~ 33.11%
B 20 of 148 ~ 13.51%

%53.38
%33.11
%13.51

CMYK color model

#4F3114 color CMYK value is (0,38,75,69).

  • cyan value is 0.00%
  • magenta value is 37.97%
  • yellow value is 74.68%
  • key color value is 69.02%
CMYK:
(0,38,75,69)
C0M38Y75K69 
(0%,38%,75%,69%)
(0.00/0.38/0.75/0.69)	

CMYK percentages

%0
%37.97
%74.68
%69.02

Codes

Color #4F3114 in popluar color models

4F3114
RGB794920
HSL29°59.60%19.41%
HSB/HSV29°74.68%30.98%
CMYK0.00%37.97%74.68%
69.02%

Color #4F3114 in popluar number systems.

HEX4F3114
Decimal794920
Binary100111111000110100
Octal1176124

Shades and tints

Shades of #4F3114

#4F3114
(79,49,20)
#482D13
(72,45,19)
#412912
(65,41,18)
#3A2511
(58,37,17)
#332110
(51,33,16)
#2C1D0F
(44,29,15)
#25190E
(37,25,14)
#1E150D
(30,21,13)
#17110C
(23,17,12)
#100D0B
(16,13,11)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #4F3114

#4F3114
(79,49,20)
#5F4329
(95,67,41)
#6F553E
(111,85,62)
#7F6753
(127,103,83)
#8F7968
(143,121,104)
#9F8B7D
(159,139,125)
#AF9D92
(175,157,146)
#BFAFA7
(191,175,167)
#CFC1BC
(207,193,188)
#DFD3D1
(223,211,209)
#EFE5E6
(239,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3114 color. Also use rgb(79,49,20) instead hex code.

Text Font Color

.myTextColor { color: #4F3114; }

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

This text font color is #4F3114.


Background Color

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

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

This div background color is #4F3114.


Border color

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

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

This div border color is #4F3114.


Opacity

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

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

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

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

This text has shadow with #4F3114 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3114 on black background.


Color preview on white background

This text has color #4F3114 on white background.



Black color preview on #4F3114 background

This text has black color on #4F3114 background.


White color preview on #4F3114 background

This text has white color on #4F3114 background.