COLOR #4F392D

HEX: #4F392D
RGB: (79,57,45)

Color info

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

RGB color model

#4F392D color RGB value is (79,57,45).

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

RGB channels and saturation

R 79 of 255 = 31%
G 57 of 255 = 22%
B 45 of 255 = 18%

79
57
45

R + G + B ~ 24%. #4F392D is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 57 + 45 = 181 (100%)
R 79 of 181 ~ 43.65%
G 57 of 181 ~ 31.49%
B 45 of 181 ~ 24.86%

%43.65
%31.49
%24.86

CMYK color model

#4F392D color CMYK value is (0,28,43,69).

  • cyan value is 0.00%
  • magenta value is 27.85%
  • yellow value is 43.04%
  • key color value is 69.02%
CMYK:
(0,28,43,69)
C0M28Y43K69 
(0%,28%,43%,69%)
(0.00/0.28/0.43/0.69)	

CMYK percentages

%0
%27.85
%43.04
%69.02

Codes

Color #4F392D in popluar color models

4F392D
RGB795745
HSL21°27.42%24.31%
HSB/HSV21°43.04%30.98%
CMYK0.00%27.85%43.04%
69.02%

Color #4F392D in popluar number systems.

HEX4F392D
Decimal795745
Binary1001111111001101101
Octal1177155

Shades and tints

Shades of #4F392D

#4F392D
(79,57,45)
#483429
(72,52,41)
#412F25
(65,47,37)
#3A2A21
(58,42,33)
#33251D
(51,37,29)
#2C2019
(44,32,25)
#251B15
(37,27,21)
#1E1611
(30,22,17)
#17110D
(23,17,13)
#100C09
(16,12,9)
#090705
(9,7,5)
#000000
(0,0,0)

Tints of #4F392D

#4F392D
(79,57,45)
#5F4B40
(95,75,64)
#6F5D53
(111,93,83)
#7F6F66
(127,111,102)
#8F8179
(143,129,121)
#9F938C
(159,147,140)
#AFA59F
(175,165,159)
#BFB7B2
(191,183,178)
#CFC9C5
(207,201,197)
#DFDBD8
(223,219,216)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F392D; }

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

This text font color is #4F392D.


Background Color

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

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

This div background color is #4F392D.


Border color

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

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

This div border color is #4F392D.


Opacity

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

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

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

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

This text has shadow with #4F392D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F392D on black background.


Color preview on white background

This text has color #4F392D on white background.



Black color preview on #4F392D background

This text has black color on #4F392D background.


White color preview on #4F392D background

This text has white color on #4F392D background.