COLOR #4F5952

HEX: #4F5952
RGB: (79,89,82)

Color info

#4F5952 contains red, green and blue colors in about the same proportion. Web safe color of #4F5952 is #666666 (or #666).

RGB color model

#4F5952 color RGB value is (79,89,82).

  • red value is 79;
  • green value is 89;
  • blue value is 82.
RGB:
(79,89,82)
(31%,35%,32%)

RGB channels and saturation

R 79 of 255 = 31%
G 89 of 255 = 35%
B 82 of 255 = 32%

79
89
82

R + G + B ~ 33%. #4F5952 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 89 + 82 = 250 (100%)
R 79 of 250 ~ 31.6%
G 89 of 250 ~ 35.6%
B 82 of 250 ~ 32.8%

%31.6
%35.6
%32.8

CMYK color model

#4F5952 color CMYK value is (11,0,8,65).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 7.87%
  • key color value is 65.10%
CMYK:
(11,0,8,65)
C11M0Y8K65 
(11%,0%,8%,65%)
(0.11/0.00/0.08/0.65)	

CMYK percentages

%11.24
%0
%7.87
%65.1

Codes

Color #4F5952 in popluar color models

4F5952
RGB798982
HSL138°5.95%32.94%
HSB/HSV138°11.24%34.90%
CMYK11.24%0.00%7.87%
65.10%

Color #4F5952 in popluar number systems.

HEX4F5952
Decimal798982
Binary100111110110011010010
Octal117131122

Shades and tints

Shades of #4F5952

#4F5952
(79,89,82)
#48514B
(72,81,75)
#414944
(65,73,68)
#3A413D
(58,65,61)
#333936
(51,57,54)
#2C312F
(44,49,47)
#252928
(37,41,40)
#1E2121
(30,33,33)
#17191A
(23,25,26)
#101113
(16,17,19)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #4F5952

#4F5952
(79,89,82)
#5F6861
(95,104,97)
#6F7770
(111,119,112)
#7F867F
(127,134,127)
#8F958E
(143,149,142)
#9FA49D
(159,164,157)
#AFB3AC
(175,179,172)
#BFC2BB
(191,194,187)
#CFD1CA
(207,209,202)
#DFE0D9
(223,224,217)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5952 color. Also use rgb(79,89,82) instead hex code.

Text Font Color

.myTextColor { color: #4F5952; }

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

This text font color is #4F5952.


Background Color

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

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

This div background color is #4F5952.


Border color

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

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

This div border color is #4F5952.


Opacity

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

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

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

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

This text has shadow with #4F5952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5952 on black background.


Color preview on white background

This text has color #4F5952 on white background.



Black color preview on #4F5952 background

This text has black color on #4F5952 background.


White color preview on #4F5952 background

This text has white color on #4F5952 background.