COLOR #4F393D

HEX: #4F393D
RGB: (79,57,61)

Color info

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

RGB color model

#4F393D color RGB value is (79,57,61).

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

RGB channels and saturation

R 79 of 255 = 31%
G 57 of 255 = 22%
B 61 of 255 = 24%

79
57
61

R + G + B ~ 26%. #4F393D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 57 + 61 = 197 (100%)
R 79 of 197 ~ 40.1%
G 57 of 197 ~ 28.93%
B 61 of 197 ~ 30.96%

%40.1
%28.93
%30.96

CMYK color model

#4F393D color CMYK value is (0,28,23,69).

  • cyan value is 0.00%
  • magenta value is 27.85%
  • yellow value is 22.78%
  • key color value is 69.02%
CMYK:
(0,28,23,69)
C0M28Y23K69 
(0%,28%,23%,69%)
(0.00/0.28/0.23/0.69)	

CMYK percentages

%0
%27.85
%22.78
%69.02

Codes

Color #4F393D in popluar color models

4F393D
RGB795761
HSL349°16.18%26.67%
HSB/HSV349°27.85%30.98%
CMYK0.00%27.85%22.78%
69.02%

Color #4F393D in popluar number systems.

HEX4F393D
Decimal795761
Binary1001111111001111101
Octal1177175

Shades and tints

Shades of #4F393D

#4F393D
(79,57,61)
#483438
(72,52,56)
#412F33
(65,47,51)
#3A2A2E
(58,42,46)
#332529
(51,37,41)
#2C2024
(44,32,36)
#251B1F
(37,27,31)
#1E161A
(30,22,26)
#171115
(23,17,21)
#100C10
(16,12,16)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #4F393D

#4F393D
(79,57,61)
#5F4B4E
(95,75,78)
#6F5D5F
(111,93,95)
#7F6F70
(127,111,112)
#8F8181
(143,129,129)
#9F9392
(159,147,146)
#AFA5A3
(175,165,163)
#BFB7B4
(191,183,180)
#CFC9C5
(207,201,197)
#DFDBD6
(223,219,214)
#EFEDE7
(239,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F393D; }

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

This text font color is #4F393D.


Background Color

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

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

This div background color is #4F393D.


Border color

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

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

This div border color is #4F393D.


Opacity

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

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

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

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

This text has shadow with #4F393D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F393D on black background.


Color preview on white background

This text has color #4F393D on white background.



Black color preview on #4F393D background

This text has black color on #4F393D background.


White color preview on #4F393D background

This text has white color on #4F393D background.