COLOR #4F3458

HEX: #4F3458
RGB: (79,52,88)

Color info

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

RGB color model

#4F3458 color RGB value is (79,52,88).

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

RGB channels and saturation

R 79 of 255 = 31%
G 52 of 255 = 20%
B 88 of 255 = 35%

79
52
88

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

Portions of RGB colors in percentages

R + G + B =
79 + 52 + 88 = 219 (100%)
R 79 of 219 ~ 36.07%
G 52 of 219 ~ 23.74%
B 88 of 219 ~ 40.18%

%36.07
%23.74
%40.18

CMYK color model

#4F3458 color CMYK value is (10,41,0,65).

  • cyan value is 10.23%
  • magenta value is 40.91%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(10,41,0,65)
C10M41Y0K65 
(10%,41%,0%,65%)
(0.10/0.41/0.00/0.65)	

CMYK percentages

%10.23
%40.91
%0
%65.49

Codes

Color #4F3458 in popluar color models

4F3458
RGB795288
HSL285°25.71%27.45%
HSB/HSV285°40.91%34.51%
CMYK10.23%40.91%0.00%
65.49%

Color #4F3458 in popluar number systems.

HEX4F3458
Decimal795288
Binary10011111101001011000
Octal11764130

Shades and tints

Shades of #4F3458

#4F3458
(79,52,88)
#483050
(72,48,80)
#412C48
(65,44,72)
#3A2840
(58,40,64)
#332438
(51,36,56)
#2C2030
(44,32,48)
#251C28
(37,28,40)
#1E1820
(30,24,32)
#171418
(23,20,24)
#101010
(16,16,16)
#090C08
(9,12,8)
#000000
(0,0,0)

Tints of #4F3458

#4F3458
(79,52,88)
#5F4667
(95,70,103)
#6F5876
(111,88,118)
#7F6A85
(127,106,133)
#8F7C94
(143,124,148)
#9F8EA3
(159,142,163)
#AFA0B2
(175,160,178)
#BFB2C1
(191,178,193)
#CFC4D0
(207,196,208)
#DFD6DF
(223,214,223)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3458; }

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

This text font color is #4F3458.


Background Color

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

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

This div background color is #4F3458.


Border color

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

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

This div border color is #4F3458.


Opacity

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

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

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

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

This text has shadow with #4F3458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3458 on black background.


Color preview on white background

This text has color #4F3458 on white background.



Black color preview on #4F3458 background

This text has black color on #4F3458 background.


White color preview on #4F3458 background

This text has white color on #4F3458 background.