COLOR #4F3450

HEX: #4F3450 RGB: (79,52,80)

Color info

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

RGB color model

#4F3450 color RGB value is (79,52,80).

RGB: (79,52,80) (31%, 20%, 31%)

RGB channels and saturation

R 79 of 255 = 31%
G 52 of 255 = 20%
B 80 of 255 = 31%

79
52
80

R + G + B ~ 27%. #4F3450 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 52 + 80 = 211 (100%)
R 79 of 211 ~ 37.44%
G 52 of 211 ~ 24.64%
B 80 of 211 ~ 37.91'%

%37.44
%24.64
%37.91

CMYK color model

#4F3450 color CMYK value is (1,35,0,69).

  • cyan value is 1.25%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (1,35,0,69)
C1M35Y0K69 (1%, 35%, 0%, 69%)
(0.01 / 0.35 / 0.00 / 0.69)

CMYK percentages

%1.25
%35
%0
%68.63

Codes

Color #4F3450 in popluar color models

4F 34 50
RGB 79 52 80
HSL 298° 21.21% 25.88%
HSB/HSV 298° 35.00% 31.37%
CMYK 1.25% 35.00% 0.00%
68.63%

Color #4F3450 in popluar number systems.

HEX 4F 34 50
Decimal 79 52 80
Binary 1001111 110100 1010000
Octal 117 64 120

Shades and tints

Shades of #4F3450

#4F3450
(79,52,80)
#483049
(72,48,73)
#412C42
(65,44,66)
#3A283B
(58,40,59)
#332434
(51,36,52)
#2C202D
(44,32,45)
#251C26
(37,28,38)
#1E181F
(30,24,31)
#171418
(23,20,24)
#101011
(16,16,17)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #4F3450

#4F3450
(79,52,80)
#5F465F
(95,70,95)
#6F586E
(111,88,110)
#7F6A7D
(127,106,125)
#8F7C8C
(143,124,140)
#9F8E9B
(159,142,155)
#AFA0AA
(175,160,170)
#BFB2B9
(191,178,185)
#CFC4C8
(207,196,200)
#DFD6D7
(223,214,215)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3450 color. Also use rgb(79,52,80) instead hex code.

Text Font Color

.myTextColor { color: #4F3450; }

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

This text font color is #4F3450.

Background Color

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

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

This div background color is #4F3450.

Border color

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

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

This div border color is #4F3450.

Opacity

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

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

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

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

This text has shadow with #4F3450 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F3450.

Preview

Color preview on black background

This text has color #4F3450 on black background.


Color preview on white background

This text has color #4F3450 on white background.


Black color preview on #4F3450 background

This text has black color on #4F3450 background.


White color preview on #4F3450 background

This text has white color on #4F3450 background.


Related colors

Complementary color

Complementary color for #hex is #B0CBAF.


I love getcolorcode.com

Triadic colors

1 #504F34 and #34504F with #4F3450 are triadic colors.

2 #50344F and #344F50 with #4F3450 are triadic colors.