COLOR #4F222D

HEX: #4F222D
RGB: (79,34,45)

Color info

#4F222D contains red, green and blue colors in about the same proportion. Web safe color of #4F222D is #663333 (or #633).

RGB color model

#4F222D color RGB value is (79,34,45).

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

RGB channels and saturation

R 79 of 255 = 31%
G 34 of 255 = 13%
B 45 of 255 = 18%

79
34
45

R + G + B ~ 21%. #4F222D is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 34 + 45 = 158 (100%)
R 79 of 158 ~ 50%
G 34 of 158 ~ 21.52%
B 45 of 158 ~ 28.48%

%50
%21.52
%28.48

CMYK color model

#4F222D color CMYK value is (0,57,43,69).

  • cyan value is 0.00%
  • magenta value is 56.96%
  • yellow value is 43.04%
  • key color value is 69.02%
CMYK:
(0,57,43,69)
C0M57Y43K69 
(0%,57%,43%,69%)
(0.00/0.57/0.43/0.69)	

CMYK percentages

%0
%56.96
%43.04
%69.02

Codes

Color #4F222D in popluar color models

4F222D
RGB793445
HSL345°39.82%22.16%
HSB/HSV345°56.96%30.98%
CMYK0.00%56.96%43.04%
69.02%

Color #4F222D in popluar number systems.

HEX4F222D
Decimal793445
Binary1001111100010101101
Octal1174255

Shades and tints

Shades of #4F222D

#4F222D
(79,34,45)
#481F29
(72,31,41)
#411C25
(65,28,37)
#3A1921
(58,25,33)
#33161D
(51,22,29)
#2C1319
(44,19,25)
#251015
(37,16,21)
#1E0D11
(30,13,17)
#170A0D
(23,10,13)
#100709
(16,7,9)
#090405
(9,4,5)
#000000
(0,0,0)

Tints of #4F222D

#4F222D
(79,34,45)
#5F3640
(95,54,64)
#6F4A53
(111,74,83)
#7F5E66
(127,94,102)
#8F7279
(143,114,121)
#9F868C
(159,134,140)
#AF9A9F
(175,154,159)
#BFAEB2
(191,174,178)
#CFC2C5
(207,194,197)
#DFD6D8
(223,214,216)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F222D; }

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

This text font color is #4F222D.


Background Color

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

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

This div background color is #4F222D.


Border color

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

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

This div border color is #4F222D.


Opacity

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

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

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

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

This text has shadow with #4F222D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F222D on black background.


Color preview on white background

This text has color #4F222D on white background.



Black color preview on #4F222D background

This text has black color on #4F222D background.


White color preview on #4F222D background

This text has white color on #4F222D background.