COLOR #4F3849

HEX: #4F3849
RGB: (79,56,73)

Color info

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

RGB color model

#4F3849 color RGB value is (79,56,73).

  • red value is 79;
  • green value is 56;
  • blue value is 73.
RGB:
(79,56,73)
(31%,22%,29%)

RGB channels and saturation

R 79 of 255 = 31%
G 56 of 255 = 22%
B 73 of 255 = 29%

79
56
73

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

Portions of RGB colors in percentages

R + G + B =
79 + 56 + 73 = 208 (100%)
R 79 of 208 ~ 37.98%
G 56 of 208 ~ 26.92%
B 73 of 208 ~ 35.1%

%37.98
%26.92
%35.1

CMYK color model

#4F3849 color CMYK value is (0,29,8,69).

  • cyan value is 0.00%
  • magenta value is 29.11%
  • yellow value is 7.59%
  • key color value is 69.02%
CMYK:
(0,29,8,69)
C0M29Y8K69 
(0%,29%,8%,69%)
(0.00/0.29/0.08/0.69)	

CMYK percentages

%0
%29.11
%7.59
%69.02

Codes

Color #4F3849 in popluar color models

4F3849
RGB795673
HSL316°17.04%26.47%
HSB/HSV316°29.11%30.98%
CMYK0.00%29.11%7.59%
69.02%

Color #4F3849 in popluar number systems.

HEX4F3849
Decimal795673
Binary10011111110001001001
Octal11770111

Shades and tints

Shades of #4F3849

#4F3849
(79,56,73)
#483343
(72,51,67)
#412E3D
(65,46,61)
#3A2937
(58,41,55)
#332431
(51,36,49)
#2C1F2B
(44,31,43)
#251A25
(37,26,37)
#1E151F
(30,21,31)
#171019
(23,16,25)
#100B13
(16,11,19)
#09060D
(9,6,13)
#000000
(0,0,0)

Tints of #4F3849

#4F3849
(79,56,73)
#5F4A59
(95,74,89)
#6F5C69
(111,92,105)
#7F6E79
(127,110,121)
#8F8089
(143,128,137)
#9F9299
(159,146,153)
#AFA4A9
(175,164,169)
#BFB6B9
(191,182,185)
#CFC8C9
(207,200,201)
#DFDAD9
(223,218,217)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3849 color. Also use rgb(79,56,73) instead hex code.

Text Font Color

.myTextColor { color: #4F3849; }

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

This text font color is #4F3849.


Background Color

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

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

This div background color is #4F3849.


Border color

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

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

This div border color is #4F3849.


Opacity

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

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

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

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

This text has shadow with #4F3849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3849 on black background.


Color preview on white background

This text has color #4F3849 on white background.



Black color preview on #4F3849 background

This text has black color on #4F3849 background.


White color preview on #4F3849 background

This text has white color on #4F3849 background.