COLOR #4F2D18

HEX: #4F2D18
RGB: (79,45,24)

Color info

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

RGB color model

#4F2D18 color RGB value is (79,45,24).

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

RGB channels and saturation

R 79 of 255 = 31%
G 45 of 255 = 18%
B 24 of 255 = 9%

79
45
24

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

Portions of RGB colors in percentages

R + G + B =
79 + 45 + 24 = 148 (100%)
R 79 of 148 ~ 53.38%
G 45 of 148 ~ 30.41%
B 24 of 148 ~ 16.22%

%53.38
%30.41
%16.22

CMYK color model

#4F2D18 color CMYK value is (0,43,70,69).

  • cyan value is 0.00%
  • magenta value is 43.04%
  • yellow value is 69.62%
  • key color value is 69.02%
CMYK:
(0,43,70,69)
C0M43Y70K69 
(0%,43%,70%,69%)
(0.00/0.43/0.70/0.69)	

CMYK percentages

%0
%43.04
%69.62
%69.02

Codes

Color #4F2D18 in popluar color models

4F2D18
RGB794524
HSL23°53.40%20.20%
HSB/HSV23°69.62%30.98%
CMYK0.00%43.04%69.62%
69.02%

Color #4F2D18 in popluar number systems.

HEX4F2D18
Decimal794524
Binary100111110110111000
Octal1175530

Shades and tints

Shades of #4F2D18

#4F2D18
(79,45,24)
#482916
(72,41,22)
#412514
(65,37,20)
#3A2112
(58,33,18)
#331D10
(51,29,16)
#2C190E
(44,25,14)
#25150C
(37,21,12)
#1E110A
(30,17,10)
#170D08
(23,13,8)
#100906
(16,9,6)
#090504
(9,5,4)
#000000
(0,0,0)

Tints of #4F2D18

#4F2D18
(79,45,24)
#5F402D
(95,64,45)
#6F5342
(111,83,66)
#7F6657
(127,102,87)
#8F796C
(143,121,108)
#9F8C81
(159,140,129)
#AF9F96
(175,159,150)
#BFB2AB
(191,178,171)
#CFC5C0
(207,197,192)
#DFD8D5
(223,216,213)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F2D18; }

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

This text font color is #4F2D18.


Background Color

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

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

This div background color is #4F2D18.


Border color

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

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

This div border color is #4F2D18.


Opacity

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

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

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

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

This text has shadow with #4F2D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2D18 on black background.


Color preview on white background

This text has color #4F2D18 on white background.



Black color preview on #4F2D18 background

This text has black color on #4F2D18 background.


White color preview on #4F2D18 background

This text has white color on #4F2D18 background.