COLOR #4F375C

HEX: #4F375C RGB: (79,55,92)

Color info

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

RGB color model

#4F375C color RGB value is (79,55,92).

RGB: (79,55,92) (31%, 22%, 36%)

RGB channels and saturation

R 79 of 255 = 31%
G 55 of 255 = 22%
B 92 of 255 = 36%

79
55
92

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

Portions of RGB colors in percentages

R + G + B = 79 + 55 + 92 = 226 (100%)
R 79 of 226 ~ 34.96%
G 55 of 226 ~ 24.34%
B 92 of 226 ~ 40.71'%

%34.96
%24.34
%40.71

CMYK color model

#4F375C color CMYK value is (14,40,0,64).

  • cyan value is 14.13%
  • magenta value is 40.22%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK: (14,40,0,64) C14M40Y0K64 (14%,40%,0%,64%) (0.14/0.40/0.00/0.64) 

CMYK percentages

%14.13
%40.22
%0
%63.92

Codes

Color #4F375C in popluar color models

4F 37 5C
RGB 79 55 92
HSL 279° 25.17% 28.82%
HSB/HSV 279° 40.22% 36.08%
CMYK 14.13% 40.22% 0.00%
63.92%

Color #4F375C in popluar number systems.

HEX 4F 37 5C
Decimal 79 55 92
Binary 1001111 110111 1011100
Octal 117 67 134

Shades and tints

Shades of #4F375C

#4F375C
(79,55,92)
#483254
(72,50,84)
#412D4C
(65,45,76)
#3A2844
(58,40,68)
#33233C
(51,35,60)
#2C1E34
(44,30,52)
#25192C
(37,25,44)
#1E1424
(30,20,36)
#170F1C
(23,15,28)
#100A14
(16,10,20)
#09050C
(9,5,12)
#000000
(0,0,0)

Tints of #4F375C

#4F375C
(79,55,92)
#5F496A
(95,73,106)
#6F5B78
(111,91,120)
#7F6D86
(127,109,134)
#8F7F94
(143,127,148)
#9F91A2
(159,145,162)
#AFA3B0
(175,163,176)
#BFB5BE
(191,181,190)
#CFC7CC
(207,199,204)
#DFD9DA
(223,217,218)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F375C color. Also use rgb(79,55,92) instead hex code.

Text Font Color

.myTextColor { color: #4F375C; }

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

This text font color is #4F375C.

Background Color

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

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

This div background color is #4F375C.

Border color

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

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

This div border color is #4F375C.

Opacity

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

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

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

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

This text has shadow with #4F375C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F375C.

Preview

Color preview on black background

This text has color #4F375C on black background.


Color preview on white background

This text has color #4F375C on white background.


Black color preview on #4F375C background

This text has black color on #4F375C background.


White color preview on #4F375C background

This text has white color on #4F375C background.


Related colors

Complementary color

Complementary color for #hex is #B0C8A3.


I love getcolorcode.com

Triadic colors

1 #5C4F37 and #375C4F with #4F375C are triadic colors.

2 #5C374F and #374F5C with #4F375C are triadic colors.