COLOR #4F4853

HEX: #4F4853 RGB: (79,72,83)

Color info

#4F4853 contains red, green and blue colors in about the same proportion. Web safe color of #4F4853 is #663366 (or #636).

RGB color model

#4F4853 color RGB value is (79,72,83).

RGB: (79,72,83) (31%, 28%, 33%)

RGB channels and saturation

R 79 of 255 = 31%
G 72 of 255 = 28%
B 83 of 255 = 33%

79
72
83

R + G + B ~ 31%. #4F4853 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 72 + 83 = 234 (100%)
R 79 of 234 ~ 33.76%
G 72 of 234 ~ 30.77%
B 83 of 234 ~ 35.47'%

%33.76
%30.77
%35.47

CMYK color model

#4F4853 color CMYK value is (5,13,0,67).

  • cyan value is 4.82%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK: (5,13,0,67) C5M13Y0K67 (5%,13%,0%,67%) (0.05/0.13/0.00/0.67) 

CMYK percentages

%4.82
%13.25
%0
%67.45

Codes

Color #4F4853 in popluar color models

4F 48 53
RGB 79 72 83
HSL 278° 7.10% 30.39%
HSB/HSV 278° 13.25% 32.55%
CMYK 4.82% 13.25% 0.00%
67.45%

Color #4F4853 in popluar number systems.

HEX 4F 48 53
Decimal 79 72 83
Binary 1001111 1001000 1010011
Octal 117 110 123

Shades and tints

Shades of #4F4853

#4F4853
(79,72,83)
#48424C
(72,66,76)
#413C45
(65,60,69)
#3A363E
(58,54,62)
#333037
(51,48,55)
#2C2A30
(44,42,48)
#252429
(37,36,41)
#1E1E22
(30,30,34)
#17181B
(23,24,27)
#101214
(16,18,20)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #4F4853

#4F4853
(79,72,83)
#5F5862
(95,88,98)
#6F6871
(111,104,113)
#7F7880
(127,120,128)
#8F888F
(143,136,143)
#9F989E
(159,152,158)
#AFA8AD
(175,168,173)
#BFB8BC
(191,184,188)
#CFC8CB
(207,200,203)
#DFD8DA
(223,216,218)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4853 color. Also use rgb(79,72,83) instead hex code.

Text Font Color

.myTextColor { color: #4F4853; }

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

This text font color is #4F4853.

Background Color

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

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

This div background color is #4F4853.

Border color

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

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

This div border color is #4F4853.

Opacity

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

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

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

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

This text has shadow with #4F4853 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4853.

Preview

Color preview on black background

This text has color #4F4853 on black background.


Color preview on white background

This text has color #4F4853 on white background.


Black color preview on #4F4853 background

This text has black color on #4F4853 background.


White color preview on #4F4853 background

This text has white color on #4F4853 background.


Related colors

Complementary color

Complementary color for #hex is #B0B7AC.


I love getcolorcode.com

Triadic colors

1 #534F48 and #48534F with #4F4853 are triadic colors.

2 #53484F and #484F53 with #4F4853 are triadic colors.