COLOR #4F2B15

HEX: #4F2B15
RGB: (79,43,21)

Color info

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

RGB color model

#4F2B15 color RGB value is (79,43,21).

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

RGB channels and saturation

R 79 of 255 = 31%
G 43 of 255 = 17%
B 21 of 255 = 8%

79
43
21

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

Portions of RGB colors in percentages

R + G + B =
79 + 43 + 21 = 143 (100%)
R 79 of 143 ~ 55.24%
G 43 of 143 ~ 30.07%
B 21 of 143 ~ 14.69%

%55.24
%30.07
%14.69

CMYK color model

#4F2B15 color CMYK value is (0,46,73,69).

  • cyan value is 0.00%
  • magenta value is 45.57%
  • yellow value is 73.42%
  • key color value is 69.02%
CMYK:
(0,46,73,69)
C0M46Y73K69 
(0%,46%,73%,69%)
(0.00/0.46/0.73/0.69)	

CMYK percentages

%0
%45.57
%73.42
%69.02

Codes

Color #4F2B15 in popluar color models

4F2B15
RGB794321
HSL23°58.00%19.61%
HSB/HSV23°73.42%30.98%
CMYK0.00%45.57%73.42%
69.02%

Color #4F2B15 in popluar number systems.

HEX4F2B15
Decimal794321
Binary100111110101110101
Octal1175325

Shades and tints

Shades of #4F2B15

#4F2B15
(79,43,21)
#482814
(72,40,20)
#412513
(65,37,19)
#3A2212
(58,34,18)
#331F11
(51,31,17)
#2C1C10
(44,28,16)
#25190F
(37,25,15)
#1E160E
(30,22,14)
#17130D
(23,19,13)
#10100C
(16,16,12)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #4F2B15

#4F2B15
(79,43,21)
#5F3E2A
(95,62,42)
#6F513F
(111,81,63)
#7F6454
(127,100,84)
#8F7769
(143,119,105)
#9F8A7E
(159,138,126)
#AF9D93
(175,157,147)
#BFB0A8
(191,176,168)
#CFC3BD
(207,195,189)
#DFD6D2
(223,214,210)
#EFE9E7
(239,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F2B15; }

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

This text font color is #4F2B15.


Background Color

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

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

This div background color is #4F2B15.


Border color

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

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

This div border color is #4F2B15.


Opacity

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

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

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

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

This text has shadow with #4F2B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2B15 on black background.


Color preview on white background

This text has color #4F2B15 on white background.



Black color preview on #4F2B15 background

This text has black color on #4F2B15 background.


White color preview on #4F2B15 background

This text has white color on #4F2B15 background.