COLOR #4F3758

HEX: #4F3758
RGB: (79,55,88)

Color info

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

RGB color model

#4F3758 color RGB value is (79,55,88).

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

RGB channels and saturation

R 79 of 255 = 31%
G 55 of 255 = 22%
B 88 of 255 = 35%

79
55
88

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

Portions of RGB colors in percentages

R + G + B =
79 + 55 + 88 = 222 (100%)
R 79 of 222 ~ 35.59%
G 55 of 222 ~ 24.77%
B 88 of 222 ~ 39.64%

%35.59
%24.77
%39.64

CMYK color model

#4F3758 color CMYK value is (10,38,0,65).

  • cyan value is 10.23%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(10,38,0,65)
C10M38Y0K65 
(10%,38%,0%,65%)
(0.10/0.38/0.00/0.65)	

CMYK percentages

%10.23
%37.5
%0
%65.49

Codes

Color #4F3758 in popluar color models

4F3758
RGB795588
HSL284°23.08%28.04%
HSB/HSV284°37.50%34.51%
CMYK10.23%37.50%0.00%
65.49%

Color #4F3758 in popluar number systems.

HEX4F3758
Decimal795588
Binary10011111101111011000
Octal11767130

Shades and tints

Shades of #4F3758

#4F3758
(79,55,88)
#483250
(72,50,80)
#412D48
(65,45,72)
#3A2840
(58,40,64)
#332338
(51,35,56)
#2C1E30
(44,30,48)
#251928
(37,25,40)
#1E1420
(30,20,32)
#170F18
(23,15,24)
#100A10
(16,10,16)
#090508
(9,5,8)
#000000
(0,0,0)

Tints of #4F3758

#4F3758
(79,55,88)
#5F4967
(95,73,103)
#6F5B76
(111,91,118)
#7F6D85
(127,109,133)
#8F7F94
(143,127,148)
#9F91A3
(159,145,163)
#AFA3B2
(175,163,178)
#BFB5C1
(191,181,193)
#CFC7D0
(207,199,208)
#DFD9DF
(223,217,223)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3758; }

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

This text font color is #4F3758.


Background Color

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

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

This div background color is #4F3758.


Border color

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

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

This div border color is #4F3758.


Opacity

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

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

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

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

This text has shadow with #4F3758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3758 on black background.


Color preview on white background

This text has color #4F3758 on white background.



Black color preview on #4F3758 background

This text has black color on #4F3758 background.


White color preview on #4F3758 background

This text has white color on #4F3758 background.