COLOR #3F006C

HEX: #3F006C
RGB: (63,0,108)

Color info

#3F006C contains only red and blue colors. Web safe color of #3F006C is #330066 (or #306).

RGB color model

#3F006C color RGB value is (63,0,108).

  • red value is 63;
  • green value is 0;
  • blue value is 108.
RGB:
(63,0,108)
(25%,0%,42%)

RGB channels and saturation

R 63 of 255 = 25%
G 0 of 255 = 0%
B 108 of 255 = 42%

63
0
108

R + G + B ~ 22%. #3F006C is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 0 + 108 = 171 (100%)
R 63 of 171 ~ 36.84%
G 0 of 171 ~ 0%
B 108 of 171 ~ 63.16%

%36.84
%63.16

CMYK color model

#3F006C color CMYK value is (42,100,0,58).

  • cyan value is 41.67%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(42,100,0,58)
C42M100Y0K58 
(42%,100%,0%,58%)
(0.42/1.00/0.00/0.58)	

CMYK percentages

%41.67
%100
%0
%57.65

Codes

Color #3F006C in popluar color models

3F006C
RGB630108
HSL275°100.00%21.18%
HSB/HSV275°100.00%42.35%
CMYK41.67%100.00%0.00%
57.65%

Color #3F006C in popluar number systems.

HEX3F006C
Decimal630108
Binary11111101101100
Octal770154

Shades and tints

Shades of #3F006C

#3F006C
(63,0,108)
#3A0063
(58,0,99)
#35005A
(53,0,90)
#300051
(48,0,81)
#2B0048
(43,0,72)
#26003F
(38,0,63)
#210036
(33,0,54)
#1C002D
(28,0,45)
#170024
(23,0,36)
#12001B
(18,0,27)
#0D0012
(13,0,18)
#000000
(0,0,0)

Tints of #3F006C

#3F006C
(63,0,108)
#501779
(80,23,121)
#612E86
(97,46,134)
#724593
(114,69,147)
#835CA0
(131,92,160)
#9473AD
(148,115,173)
#A58ABA
(165,138,186)
#B6A1C7
(182,161,199)
#C7B8D4
(199,184,212)
#D8CFE1
(216,207,225)
#E9E6EE
(233,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F006C color. Also use rgb(63,0,108) instead hex code.

Text Font Color

.myTextColor { color: #3F006C; }

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

This text font color is #3F006C.


Background Color

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

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

This div background color is #3F006C.


Border color

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

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

This div border color is #3F006C.


Opacity

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

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

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

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

This text has shadow with #3F006C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F006C on black background.


Color preview on white background

This text has color #3F006C on white background.



Black color preview on #3F006C background

This text has black color on #3F006C background.


White color preview on #3F006C background

This text has white color on #3F006C background.