COLOR #4F2140

HEX: #4F2140
RGB: (79,33,64)

Color info

#4F2140 contains red, green and blue colors in about the same proportion. Web safe color of #4F2140 is #663333 (or #633).

RGB color model

#4F2140 color RGB value is (79,33,64).

  • red value is 79;
  • green value is 33;
  • blue value is 64.
RGB:
(79,33,64)
(31%,13%,25%)

RGB channels and saturation

R 79 of 255 = 31%
G 33 of 255 = 13%
B 64 of 255 = 25%

79
33
64

R + G + B ~ 23%. #4F2140 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 33 + 64 = 176 (100%)
R 79 of 176 ~ 44.89%
G 33 of 176 ~ 18.75%
B 64 of 176 ~ 36.36%

%44.89
%18.75
%36.36

CMYK color model

#4F2140 color CMYK value is (0,58,19,69).

  • cyan value is 0.00%
  • magenta value is 58.23%
  • yellow value is 18.99%
  • key color value is 69.02%
CMYK:
(0,58,19,69)
C0M58Y19K69 
(0%,58%,19%,69%)
(0.00/0.58/0.19/0.69)	

CMYK percentages

%0
%58.23
%18.99
%69.02

Codes

Color #4F2140 in popluar color models

4F2140
RGB793364
HSL320°41.07%21.96%
HSB/HSV320°58.23%30.98%
CMYK0.00%58.23%18.99%
69.02%

Color #4F2140 in popluar number systems.

HEX4F2140
Decimal793364
Binary10011111000011000000
Octal11741100

Shades and tints

Shades of #4F2140

#4F2140
(79,33,64)
#481E3B
(72,30,59)
#411B36
(65,27,54)
#3A1831
(58,24,49)
#33152C
(51,21,44)
#2C1227
(44,18,39)
#250F22
(37,15,34)
#1E0C1D
(30,12,29)
#170918
(23,9,24)
#100613
(16,6,19)
#09030E
(9,3,14)
#000000
(0,0,0)

Tints of #4F2140

#4F2140
(79,33,64)
#5F3551
(95,53,81)
#6F4962
(111,73,98)
#7F5D73
(127,93,115)
#8F7184
(143,113,132)
#9F8595
(159,133,149)
#AF99A6
(175,153,166)
#BFADB7
(191,173,183)
#CFC1C8
(207,193,200)
#DFD5D9
(223,213,217)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2140 color. Also use rgb(79,33,64) instead hex code.

Text Font Color

.myTextColor { color: #4F2140; }

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

This text font color is #4F2140.


Background Color

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

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

This div background color is #4F2140.


Border color

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

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

This div border color is #4F2140.


Opacity

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

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

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

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

This text has shadow with #4F2140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2140 on black background.


Color preview on white background

This text has color #4F2140 on white background.



Black color preview on #4F2140 background

This text has black color on #4F2140 background.


White color preview on #4F2140 background

This text has white color on #4F2140 background.