COLOR #4F2C18

HEX: #4F2C18
RGB: (79,44,24)

Color info

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

RGB color model

#4F2C18 color RGB value is (79,44,24).

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

RGB channels and saturation

R 79 of 255 = 31%
G 44 of 255 = 17%
B 24 of 255 = 9%

79
44
24

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

Portions of RGB colors in percentages

R + G + B =
79 + 44 + 24 = 147 (100%)
R 79 of 147 ~ 53.74%
G 44 of 147 ~ 29.93%
B 24 of 147 ~ 16.33%

%53.74
%29.93
%16.33

CMYK color model

#4F2C18 color CMYK value is (0,44,70,69).

  • cyan value is 0.00%
  • magenta value is 44.30%
  • yellow value is 69.62%
  • key color value is 69.02%
CMYK:
(0,44,70,69)
C0M44Y70K69 
(0%,44%,70%,69%)
(0.00/0.44/0.70/0.69)	

CMYK percentages

%0
%44.3
%69.62
%69.02

Codes

Color #4F2C18 in popluar color models

4F2C18
RGB794424
HSL22°53.40%20.20%
HSB/HSV22°69.62%30.98%
CMYK0.00%44.30%69.62%
69.02%

Color #4F2C18 in popluar number systems.

HEX4F2C18
Decimal794424
Binary100111110110011000
Octal1175430

Shades and tints

Shades of #4F2C18

#4F2C18
(79,44,24)
#482816
(72,40,22)
#412414
(65,36,20)
#3A2012
(58,32,18)
#331C10
(51,28,16)
#2C180E
(44,24,14)
#25140C
(37,20,12)
#1E100A
(30,16,10)
#170C08
(23,12,8)
#100806
(16,8,6)
#090404
(9,4,4)
#000000
(0,0,0)

Tints of #4F2C18

#4F2C18
(79,44,24)
#5F3F2D
(95,63,45)
#6F5242
(111,82,66)
#7F6557
(127,101,87)
#8F786C
(143,120,108)
#9F8B81
(159,139,129)
#AF9E96
(175,158,150)
#BFB1AB
(191,177,171)
#CFC4C0
(207,196,192)
#DFD7D5
(223,215,213)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F2C18; }

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

This text font color is #4F2C18.


Background Color

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

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

This div background color is #4F2C18.


Border color

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

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

This div border color is #4F2C18.


Opacity

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

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

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

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

This text has shadow with #4F2C18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2C18 on black background.


Color preview on white background

This text has color #4F2C18 on white background.



Black color preview on #4F2C18 background

This text has black color on #4F2C18 background.


White color preview on #4F2C18 background

This text has white color on #4F2C18 background.