COLOR #4F375E

HEX: #4F375E RGB: (79,55,94)

Color info

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

RGB color model

#4F375E color RGB value is (79,55,94).

RGB: (79,55,94) (31%, 22%, 37%)

RGB channels and saturation

R 79 of 255 = 31%
G 55 of 255 = 22%
B 94 of 255 = 37%

79
55
94

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

Portions of RGB colors in percentages

R + G + B = 79 + 55 + 94 = 228 (100%)
R 79 of 228 ~ 34.65%
G 55 of 228 ~ 24.12%
B 94 of 228 ~ 41.23'%

%34.65
%24.12
%41.23

CMYK color model

#4F375E color CMYK value is (16,41,0,63).

  • cyan value is 15.96%
  • magenta value is 41.49%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (16,41,0,63)
C16M41Y0K63 (16%, 41%, 0%, 63%)
(0.16 / 0.41 / 0.00 / 0.63)

CMYK percentages

%15.96
%41.49
%0
%63.14

Codes

Color #4F375E in popluar color models

4F 37 5E
RGB 79 55 94
HSL 277° 26.17% 29.22%
HSB/HSV 277° 41.49% 36.86%
CMYK 15.96% 41.49% 0.00%
63.14%

Color #4F375E in popluar number systems.

HEX 4F 37 5E
Decimal 79 55 94
Binary 1001111 110111 1011110
Octal 117 67 136

Shades and tints

Shades of #4F375E

#4F375E
(79,55,94)
#483256
(72,50,86)
#412D4E
(65,45,78)
#3A2846
(58,40,70)
#33233E
(51,35,62)
#2C1E36
(44,30,54)
#25192E
(37,25,46)
#1E1426
(30,20,38)
#170F1E
(23,15,30)
#100A16
(16,10,22)
#09050E
(9,5,14)
#000000
(0,0,0)

Tints of #4F375E

#4F375E
(79,55,94)
#5F496C
(95,73,108)
#6F5B7A
(111,91,122)
#7F6D88
(127,109,136)
#8F7F96
(143,127,150)
#9F91A4
(159,145,164)
#AFA3B2
(175,163,178)
#BFB5C0
(191,181,192)
#CFC7CE
(207,199,206)
#DFD9DC
(223,217,220)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F375E; }

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

This text font color is #4F375E.

Background Color

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

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

This div background color is #4F375E.

Border color

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

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

This div border color is #4F375E.

Opacity

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

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

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

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

This text has shadow with #4F375E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F375E.

Preview

Color preview on black background

This text has color #4F375E on black background.


Color preview on white background

This text has color #4F375E on white background.


Black color preview on #4F375E background

This text has black color on #4F375E background.


White color preview on #4F375E background

This text has white color on #4F375E background.


Related colors

Complementary color

Complementary color for #hex is #B0C8A1.


I love getcolorcode.com

Triadic colors

1 #5E4F37 and #375E4F with #4F375E are triadic colors.

2 #5E374F and #374F5E with #4F375E are triadic colors.