COLOR #4F313B

HEX: #4F313B RGB: (79,49,59)

Color info

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

RGB color model

#4F313B color RGB value is (79,49,59).

RGB: (79,49,59) (31%, 19%, 23%)

RGB channels and saturation

R 79 of 255 = 31%
G 49 of 255 = 19%
B 59 of 255 = 23%

79
49
59

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

Portions of RGB colors in percentages

R + G + B = 79 + 49 + 59 = 187 (100%)
R 79 of 187 ~ 42.25%
G 49 of 187 ~ 26.2%
B 59 of 187 ~ 31.55'%

%42.25
%26.2
%31.55

CMYK color model

#4F313B color CMYK value is (0,38,25,69).

  • cyan value is 0.00%
  • magenta value is 37.97%
  • yellow value is 25.32%
  • key color value is 69.02%

CMYK: (0,38,25,69)
C0M38Y25K69 (0%, 38%, 25%, 69%)
(0.00 / 0.38 / 0.25 / 0.69)

CMYK percentages

%0
%37.97
%25.32
%69.02

Codes

Color #4F313B in popluar color models

4F 31 3B
RGB 79 49 59
HSL 340° 23.44% 25.10%
HSB/HSV 340° 37.97% 30.98%
CMYK 0.00% 37.97% 25.32%
69.02%

Color #4F313B in popluar number systems.

HEX 4F 31 3B
Decimal 79 49 59
Binary 1001111 110001 111011
Octal 117 61 73

Shades and tints

Shades of #4F313B

#4F313B
(79,49,59)
#482D36
(72,45,54)
#412931
(65,41,49)
#3A252C
(58,37,44)
#332127
(51,33,39)
#2C1D22
(44,29,34)
#25191D
(37,25,29)
#1E1518
(30,21,24)
#171113
(23,17,19)
#100D0E
(16,13,14)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #4F313B

#4F313B
(79,49,59)
#5F434C
(95,67,76)
#6F555D
(111,85,93)
#7F676E
(127,103,110)
#8F797F
(143,121,127)
#9F8B90
(159,139,144)
#AF9DA1
(175,157,161)
#BFAFB2
(191,175,178)
#CFC1C3
(207,193,195)
#DFD3D4
(223,211,212)
#EFE5E5
(239,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F313B; }

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

This text font color is #4F313B.

Background Color

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

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

This div background color is #4F313B.

Border color

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

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

This div border color is #4F313B.

Opacity

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

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

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

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

This text has shadow with #4F313B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F313B.

Preview

Color preview on black background

This text has color #4F313B on black background.


Color preview on white background

This text has color #4F313B on white background.


Black color preview on #4F313B background

This text has black color on #4F313B background.


White color preview on #4F313B background

This text has white color on #4F313B background.


Related colors

Complementary color

Complementary color for #hex is #B0CEC4.


I love getcolorcode.com

Triadic colors

1 #3B4F31 and #313B4F with #4F313B are triadic colors.

2 #3B314F and #314F3B with #4F313B are triadic colors.