COLOR #4F3136

HEX: #4F3136 RGB: (79,49,54)

Color info

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

RGB color model

#4F3136 color RGB value is (79,49,54).

RGB: (79,49,54) (31%, 19%, 21%)

RGB channels and saturation

R 79 of 255 = 31%
G 49 of 255 = 19%
B 54 of 255 = 21%

79
49
54

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

Portions of RGB colors in percentages

R + G + B = 79 + 49 + 54 = 182 (100%)
R 79 of 182 ~ 43.41%
G 49 of 182 ~ 26.92%
B 54 of 182 ~ 29.67'%

%43.41
%26.92
%29.67

CMYK color model

#4F3136 color CMYK value is (0,38,32,69).

  • cyan value is 0.00%
  • magenta value is 37.97%
  • yellow value is 31.65%
  • key color value is 69.02%
CMYK: (0,38,32,69) C0M38Y32K69 (0%,38%,32%,69%) (0.00/0.38/0.32/0.69) 

CMYK percentages

%0
%37.97
%31.65
%69.02

Codes

Color #4F3136 in popluar color models

4F 31 36
RGB 79 49 54
HSL 350° 23.44% 25.10%
HSB/HSV 350° 37.97% 30.98%
CMYK 0.00% 37.97% 31.65%
69.02%

Color #4F3136 in popluar number systems.

HEX 4F 31 36
Decimal 79 49 54
Binary 1001111 110001 110110
Octal 117 61 66

Shades and tints

Shades of #4F3136

#4F3136
(79,49,54)
#482D32
(72,45,50)
#41292E
(65,41,46)
#3A252A
(58,37,42)
#332126
(51,33,38)
#2C1D22
(44,29,34)
#25191E
(37,25,30)
#1E151A
(30,21,26)
#171116
(23,17,22)
#100D12
(16,13,18)
#09090E
(9,9,14)
#000000
(0,0,0)

Tints of #4F3136

#4F3136
(79,49,54)
#5F4348
(95,67,72)
#6F555A
(111,85,90)
#7F676C
(127,103,108)
#8F797E
(143,121,126)
#9F8B90
(159,139,144)
#AF9DA2
(175,157,162)
#BFAFB4
(191,175,180)
#CFC1C6
(207,193,198)
#DFD3D8
(223,211,216)
#EFE5EA
(239,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3136 color. Also use rgb(79,49,54) instead hex code.

Text Font Color

.myTextColor { color: #4F3136; }

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

This text font color is #4F3136.

Background Color

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

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

This div background color is #4F3136.

Border color

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

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

This div border color is #4F3136.

Opacity

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

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

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

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

This text has shadow with #4F3136 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F3136.

Preview

Color preview on black background

This text has color #4F3136 on black background.


Color preview on white background

This text has color #4F3136 on white background.


Black color preview on #4F3136 background

This text has black color on #4F3136 background.


White color preview on #4F3136 background

This text has white color on #4F3136 background.


Related colors

Complementary color

Complementary color for #hex is #B0CEC9.


I love getcolorcode.com

Triadic colors

1 #364F31 and #31364F with #4F3136 are triadic colors.

2 #36314F and #314F36 with #4F3136 are triadic colors.