COLOR #4F3765

HEX: #4F3765
RGB: (79,55,101)

Color info

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

RGB color model

#4F3765 color RGB value is (79,55,101).

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

RGB channels and saturation

R 79 of 255 = 31%
G 55 of 255 = 22%
B 101 of 255 = 40%

79
55
101

R + G + B ~ 31%. #4F3765 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 55 + 101 = 235 (100%)
R 79 of 235 ~ 33.62%
G 55 of 235 ~ 23.4%
B 101 of 235 ~ 42.98%

%33.62
%23.4
%42.98

CMYK color model

#4F3765 color CMYK value is (22,46,0,60).

  • cyan value is 21.78%
  • magenta value is 45.54%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(22,46,0,60)
C22M46Y0K60 
(22%,46%,0%,60%)
(0.22/0.46/0.00/0.60)	

CMYK percentages

%21.78
%45.54
%0
%60.39

Codes

Color #4F3765 in popluar color models

4F3765
RGB7955101
HSL271°29.49%30.59%
HSB/HSV271°45.54%39.61%
CMYK21.78%45.54%0.00%
60.39%

Color #4F3765 in popluar number systems.

HEX4F3765
Decimal7955101
Binary10011111101111100101
Octal11767145

Shades and tints

Shades of #4F3765

#4F3765
(79,55,101)
#48325C
(72,50,92)
#412D53
(65,45,83)
#3A284A
(58,40,74)
#332341
(51,35,65)
#2C1E38
(44,30,56)
#25192F
(37,25,47)
#1E1426
(30,20,38)
#170F1D
(23,15,29)
#100A14
(16,10,20)
#09050B
(9,5,11)
#000000
(0,0,0)

Tints of #4F3765

#4F3765
(79,55,101)
#5F4973
(95,73,115)
#6F5B81
(111,91,129)
#7F6D8F
(127,109,143)
#8F7F9D
(143,127,157)
#9F91AB
(159,145,171)
#AFA3B9
(175,163,185)
#BFB5C7
(191,181,199)
#CFC7D5
(207,199,213)
#DFD9E3
(223,217,227)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3765; }

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

This text font color is #4F3765.


Background Color

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

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

This div background color is #4F3765.


Border color

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

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

This div border color is #4F3765.


Opacity

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

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

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

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

This text has shadow with #4F3765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3765 on black background.


Color preview on white background

This text has color #4F3765 on white background.



Black color preview on #4F3765 background

This text has black color on #4F3765 background.


White color preview on #4F3765 background

This text has white color on #4F3765 background.