COLOR #4F393E

HEX: #4F393E RGB: (79,57,62)

Color info

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

RGB color model

#4F393E color RGB value is (79,57,62).

RGB: (79,57,62) (31%, 22%, 24%)

RGB channels and saturation

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

79
57
62

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

Portions of RGB colors in percentages

R + G + B = 79 + 57 + 62 = 198 (100%)
R 79 of 198 ~ 39.9%
G 57 of 198 ~ 28.79%
B 62 of 198 ~ 31.31'%

%39.9
%28.79
%31.31

CMYK color model

#4F393E color CMYK value is (0,28,22,69).

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

CMYK: (0,28,22,69)
C0M28Y22K69 (0%, 28%, 22%, 69%)
(0.00 / 0.28 / 0.22 / 0.69)

CMYK percentages

%0
%27.85
%21.52
%69.02

Codes

Color #4F393E in popluar color models

4F 39 3E
RGB 79 57 62
HSL 346° 16.18% 26.67%
HSB/HSV 346° 27.85% 30.98%
CMYK 0.00% 27.85% 21.52%
69.02%

Color #4F393E in popluar number systems.

HEX 4F 39 3E
Decimal 79 57 62
Binary 1001111 111001 111110
Octal 117 71 76

Shades and tints

Shades of #4F393E

#4F393E
(79,57,62)
#483439
(72,52,57)
#412F34
(65,47,52)
#3A2A2F
(58,42,47)
#33252A
(51,37,42)
#2C2025
(44,32,37)
#251B20
(37,27,32)
#1E161B
(30,22,27)
#171116
(23,17,22)
#100C11
(16,12,17)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #4F393E

#4F393E
(79,57,62)
#5F4B4F
(95,75,79)
#6F5D60
(111,93,96)
#7F6F71
(127,111,113)
#8F8182
(143,129,130)
#9F9393
(159,147,147)
#AFA5A4
(175,165,164)
#BFB7B5
(191,183,181)
#CFC9C6
(207,201,198)
#DFDBD7
(223,219,215)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F393E; }

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

This text font color is #4F393E.

Background Color

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

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

This div background color is #4F393E.

Border color

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

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

This div border color is #4F393E.

Opacity

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

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

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

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

This text has shadow with #4F393E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F393E.

Preview

Color preview on black background

This text has color #4F393E on black background.


Color preview on white background

This text has color #4F393E on white background.


Black color preview on #4F393E background

This text has black color on #4F393E background.


White color preview on #4F393E background

This text has white color on #4F393E background.


Related colors

Complementary color

Complementary color for #hex is #B0C6C1.


I love getcolorcode.com

Triadic colors

1 #3E4F39 and #393E4F with #4F393E are triadic colors.

2 #3E394F and #394F3E with #4F393E are triadic colors.