COLOR #4F365D

HEX: #4F365D
RGB: (79,54,93)

Color info

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

RGB color model

#4F365D color RGB value is (79,54,93).

  • red value is 79;
  • green value is 54;
  • blue value is 93.
RGB:
(79,54,93)
(31%,21%,36%)

RGB channels and saturation

R 79 of 255 = 31%
G 54 of 255 = 21%
B 93 of 255 = 36%

79
54
93

R + G + B ~ 29%. #4F365D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 54 + 93 = 226 (100%)
R 79 of 226 ~ 34.96%
G 54 of 226 ~ 23.89%
B 93 of 226 ~ 41.15%

%34.96
%23.89
%41.15

CMYK color model

#4F365D color CMYK value is (15,42,0,64).

  • cyan value is 15.05%
  • magenta value is 41.94%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(15,42,0,64)
C15M42Y0K64 
(15%,42%,0%,64%)
(0.15/0.42/0.00/0.64)	

CMYK percentages

%15.05
%41.94
%0
%63.53

Codes

Color #4F365D in popluar color models

4F365D
RGB795493
HSL278°26.53%28.82%
HSB/HSV278°41.94%36.47%
CMYK15.05%41.94%0.00%
63.53%

Color #4F365D in popluar number systems.

HEX4F365D
Decimal795493
Binary10011111101101011101
Octal11766135

Shades and tints

Shades of #4F365D

#4F365D
(79,54,93)
#483255
(72,50,85)
#412E4D
(65,46,77)
#3A2A45
(58,42,69)
#33263D
(51,38,61)
#2C2235
(44,34,53)
#251E2D
(37,30,45)
#1E1A25
(30,26,37)
#17161D
(23,22,29)
#101215
(16,18,21)
#090E0D
(9,14,13)
#000000
(0,0,0)

Tints of #4F365D

#4F365D
(79,54,93)
#5F486B
(95,72,107)
#6F5A79
(111,90,121)
#7F6C87
(127,108,135)
#8F7E95
(143,126,149)
#9F90A3
(159,144,163)
#AFA2B1
(175,162,177)
#BFB4BF
(191,180,191)
#CFC6CD
(207,198,205)
#DFD8DB
(223,216,219)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F365D; }

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

This text font color is #4F365D.


Background Color

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

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

This div background color is #4F365D.


Border color

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

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

This div border color is #4F365D.


Opacity

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

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

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

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

This text has shadow with #4F365D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F365D on black background.


Color preview on white background

This text has color #4F365D on white background.



Black color preview on #4F365D background

This text has black color on #4F365D background.


White color preview on #4F365D background

This text has white color on #4F365D background.