COLOR #4F4546

HEX: #4F4546
RGB: (79,69,70)

Color info

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

RGB color model

#4F4546 color RGB value is (79,69,70).

  • red value is 79;
  • green value is 69;
  • blue value is 70.
RGB:
(79,69,70)
(31%,27%,27%)

RGB channels and saturation

R 79 of 255 = 31%
G 69 of 255 = 27%
B 70 of 255 = 27%

79
69
70

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

Portions of RGB colors in percentages

R + G + B =
79 + 69 + 70 = 218 (100%)
R 79 of 218 ~ 36.24%
G 69 of 218 ~ 31.65%
B 70 of 218 ~ 32.11%

%36.24
%31.65
%32.11

CMYK color model

#4F4546 color CMYK value is (0,13,11,69).

  • cyan value is 0.00%
  • magenta value is 12.66%
  • yellow value is 11.39%
  • key color value is 69.02%
CMYK:
(0,13,11,69)
C0M13Y11K69 
(0%,13%,11%,69%)
(0.00/0.13/0.11/0.69)	

CMYK percentages

%0
%12.66
%11.39
%69.02

Codes

Color #4F4546 in popluar color models

4F4546
RGB796970
HSL354°6.76%29.02%
HSB/HSV354°12.66%30.98%
CMYK0.00%12.66%11.39%
69.02%

Color #4F4546 in popluar number systems.

HEX4F4546
Decimal796970
Binary100111110001011000110
Octal117105106

Shades and tints

Shades of #4F4546

#4F4546
(79,69,70)
#483F40
(72,63,64)
#41393A
(65,57,58)
#3A3334
(58,51,52)
#332D2E
(51,45,46)
#2C2728
(44,39,40)
#252122
(37,33,34)
#1E1B1C
(30,27,28)
#171516
(23,21,22)
#100F10
(16,15,16)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #4F4546

#4F4546
(79,69,70)
#5F5556
(95,85,86)
#6F6566
(111,101,102)
#7F7576
(127,117,118)
#8F8586
(143,133,134)
#9F9596
(159,149,150)
#AFA5A6
(175,165,166)
#BFB5B6
(191,181,182)
#CFC5C6
(207,197,198)
#DFD5D6
(223,213,214)
#EFE5E6
(239,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4546 color. Also use rgb(79,69,70) instead hex code.

Text Font Color

.myTextColor { color: #4F4546; }

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

This text font color is #4F4546.


Background Color

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

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

This div background color is #4F4546.


Border color

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

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

This div border color is #4F4546.


Opacity

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

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

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

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

This text has shadow with #4F4546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4546 on black background.


Color preview on white background

This text has color #4F4546 on white background.



Black color preview on #4F4546 background

This text has black color on #4F4546 background.


White color preview on #4F4546 background

This text has white color on #4F4546 background.