COLOR #4F3158

HEX: #4F3158
RGB: (79,49,88)

Color info

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

RGB color model

#4F3158 color RGB value is (79,49,88).

  • red value is 79;
  • green value is 49;
  • blue value is 88.
RGB:
(79,49,88)
(31%,19%,35%)

RGB channels and saturation

R 79 of 255 = 31%
G 49 of 255 = 19%
B 88 of 255 = 35%

79
49
88

R + G + B ~ 28%. #4F3158 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 49 + 88 = 216 (100%)
R 79 of 216 ~ 36.57%
G 49 of 216 ~ 22.69%
B 88 of 216 ~ 40.74%

%36.57
%22.69
%40.74

CMYK color model

#4F3158 color CMYK value is (10,44,0,65).

  • cyan value is 10.23%
  • magenta value is 44.32%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(10,44,0,65)
C10M44Y0K65 
(10%,44%,0%,65%)
(0.10/0.44/0.00/0.65)	

CMYK percentages

%10.23
%44.32
%0
%65.49

Codes

Color #4F3158 in popluar color models

4F3158
RGB794988
HSL286°28.47%26.86%
HSB/HSV286°44.32%34.51%
CMYK10.23%44.32%0.00%
65.49%

Color #4F3158 in popluar number systems.

HEX4F3158
Decimal794988
Binary10011111100011011000
Octal11761130

Shades and tints

Shades of #4F3158

#4F3158
(79,49,88)
#482D50
(72,45,80)
#412948
(65,41,72)
#3A2540
(58,37,64)
#332138
(51,33,56)
#2C1D30
(44,29,48)
#251928
(37,25,40)
#1E1520
(30,21,32)
#171118
(23,17,24)
#100D10
(16,13,16)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #4F3158

#4F3158
(79,49,88)
#5F4367
(95,67,103)
#6F5576
(111,85,118)
#7F6785
(127,103,133)
#8F7994
(143,121,148)
#9F8BA3
(159,139,163)
#AF9DB2
(175,157,178)
#BFAFC1
(191,175,193)
#CFC1D0
(207,193,208)
#DFD3DF
(223,211,223)
#EFE5EE
(239,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3158 color. Also use rgb(79,49,88) instead hex code.

Text Font Color

.myTextColor { color: #4F3158; }

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

This text font color is #4F3158.


Background Color

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

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

This div background color is #4F3158.


Border color

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

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

This div border color is #4F3158.


Opacity

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

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

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

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

This text has shadow with #4F3158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3158 on black background.


Color preview on white background

This text has color #4F3158 on white background.



Black color preview on #4F3158 background

This text has black color on #4F3158 background.


White color preview on #4F3158 background

This text has white color on #4F3158 background.