COLOR #4F4256

HEX: #4F4256 RGB: (79,66,86)

Color info

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

RGB color model

#4F4256 color RGB value is (79,66,86).

RGB: (79,66,86) (31%, 26%, 34%)

RGB channels and saturation

R 79 of 255 = 31%
G 66 of 255 = 26%
B 86 of 255 = 34%

79
66
86

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

Portions of RGB colors in percentages

R + G + B = 79 + 66 + 86 = 231 (100%)
R 79 of 231 ~ 34.2%
G 66 of 231 ~ 28.57%
B 86 of 231 ~ 37.23'%

%34.2
%28.57
%37.23

CMYK color model

#4F4256 color CMYK value is (8,23,0,66).

  • cyan value is 8.14%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 66.27%

CMYK: (8,23,0,66)
C8M23Y0K66 (8%, 23%, 0%, 66%)
(0.08 / 0.23 / 0.00 / 0.66)

CMYK percentages

%8.14
%23.26
%0
%66.27

Codes

Color #4F4256 in popluar color models

4F 42 56
RGB 79 66 86
HSL 279° 13.16% 29.80%
HSB/HSV 279° 23.26% 33.73%
CMYK 8.14% 23.26% 0.00%
66.27%

Color #4F4256 in popluar number systems.

HEX 4F 42 56
Decimal 79 66 86
Binary 1001111 1000010 1010110
Octal 117 102 126

Shades and tints

Shades of #4F4256

#4F4256
(79,66,86)
#483C4F
(72,60,79)
#413648
(65,54,72)
#3A3041
(58,48,65)
#332A3A
(51,42,58)
#2C2433
(44,36,51)
#251E2C
(37,30,44)
#1E1825
(30,24,37)
#17121E
(23,18,30)
#100C17
(16,12,23)
#090610
(9,6,16)
#000000
(0,0,0)

Tints of #4F4256

#4F4256
(79,66,86)
#5F5365
(95,83,101)
#6F6474
(111,100,116)
#7F7583
(127,117,131)
#8F8692
(143,134,146)
#9F97A1
(159,151,161)
#AFA8B0
(175,168,176)
#BFB9BF
(191,185,191)
#CFCACE
(207,202,206)
#DFDBDD
(223,219,221)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4256; }

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

This text font color is #4F4256.

Background Color

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

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

This div background color is #4F4256.

Border color

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

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

This div border color is #4F4256.

Opacity

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

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

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

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

This text has shadow with #4F4256 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4256.

Preview

Color preview on black background

This text has color #4F4256 on black background.


Color preview on white background

This text has color #4F4256 on white background.


Black color preview on #4F4256 background

This text has black color on #4F4256 background.


White color preview on #4F4256 background

This text has white color on #4F4256 background.


Related colors

Complementary color

Complementary color for #hex is #B0BDA9.


I love getcolorcode.com

Triadic colors

1 #564F42 and #42564F with #4F4256 are triadic colors.

2 #56424F and #424F56 with #4F4256 are triadic colors.