COLOR #4F2D2F

HEX: #4F2D2F
RGB: (79,45,47)

Color info

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

RGB color model

#4F2D2F color RGB value is (79,45,47).

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

RGB channels and saturation

R 79 of 255 = 31%
G 45 of 255 = 18%
B 47 of 255 = 18%

79
45
47

R + G + B ~ 22%. #4F2D2F is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 45 + 47 = 171 (100%)
R 79 of 171 ~ 46.2%
G 45 of 171 ~ 26.32%
B 47 of 171 ~ 27.49%

%46.2
%26.32
%27.49

CMYK color model

#4F2D2F color CMYK value is (0,43,41,69).

  • cyan value is 0.00%
  • magenta value is 43.04%
  • yellow value is 40.51%
  • key color value is 69.02%
CMYK:
(0,43,41,69)
C0M43Y41K69 
(0%,43%,41%,69%)
(0.00/0.43/0.41/0.69)	

CMYK percentages

%0
%43.04
%40.51
%69.02

Codes

Color #4F2D2F in popluar color models

4F2D2F
RGB794547
HSL356°27.42%24.31%
HSB/HSV356°43.04%30.98%
CMYK0.00%43.04%40.51%
69.02%

Color #4F2D2F in popluar number systems.

HEX4F2D2F
Decimal794547
Binary1001111101101101111
Octal1175557

Shades and tints

Shades of #4F2D2F

#4F2D2F
(79,45,47)
#48292B
(72,41,43)
#412527
(65,37,39)
#3A2123
(58,33,35)
#331D1F
(51,29,31)
#2C191B
(44,25,27)
#251517
(37,21,23)
#1E1113
(30,17,19)
#170D0F
(23,13,15)
#10090B
(16,9,11)
#090507
(9,5,7)
#000000
(0,0,0)

Tints of #4F2D2F

#4F2D2F
(79,45,47)
#5F4041
(95,64,65)
#6F5353
(111,83,83)
#7F6665
(127,102,101)
#8F7977
(143,121,119)
#9F8C89
(159,140,137)
#AF9F9B
(175,159,155)
#BFB2AD
(191,178,173)
#CFC5BF
(207,197,191)
#DFD8D1
(223,216,209)
#EFEBE3
(239,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F2D2F; }

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

This text font color is #4F2D2F.


Background Color

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

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

This div background color is #4F2D2F.


Border color

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

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

This div border color is #4F2D2F.


Opacity

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

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

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

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

This text has shadow with #4F2D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2D2F on black background.


Color preview on white background

This text has color #4F2D2F on white background.



Black color preview on #4F2D2F background

This text has black color on #4F2D2F background.


White color preview on #4F2D2F background

This text has white color on #4F2D2F background.