COLOR #4F305D

HEX: #4F305D
RGB: (79,48,93)

Color info

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

RGB color model

#4F305D color RGB value is (79,48,93).

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

RGB channels and saturation

R 79 of 255 = 31%
G 48 of 255 = 19%
B 93 of 255 = 36%

79
48
93

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

Portions of RGB colors in percentages

R + G + B =
79 + 48 + 93 = 220 (100%)
R 79 of 220 ~ 35.91%
G 48 of 220 ~ 21.82%
B 93 of 220 ~ 42.27%

%35.91
%21.82
%42.27

CMYK color model

#4F305D color CMYK value is (15,48,0,64).

  • cyan value is 15.05%
  • magenta value is 48.39%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(15,48,0,64)
C15M48Y0K64 
(15%,48%,0%,64%)
(0.15/0.48/0.00/0.64)	

CMYK percentages

%15.05
%48.39
%0
%63.53

Codes

Color #4F305D in popluar color models

4F305D
RGB794893
HSL281°31.91%27.65%
HSB/HSV281°48.39%36.47%
CMYK15.05%48.39%0.00%
63.53%

Color #4F305D in popluar number systems.

HEX4F305D
Decimal794893
Binary10011111100001011101
Octal11760135

Shades and tints

Shades of #4F305D

#4F305D
(79,48,93)
#482C55
(72,44,85)
#41284D
(65,40,77)
#3A2445
(58,36,69)
#33203D
(51,32,61)
#2C1C35
(44,28,53)
#25182D
(37,24,45)
#1E1425
(30,20,37)
#17101D
(23,16,29)
#100C15
(16,12,21)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #4F305D

#4F305D
(79,48,93)
#5F426B
(95,66,107)
#6F5479
(111,84,121)
#7F6687
(127,102,135)
#8F7895
(143,120,149)
#9F8AA3
(159,138,163)
#AF9CB1
(175,156,177)
#BFAEBF
(191,174,191)
#CFC0CD
(207,192,205)
#DFD2DB
(223,210,219)
#EFE4E9
(239,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F305D; }

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

This text font color is #4F305D.


Background Color

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

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

This div background color is #4F305D.


Border color

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

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

This div border color is #4F305D.


Opacity

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

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

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

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

This text has shadow with #4F305D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F305D on black background.


Color preview on white background

This text has color #4F305D on white background.



Black color preview on #4F305D background

This text has black color on #4F305D background.


White color preview on #4F305D background

This text has white color on #4F305D background.