COLOR #4F3031

HEX: #4F3031 RGB: (79,48,49)

Color info

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

RGB color model

#4F3031 color RGB value is (79,48,49).

RGB: (79,48,49) (31%, 19%, 19%)

RGB channels and saturation

R 79 of 255 = 31%
G 48 of 255 = 19%
B 49 of 255 = 19%

79
48
49

R + G + B ~ 23%. #4F3031 is dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 48 + 49 = 176 (100%)
R 79 of 176 ~ 44.89%
G 48 of 176 ~ 27.27%
B 49 of 176 ~ 27.84'%

%44.89
%27.27
%27.84

CMYK color model

#4F3031 color CMYK value is (0,39,38,69).

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

CMYK: (0,39,38,69)
C0M39Y38K69 (0%, 39%, 38%, 69%)
(0.00 / 0.39 / 0.38 / 0.69)

CMYK percentages

%0
%39.24
%37.97
%69.02

Codes

Color #4F3031 in popluar color models

4F 30 31
RGB 79 48 49
HSL 358° 24.41% 24.90%
HSB/HSV 358° 39.24% 30.98%
CMYK 0.00% 39.24% 37.97%
69.02%

Color #4F3031 in popluar number systems.

HEX 4F 30 31
Decimal 79 48 49
Binary 1001111 110000 110001
Octal 117 60 61

Shades and tints

Shades of #4F3031

#4F3031
(79,48,49)
#482C2D
(72,44,45)
#412829
(65,40,41)
#3A2425
(58,36,37)
#332021
(51,32,33)
#2C1C1D
(44,28,29)
#251819
(37,24,25)
#1E1415
(30,20,21)
#171011
(23,16,17)
#100C0D
(16,12,13)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #4F3031

#4F3031
(79,48,49)
#5F4243
(95,66,67)
#6F5455
(111,84,85)
#7F6667
(127,102,103)
#8F7879
(143,120,121)
#9F8A8B
(159,138,139)
#AF9C9D
(175,156,157)
#BFAEAF
(191,174,175)
#CFC0C1
(207,192,193)
#DFD2D3
(223,210,211)
#EFE4E5
(239,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3031; }

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

This text font color is #4F3031.

Background Color

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

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

This div background color is #4F3031.

Border color

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

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

This div border color is #4F3031.

Opacity

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

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

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

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

This text has shadow with #4F3031 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F3031.

Preview

Color preview on black background

This text has color #4F3031 on black background.


Color preview on white background

This text has color #4F3031 on white background.


Black color preview on #4F3031 background

This text has black color on #4F3031 background.


White color preview on #4F3031 background

This text has white color on #4F3031 background.


Related colors

Complementary color

Complementary color for #hex is #B0CFCE.


I love getcolorcode.com

Triadic colors

1 #314F30 and #30314F with #4F3031 are triadic colors.

2 #31304F and #304F31 with #4F3031 are triadic colors.