COLOR #3F2C63

HEX: #3F2C63
RGB: (63,44,99)

Color info

#3F2C63 contains red, green and blue colors in about the same proportion. Web safe color of #3F2C63 is #333366 (or #336).

RGB color model

#3F2C63 color RGB value is (63,44,99).

  • red value is 63;
  • green value is 44;
  • blue value is 99.
RGB:
(63,44,99)
(25%,17%,39%)

RGB channels and saturation

R 63 of 255 = 25%
G 44 of 255 = 17%
B 99 of 255 = 39%

63
44
99

R + G + B ~ 27%. #3F2C63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 44 + 99 = 206 (100%)
R 63 of 206 ~ 30.58%
G 44 of 206 ~ 21.36%
B 99 of 206 ~ 48.06%

%30.58
%21.36
%48.06

CMYK color model

#3F2C63 color CMYK value is (36,56,0,61).

  • cyan value is 36.36%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(36,56,0,61)
C36M56Y0K61 
(36%,56%,0%,61%)
(0.36/0.56/0.00/0.61)	

CMYK percentages

%36.36
%55.56
%0
%61.18

Codes

Color #3F2C63 in popluar color models

3F2C63
RGB634499
HSL261°38.46%28.04%
HSB/HSV261°55.56%38.82%
CMYK36.36%55.56%0.00%
61.18%

Color #3F2C63 in popluar number systems.

HEX3F2C63
Decimal634499
Binary1111111011001100011
Octal7754143

Shades and tints

Shades of #3F2C63

#3F2C63
(63,44,99)
#3A285A
(58,40,90)
#352451
(53,36,81)
#302048
(48,32,72)
#2B1C3F
(43,28,63)
#261836
(38,24,54)
#21142D
(33,20,45)
#1C1024
(28,16,36)
#170C1B
(23,12,27)
#120812
(18,8,18)
#0D0409
(13,4,9)
#000000
(0,0,0)

Tints of #3F2C63

#3F2C63
(63,44,99)
#503F71
(80,63,113)
#61527F
(97,82,127)
#72658D
(114,101,141)
#83789B
(131,120,155)
#948BA9
(148,139,169)
#A59EB7
(165,158,183)
#B6B1C5
(182,177,197)
#C7C4D3
(199,196,211)
#D8D7E1
(216,215,225)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F2C63 color. Also use rgb(63,44,99) instead hex code.

Text Font Color

.myTextColor { color: #3F2C63; }

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

This text font color is #3F2C63.


Background Color

.myBgColor { background-color: #3F2C63; }

<div style="background-color:#3F2C63">Inner text</div>

This div background color is #3F2C63.


Border color

.myBorderColor { border: 1px solid #3F2C63; }

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

This div border color is #3F2C63.


Opacity

.myOpacity80 { color: #3F2C63; opacity: 0.8; }

<p style="color:#3F2C63;opacity:0.8;">80%</p>

Text with #3F2C63 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 #3F2C63;}

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

This text has shadow with #3F2C63 color.

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

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

This text has shadow with #3F2C63 primary color and red secondary color.


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

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

This text has shadow with #3F2C63 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F2C63 on black background.


Color preview on white background

This text has color #3F2C63 on white background.



Black color preview on #3F2C63 background

This text has black color on #3F2C63 background.


White color preview on #3F2C63 background

This text has white color on #3F2C63 background.