COLOR #4F375D

HEX: #4F375D RGB: (79,55,93)

Color info

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

RGB color model

#4F375D color RGB value is (79,55,93).

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

RGB channels and saturation

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

79
55
93

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

Portions of RGB colors in percentages

R + G + B = 79 + 55 + 93 = 227 (100%)
R 79 of 227 ~ 34.8%
G 55 of 227 ~ 24.23%
B 93 of 227 ~ 40.97'%

%34.8
%24.23
%40.97

CMYK color model

#4F375D color CMYK value is (15,41,0,64).

  • cyan value is 15.05%
  • magenta value is 40.86%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (15,41,0,64)
C15M41Y0K64 (15%, 41%, 0%, 64%)
(0.15 / 0.41 / 0.00 / 0.64)

CMYK percentages

%15.05
%40.86
%0
%63.53

Codes

Color #4F375D in popluar color models

4F 37 5D
RGB 79 55 93
HSL 278° 25.68% 29.02%
HSB/HSV 278° 40.86% 36.47%
CMYK 15.05% 40.86% 0.00%
63.53%

Color #4F375D in popluar number systems.

HEX 4F 37 5D
Decimal 79 55 93
Binary 1001111 110111 1011101
Octal 117 67 135

Shades and tints

Shades of #4F375D

#4F375D
(79,55,93)
#483255
(72,50,85)
#412D4D
(65,45,77)
#3A2845
(58,40,69)
#33233D
(51,35,61)
#2C1E35
(44,30,53)
#25192D
(37,25,45)
#1E1425
(30,20,37)
#170F1D
(23,15,29)
#100A15
(16,10,21)
#09050D
(9,5,13)
#000000
(0,0,0)

Tints of #4F375D

#4F375D
(79,55,93)
#5F496B
(95,73,107)
#6F5B79
(111,91,121)
#7F6D87
(127,109,135)
#8F7F95
(143,127,149)
#9F91A3
(159,145,163)
#AFA3B1
(175,163,177)
#BFB5BF
(191,181,191)
#CFC7CD
(207,199,205)
#DFD9DB
(223,217,219)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F375D; }

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

This text font color is #4F375D.

Background Color

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

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

This div background color is #4F375D.

Border color

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

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

This div border color is #4F375D.

Opacity

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

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

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

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

This text has shadow with #4F375D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F375D.

Preview

Color preview on black background

This text has color #4F375D on black background.


Color preview on white background

This text has color #4F375D on white background.


Black color preview on #4F375D background

This text has black color on #4F375D background.


White color preview on #4F375D background

This text has white color on #4F375D background.


Related colors

Complementary color

Complementary color for #hex is #B0C8A2.


I love getcolorcode.com

Triadic colors

1 #5D4F37 and #375D4F with #4F375D are triadic colors.

2 #5D374F and #374F5D with #4F375D are triadic colors.