COLOR #4F2117

HEX: #4F2117
RGB: (79,33,23)

Color info

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

RGB color model

#4F2117 color RGB value is (79,33,23).

  • red value is 79;
  • green value is 33;
  • blue value is 23.
RGB:
(79,33,23)
(31%,13%,9%)

RGB channels and saturation

R 79 of 255 = 31%
G 33 of 255 = 13%
B 23 of 255 = 9%

79
33
23

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

Portions of RGB colors in percentages

R + G + B =
79 + 33 + 23 = 135 (100%)
R 79 of 135 ~ 58.52%
G 33 of 135 ~ 24.44%
B 23 of 135 ~ 17.04%

%58.52
%24.44
%17.04

CMYK color model

#4F2117 color CMYK value is (0,58,71,69).

  • cyan value is 0.00%
  • magenta value is 58.23%
  • yellow value is 70.89%
  • key color value is 69.02%
CMYK:
(0,58,71,69)
C0M58Y71K69 
(0%,58%,71%,69%)
(0.00/0.58/0.71/0.69)	

CMYK percentages

%0
%58.23
%70.89
%69.02

Codes

Color #4F2117 in popluar color models

4F2117
RGB793323
HSL11°54.90%20.00%
HSB/HSV11°70.89%30.98%
CMYK0.00%58.23%70.89%
69.02%

Color #4F2117 in popluar number systems.

HEX4F2117
Decimal793323
Binary100111110000110111
Octal1174127

Shades and tints

Shades of #4F2117

#4F2117
(79,33,23)
#481E15
(72,30,21)
#411B13
(65,27,19)
#3A1811
(58,24,17)
#33150F
(51,21,15)
#2C120D
(44,18,13)
#250F0B
(37,15,11)
#1E0C09
(30,12,9)
#170907
(23,9,7)
#100605
(16,6,5)
#090303
(9,3,3)
#000000
(0,0,0)

Tints of #4F2117

#4F2117
(79,33,23)
#5F352C
(95,53,44)
#6F4941
(111,73,65)
#7F5D56
(127,93,86)
#8F716B
(143,113,107)
#9F8580
(159,133,128)
#AF9995
(175,153,149)
#BFADAA
(191,173,170)
#CFC1BF
(207,193,191)
#DFD5D4
(223,213,212)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2117 color. Also use rgb(79,33,23) instead hex code.

Text Font Color

.myTextColor { color: #4F2117; }

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

This text font color is #4F2117.


Background Color

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

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

This div background color is #4F2117.


Border color

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

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

This div border color is #4F2117.


Opacity

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

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

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

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

This text has shadow with #4F2117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2117 on black background.


Color preview on white background

This text has color #4F2117 on white background.



Black color preview on #4F2117 background

This text has black color on #4F2117 background.


White color preview on #4F2117 background

This text has white color on #4F2117 background.