COLOR #4F2A18

HEX: #4F2A18
RGB: (79,42,24)

Color info

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

RGB color model

#4F2A18 color RGB value is (79,42,24).

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

RGB channels and saturation

R 79 of 255 = 31%
G 42 of 255 = 16%
B 24 of 255 = 9%

79
42
24

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

Portions of RGB colors in percentages

R + G + B =
79 + 42 + 24 = 145 (100%)
R 79 of 145 ~ 54.48%
G 42 of 145 ~ 28.97%
B 24 of 145 ~ 16.55%

%54.48
%28.97
%16.55

CMYK color model

#4F2A18 color CMYK value is (0,47,70,69).

  • cyan value is 0.00%
  • magenta value is 46.84%
  • yellow value is 69.62%
  • key color value is 69.02%
CMYK:
(0,47,70,69)
C0M47Y70K69 
(0%,47%,70%,69%)
(0.00/0.47/0.70/0.69)	

CMYK percentages

%0
%46.84
%69.62
%69.02

Codes

Color #4F2A18 in popluar color models

4F2A18
RGB794224
HSL20°53.40%20.20%
HSB/HSV20°69.62%30.98%
CMYK0.00%46.84%69.62%
69.02%

Color #4F2A18 in popluar number systems.

HEX4F2A18
Decimal794224
Binary100111110101011000
Octal1175230

Shades and tints

Shades of #4F2A18

#4F2A18
(79,42,24)
#482716
(72,39,22)
#412414
(65,36,20)
#3A2112
(58,33,18)
#331E10
(51,30,16)
#2C1B0E
(44,27,14)
#25180C
(37,24,12)
#1E150A
(30,21,10)
#171208
(23,18,8)
#100F06
(16,15,6)
#090C04
(9,12,4)
#000000
(0,0,0)

Tints of #4F2A18

#4F2A18
(79,42,24)
#5F3D2D
(95,61,45)
#6F5042
(111,80,66)
#7F6357
(127,99,87)
#8F766C
(143,118,108)
#9F8981
(159,137,129)
#AF9C96
(175,156,150)
#BFAFAB
(191,175,171)
#CFC2C0
(207,194,192)
#DFD5D5
(223,213,213)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2A18 color. Also use rgb(79,42,24) instead hex code.

Text Font Color

.myTextColor { color: #4F2A18; }

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

This text font color is #4F2A18.


Background Color

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

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

This div background color is #4F2A18.


Border color

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

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

This div border color is #4F2A18.


Opacity

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

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

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

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

This text has shadow with #4F2A18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2A18 on black background.


Color preview on white background

This text has color #4F2A18 on white background.



Black color preview on #4F2A18 background

This text has black color on #4F2A18 background.


White color preview on #4F2A18 background

This text has white color on #4F2A18 background.