COLOR #4F5442

HEX: #4F5442
RGB: (79,84,66)

Color info

#4F5442 contains red, green and blue colors in about the same proportion. Web safe color of #4F5442 is #666633 (or #663).

RGB color model

#4F5442 color RGB value is (79,84,66).

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

RGB channels and saturation

R 79 of 255 = 31%
G 84 of 255 = 33%
B 66 of 255 = 26%

79
84
66

R + G + B ~ 30%. #4F5442 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 84 + 66 = 229 (100%)
R 79 of 229 ~ 34.5%
G 84 of 229 ~ 36.68%
B 66 of 229 ~ 28.82%

%34.5
%36.68
%28.82

CMYK color model

#4F5442 color CMYK value is (6,0,21,67).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 67.06%
CMYK:
(6,0,21,67)
C6M0Y21K67 
(6%,0%,21%,67%)
(0.06/0.00/0.21/0.67)	

CMYK percentages

%5.95
%0
%21.43
%67.06

Codes

Color #4F5442 in popluar color models

4F5442
RGB798466
HSL77°12.00%29.41%
HSB/HSV77°21.43%32.94%
CMYK5.95%0.00%21.43%
67.06%

Color #4F5442 in popluar number systems.

HEX4F5442
Decimal798466
Binary100111110101001000010
Octal117124102

Shades and tints

Shades of #4F5442

#4F5442
(79,84,66)
#484D3C
(72,77,60)
#414636
(65,70,54)
#3A3F30
(58,63,48)
#33382A
(51,56,42)
#2C3124
(44,49,36)
#252A1E
(37,42,30)
#1E2318
(30,35,24)
#171C12
(23,28,18)
#10150C
(16,21,12)
#090E06
(9,14,6)
#000000
(0,0,0)

Tints of #4F5442

#4F5442
(79,84,66)
#5F6353
(95,99,83)
#6F7264
(111,114,100)
#7F8175
(127,129,117)
#8F9086
(143,144,134)
#9F9F97
(159,159,151)
#AFAEA8
(175,174,168)
#BFBDB9
(191,189,185)
#CFCCCA
(207,204,202)
#DFDBDB
(223,219,219)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5442; }

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

This text font color is #4F5442.


Background Color

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

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

This div background color is #4F5442.


Border color

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

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

This div border color is #4F5442.


Opacity

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

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

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

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

This text has shadow with #4F5442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5442 on black background.


Color preview on white background

This text has color #4F5442 on white background.



Black color preview on #4F5442 background

This text has black color on #4F5442 background.


White color preview on #4F5442 background

This text has white color on #4F5442 background.