COLOR #4F416F

HEX: #4F416F RGB: (79,65,111)

Color info

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

RGB color model

#4F416F color RGB value is (79,65,111).

RGB: (79,65,111) (31%, 25%, 44%)

RGB channels and saturation

R 79 of 255 = 31%
G 65 of 255 = 25%
B 111 of 255 = 44%

79
65
111

R + G + B ~ 33%. #4F416F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 65 + 111 = 255 (100%)
R 79 of 255 ~ 30.98%
G 65 of 255 ~ 25.49%
B 111 of 255 ~ 43.53'%

%30.98
%25.49
%43.53

CMYK color model

#4F416F color CMYK value is (29,41,0,56).

  • cyan value is 28.83%
  • magenta value is 41.44%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (29,41,0,56)
C29M41Y0K56 (29%, 41%, 0%, 56%)
(0.29 / 0.41 / 0.00 / 0.56)

CMYK percentages

%28.83
%41.44
%0
%56.47

Codes

Color #4F416F in popluar color models

4F 41 6F
RGB 79 65 111
HSL 258° 26.14% 34.51%
HSB/HSV 258° 41.44% 43.53%
CMYK 28.83% 41.44% 0.00%
56.47%

Color #4F416F in popluar number systems.

HEX 4F 41 6F
Decimal 79 65 111
Binary 1001111 1000001 1101111
Octal 117 101 157

Shades and tints

Shades of #4F416F

#4F416F
(79,65,111)
#483C65
(72,60,101)
#41375B
(65,55,91)
#3A3251
(58,50,81)
#332D47
(51,45,71)
#2C283D
(44,40,61)
#252333
(37,35,51)
#1E1E29
(30,30,41)
#17191F
(23,25,31)
#101415
(16,20,21)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #4F416F

#4F416F
(79,65,111)
#5F527C
(95,82,124)
#6F6389
(111,99,137)
#7F7496
(127,116,150)
#8F85A3
(143,133,163)
#9F96B0
(159,150,176)
#AFA7BD
(175,167,189)
#BFB8CA
(191,184,202)
#CFC9D7
(207,201,215)
#DFDAE4
(223,218,228)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F416F color. Also use rgb(79,65,111) instead hex code.

Text Font Color

.myTextColor { color: #4F416F; }

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

This text font color is #4F416F.

Background Color

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

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

This div background color is #4F416F.

Border color

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

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

This div border color is #4F416F.

Opacity

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

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

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

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

This text has shadow with #4F416F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F416F.

Preview

Color preview on black background

This text has color #4F416F on black background.


Color preview on white background

This text has color #4F416F on white background.


Black color preview on #4F416F background

This text has black color on #4F416F background.


White color preview on #4F416F background

This text has white color on #4F416F background.


Related colors

Complementary color

Complementary color for #hex is #B0BE90.


I love getcolorcode.com

Triadic colors

1 #6F4F41 and #416F4F with #4F416F are triadic colors.

2 #6F414F and #414F6F with #4F416F are triadic colors.