COLOR #4F394B

HEX: #4F394B RGB: (79,57,75)

Color info

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

RGB color model

#4F394B color RGB value is (79,57,75).

RGB: (79,57,75) (31%, 22%, 29%)

RGB channels and saturation

R 79 of 255 = 31%
G 57 of 255 = 22%
B 75 of 255 = 29%

79
57
75

R + G + B ~ 27%. #4F394B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 57 + 75 = 211 (100%)
R 79 of 211 ~ 37.44%
G 57 of 211 ~ 27.01%
B 75 of 211 ~ 35.55'%

%37.44
%27.01
%35.55

CMYK color model

#4F394B color CMYK value is (0,28,5,69).

  • cyan value is 0.00%
  • magenta value is 27.85%
  • yellow value is 5.06%
  • key color value is 69.02%

CMYK: (0,28,5,69)
C0M28Y5K69 (0%, 28%, 5%, 69%)
(0.00 / 0.28 / 0.05 / 0.69)

CMYK percentages

%0
%27.85
%5.06
%69.02

Codes

Color #4F394B in popluar color models

4F 39 4B
RGB 79 57 75
HSL 311° 16.18% 26.67%
HSB/HSV 311° 27.85% 30.98%
CMYK 0.00% 27.85% 5.06%
69.02%

Color #4F394B in popluar number systems.

HEX 4F 39 4B
Decimal 79 57 75
Binary 1001111 111001 1001011
Octal 117 71 113

Shades and tints

Shades of #4F394B

#4F394B
(79,57,75)
#483445
(72,52,69)
#412F3F
(65,47,63)
#3A2A39
(58,42,57)
#332533
(51,37,51)
#2C202D
(44,32,45)
#251B27
(37,27,39)
#1E1621
(30,22,33)
#17111B
(23,17,27)
#100C15
(16,12,21)
#09070F
(9,7,15)
#000000
(0,0,0)

Tints of #4F394B

#4F394B
(79,57,75)
#5F4B5B
(95,75,91)
#6F5D6B
(111,93,107)
#7F6F7B
(127,111,123)
#8F818B
(143,129,139)
#9F939B
(159,147,155)
#AFA5AB
(175,165,171)
#BFB7BB
(191,183,187)
#CFC9CB
(207,201,203)
#DFDBDB
(223,219,219)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F394B; }

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

This text font color is #4F394B.

Background Color

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

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

This div background color is #4F394B.

Border color

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

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

This div border color is #4F394B.

Opacity

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

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

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

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

This text has shadow with #4F394B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F394B.

Preview

Color preview on black background

This text has color #4F394B on black background.


Color preview on white background

This text has color #4F394B on white background.


Black color preview on #4F394B background

This text has black color on #4F394B background.


White color preview on #4F394B background

This text has white color on #4F394B background.


Related colors

Complementary color

Complementary color for #hex is #B0C6B4.


I love getcolorcode.com

Triadic colors

1 #4B4F39 and #394B4F with #4F394B are triadic colors.

2 #4B394F and #394F4B with #4F394B are triadic colors.