COLOR #4F4442

HEX: #4F4442
RGB: (79,68,66)

Color info

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

RGB color model

#4F4442 color RGB value is (79,68,66).

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

RGB channels and saturation

R 79 of 255 = 31%
G 68 of 255 = 27%
B 66 of 255 = 26%

79
68
66

R + G + B ~ 28%. #4F4442 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 68 + 66 = 213 (100%)
R 79 of 213 ~ 37.09%
G 68 of 213 ~ 31.92%
B 66 of 213 ~ 30.99%

%37.09
%31.92
%30.99

CMYK color model

#4F4442 color CMYK value is (0,14,16,69).

  • cyan value is 0.00%
  • magenta value is 13.92%
  • yellow value is 16.46%
  • key color value is 69.02%
CMYK: (0,14,16,69) C0M14Y16K69 (0%,14%,16%,69%) (0.00/0.14/0.16/0.69)

CMYK percentages

%0
%13.92
%16.46
%69.02

Codes

Color #4F4442 in popluar color models

4F4442
RGB796866
HSL8.97%28.43%
HSB/HSV16.46%30.98%
CMYK0.00%13.92%16.46%
69.02%

Color #4F4442 in popluar number systems.

HEX4F4442
Decimal796866
Binary100111110001001000010
Octal117104102

Shades and tints

Shades of #4F4442

#4F4442
(79,68,66)
#483E3C
(72,62,60)
#413836
(65,56,54)
#3A3230
(58,50,48)
#332C2A
(51,44,42)
#2C2624
(44,38,36)
#25201E
(37,32,30)
#1E1A18
(30,26,24)
#171412
(23,20,18)
#100E0C
(16,14,12)
#090806
(9,8,6)
#000000
(0,0,0)

Tints of #4F4442

#4F4442
(79,68,66)
#5F5553
(95,85,83)
#6F6664
(111,102,100)
#7F7775
(127,119,117)
#8F8886
(143,136,134)
#9F9997
(159,153,151)
#AFAAA8
(175,170,168)
#BFBBB9
(191,187,185)
#CFCCCA
(207,204,202)
#DFDDDB
(223,221,219)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4442; }

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

This text font color is #4F4442.


Background Color

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

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

This div background color is #4F4442.


Border color

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

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

This div border color is #4F4442.


Opacity

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

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

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

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

This text has shadow with #4F4442 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4F4442 on black background.


Color preview on white background

This text has color #4F4442 on white background.



Black color preview on #4F4442 background

This text has black color on #4F4442 background.


White color preview on #4F4442 background

This text has white color on #4F4442 background.