COLOR #4F425B

HEX: #4F425B RGB: (79,66,91)

Color info

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

RGB color model

#4F425B color RGB value is (79,66,91).

RGB: (79,66,91) (31%, 26%, 36%)

RGB channels and saturation

R 79 of 255 = 31%
G 66 of 255 = 26%
B 91 of 255 = 36%

79
66
91

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

Portions of RGB colors in percentages

R + G + B = 79 + 66 + 91 = 236 (100%)
R 79 of 236 ~ 33.47%
G 66 of 236 ~ 27.97%
B 91 of 236 ~ 38.56'%

%33.47
%27.97
%38.56

CMYK color model

#4F425B color CMYK value is (13,27,0,64).

  • cyan value is 13.19%
  • magenta value is 27.47%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (13,27,0,64)
C13M27Y0K64 (13%, 27%, 0%, 64%)
(0.13 / 0.27 / 0.00 / 0.64)

CMYK percentages

%13.19
%27.47
%0
%64.31

Codes

Color #4F425B in popluar color models

4F 42 5B
RGB 79 66 91
HSL 271° 15.92% 30.78%
HSB/HSV 271° 27.47% 35.69%
CMYK 13.19% 27.47% 0.00%
64.31%

Color #4F425B in popluar number systems.

HEX 4F 42 5B
Decimal 79 66 91
Binary 1001111 1000010 1011011
Octal 117 102 133

Shades and tints

Shades of #4F425B

#4F425B
(79,66,91)
#483C53
(72,60,83)
#41364B
(65,54,75)
#3A3043
(58,48,67)
#332A3B
(51,42,59)
#2C2433
(44,36,51)
#251E2B
(37,30,43)
#1E1823
(30,24,35)
#17121B
(23,18,27)
#100C13
(16,12,19)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #4F425B

#4F425B
(79,66,91)
#5F5369
(95,83,105)
#6F6477
(111,100,119)
#7F7585
(127,117,133)
#8F8693
(143,134,147)
#9F97A1
(159,151,161)
#AFA8AF
(175,168,175)
#BFB9BD
(191,185,189)
#CFCACB
(207,202,203)
#DFDBD9
(223,219,217)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F425B; }

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

This text font color is #4F425B.

Background Color

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

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

This div background color is #4F425B.

Border color

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

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

This div border color is #4F425B.

Opacity

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

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

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

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

This text has shadow with #4F425B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F425B.

Preview

Color preview on black background

This text has color #4F425B on black background.


Color preview on white background

This text has color #4F425B on white background.


Black color preview on #4F425B background

This text has black color on #4F425B background.


White color preview on #4F425B background

This text has white color on #4F425B background.


Related colors

Complementary color

Complementary color for #hex is #B0BDA4.


I love getcolorcode.com

Triadic colors

1 #5B4F42 and #425B4F with #4F425B are triadic colors.

2 #5B424F and #424F5B with #4F425B are triadic colors.