COLOR #4F2815

HEX: #4F2815
RGB: (79,40,21)

Color info

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

RGB color model

#4F2815 color RGB value is (79,40,21).

  • red value is 79;
  • green value is 40;
  • blue value is 21.
RGB:
(79,40,21)
(31%,16%,8%)

RGB channels and saturation

R 79 of 255 = 31%
G 40 of 255 = 16%
B 21 of 255 = 8%

79
40
21

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

Portions of RGB colors in percentages

R + G + B =
79 + 40 + 21 = 140 (100%)
R 79 of 140 ~ 56.43%
G 40 of 140 ~ 28.57%
B 21 of 140 ~ 15%

%56.43
%28.57
%15

CMYK color model

#4F2815 color CMYK value is (0,49,73,69).

  • cyan value is 0.00%
  • magenta value is 49.37%
  • yellow value is 73.42%
  • key color value is 69.02%
CMYK:
(0,49,73,69)
C0M49Y73K69 
(0%,49%,73%,69%)
(0.00/0.49/0.73/0.69)	

CMYK percentages

%0
%49.37
%73.42
%69.02

Codes

Color #4F2815 in popluar color models

4F2815
RGB794021
HSL20°58.00%19.61%
HSB/HSV20°73.42%30.98%
CMYK0.00%49.37%73.42%
69.02%

Color #4F2815 in popluar number systems.

HEX4F2815
Decimal794021
Binary100111110100010101
Octal1175025

Shades and tints

Shades of #4F2815

#4F2815
(79,40,21)
#482514
(72,37,20)
#412213
(65,34,19)
#3A1F12
(58,31,18)
#331C11
(51,28,17)
#2C1910
(44,25,16)
#25160F
(37,22,15)
#1E130E
(30,19,14)
#17100D
(23,16,13)
#100D0C
(16,13,12)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #4F2815

#4F2815
(79,40,21)
#5F3B2A
(95,59,42)
#6F4E3F
(111,78,63)
#7F6154
(127,97,84)
#8F7469
(143,116,105)
#9F877E
(159,135,126)
#AF9A93
(175,154,147)
#BFADA8
(191,173,168)
#CFC0BD
(207,192,189)
#DFD3D2
(223,211,210)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2815 color. Also use rgb(79,40,21) instead hex code.

Text Font Color

.myTextColor { color: #4F2815; }

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

This text font color is #4F2815.


Background Color

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

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

This div background color is #4F2815.


Border color

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

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

This div border color is #4F2815.


Opacity

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

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

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

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

This text has shadow with #4F2815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2815 on black background.


Color preview on white background

This text has color #4F2815 on white background.



Black color preview on #4F2815 background

This text has black color on #4F2815 background.


White color preview on #4F2815 background

This text has white color on #4F2815 background.