COLOR #4F424A

HEX: #4F424A RGB: (79,66,74)

Color info

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

RGB color model

#4F424A color RGB value is (79,66,74).

RGB: (79,66,74) (31%, 26%, 29%)

RGB channels and saturation

R 79 of 255 = 31%
G 66 of 255 = 26%
B 74 of 255 = 29%

79
66
74

R + G + B ~ 29%. #4F424A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 66 + 74 = 219 (100%)
R 79 of 219 ~ 36.07%
G 66 of 219 ~ 30.14%
B 74 of 219 ~ 33.79'%

%36.07
%30.14
%33.79

CMYK color model

#4F424A color CMYK value is (0,16,6,69).

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 6.33%
  • key color value is 69.02%

CMYK: (0,16,6,69)
C0M16Y6K69 (0%, 16%, 6%, 69%)
(0.00 / 0.16 / 0.06 / 0.69)

CMYK percentages

%0
%16.46
%6.33
%69.02

Codes

Color #4F424A in popluar color models

4F 42 4A
RGB 79 66 74
HSL 323° 8.97% 28.43%
HSB/HSV 323° 16.46% 30.98%
CMYK 0.00% 16.46% 6.33%
69.02%

Color #4F424A in popluar number systems.

HEX 4F 42 4A
Decimal 79 66 74
Binary 1001111 1000010 1001010
Octal 117 102 112

Shades and tints

Shades of #4F424A

#4F424A
(79,66,74)
#483C44
(72,60,68)
#41363E
(65,54,62)
#3A3038
(58,48,56)
#332A32
(51,42,50)
#2C242C
(44,36,44)
#251E26
(37,30,38)
#1E1820
(30,24,32)
#17121A
(23,18,26)
#100C14
(16,12,20)
#09060E
(9,6,14)
#000000
(0,0,0)

Tints of #4F424A

#4F424A
(79,66,74)
#5F535A
(95,83,90)
#6F646A
(111,100,106)
#7F757A
(127,117,122)
#8F868A
(143,134,138)
#9F979A
(159,151,154)
#AFA8AA
(175,168,170)
#BFB9BA
(191,185,186)
#CFCACA
(207,202,202)
#DFDBDA
(223,219,218)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F424A; }

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

This text font color is #4F424A.

Background Color

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

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

This div background color is #4F424A.

Border color

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

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

This div border color is #4F424A.

Opacity

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

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

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

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

This text has shadow with #4F424A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F424A.

Preview

Color preview on black background

This text has color #4F424A on black background.


Color preview on white background

This text has color #4F424A on white background.


Black color preview on #4F424A background

This text has black color on #4F424A background.


White color preview on #4F424A background

This text has white color on #4F424A background.


Related colors

Complementary color

Complementary color for #hex is #B0BDB5.


I love getcolorcode.com

Triadic colors

1 #4A4F42 and #424A4F with #4F424A are triadic colors.

2 #4A424F and #424F4A with #4F424A are triadic colors.