COLOR #4F3A44

HEX: #4F3A44
RGB: (79,58,68)

Color info

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

RGB color model

#4F3A44 color RGB value is (79,58,68).

  • red value is 79;
  • green value is 58;
  • blue value is 68.
RGB:
(79,58,68)
(31%,23%,27%)

RGB channels and saturation

R 79 of 255 = 31%
G 58 of 255 = 23%
B 68 of 255 = 27%

79
58
68

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

Portions of RGB colors in percentages

R + G + B =
79 + 58 + 68 = 205 (100%)
R 79 of 205 ~ 38.54%
G 58 of 205 ~ 28.29%
B 68 of 205 ~ 33.17%

%38.54
%28.29
%33.17

CMYK color model

#4F3A44 color CMYK value is (0,27,14,69).

  • cyan value is 0.00%
  • magenta value is 26.58%
  • yellow value is 13.92%
  • key color value is 69.02%
CMYK:
(0,27,14,69)
C0M27Y14K69 
(0%,27%,14%,69%)
(0.00/0.27/0.14/0.69)	

CMYK percentages

%0
%26.58
%13.92
%69.02

Codes

Color #4F3A44 in popluar color models

4F3A44
RGB795868
HSL331°15.33%26.86%
HSB/HSV331°26.58%30.98%
CMYK0.00%26.58%13.92%
69.02%

Color #4F3A44 in popluar number systems.

HEX4F3A44
Decimal795868
Binary10011111110101000100
Octal11772104

Shades and tints

Shades of #4F3A44

#4F3A44
(79,58,68)
#48353E
(72,53,62)
#413038
(65,48,56)
#3A2B32
(58,43,50)
#33262C
(51,38,44)
#2C2126
(44,33,38)
#251C20
(37,28,32)
#1E171A
(30,23,26)
#171214
(23,18,20)
#100D0E
(16,13,14)
#090808
(9,8,8)
#000000
(0,0,0)

Tints of #4F3A44

#4F3A44
(79,58,68)
#5F4B55
(95,75,85)
#6F5C66
(111,92,102)
#7F6D77
(127,109,119)
#8F7E88
(143,126,136)
#9F8F99
(159,143,153)
#AFA0AA
(175,160,170)
#BFB1BB
(191,177,187)
#CFC2CC
(207,194,204)
#DFD3DD
(223,211,221)
#EFE4EE
(239,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3A44 color. Also use rgb(79,58,68) instead hex code.

Text Font Color

.myTextColor { color: #4F3A44; }

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

This text font color is #4F3A44.


Background Color

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

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

This div background color is #4F3A44.


Border color

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

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

This div border color is #4F3A44.


Opacity

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

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

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

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

This text has shadow with #4F3A44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3A44 on black background.


Color preview on white background

This text has color #4F3A44 on white background.



Black color preview on #4F3A44 background

This text has black color on #4F3A44 background.


White color preview on #4F3A44 background

This text has white color on #4F3A44 background.