COLOR #3F063C

HEX: #3F063C RGB: (63,6,60)

Color info

#3F063C contains red, green and blue colors in about the same proportion. Web safe color of #3F063C is #330033 (or #303).

RGB color model

#3F063C color RGB value is (63,6,60).

RGB: (63,6,60) (25%, 2%, 24%)

RGB channels and saturation

R 63 of 255 = 25%
G 6 of 255 = 2%
B 60 of 255 = 24%

63
6
60

R + G + B ~ 17%. #3F063C is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 6 + 60 = 129 (100%)
R 63 of 129 ~ 48.84%
G 6 of 129 ~ 4.65%
B 60 of 129 ~ 46.51'%

%48.84
%46.51

CMYK color model

#3F063C color CMYK value is (0,90,5,75).

  • cyan value is 0.00%
  • magenta value is 90.48%
  • yellow value is 4.76%
  • key color value is 75.29%

CMYK: (0,90,5,75)
C0M90Y5K75 (0%, 90%, 5%, 75%)
(0.00 / 0.90 / 0.05 / 0.75)

CMYK percentages

%0
%90.48
%4.76
%75.29

Codes

Color #3F063C in popluar color models

3F 06 3C
RGB 63 6 60
HSL 303° 82.61% 13.53%
HSB/HSV 303° 90.48% 24.71%
CMYK 0.00% 90.48% 4.76%
75.29%

Color #3F063C in popluar number systems.

HEX 3F 06 3C
Decimal 63 6 60
Binary 111111 110 111100
Octal 77 6 74

Shades and tints

Shades of #3F063C

#3F063C
(63,6,60)
#3A0637
(58,6,55)
#350632
(53,6,50)
#30062D
(48,6,45)
#2B0628
(43,6,40)
#260623
(38,6,35)
#21061E
(33,6,30)
#1C0619
(28,6,25)
#170614
(23,6,20)
#12060F
(18,6,15)
#0D060A
(13,6,10)
#000000
(0,0,0)

Tints of #3F063C

#3F063C
(63,6,60)
#501C4D
(80,28,77)
#61325E
(97,50,94)
#72486F
(114,72,111)
#835E80
(131,94,128)
#947491
(148,116,145)
#A58AA2
(165,138,162)
#B6A0B3
(182,160,179)
#C7B6C4
(199,182,196)
#D8CCD5
(216,204,213)
#E9E2E6
(233,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F063C color. Also use rgb(63,6,60) instead hex code.

Text Font Color

.myTextColor { color: #3F063C; }

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

This text font color is #3F063C.

Background Color

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

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

This div background color is #3F063C.

Border color

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

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

This div border color is #3F063C.

Opacity

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

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

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

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

This text has shadow with #3F063C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F063C.

Preview

Color preview on black background

This text has color #3F063C on black background.


Color preview on white background

This text has color #3F063C on white background.


Black color preview on #3F063C background

This text has black color on #3F063C background.


White color preview on #3F063C background

This text has white color on #3F063C background.


Related colors

Complementary color

Complementary color for #hex is #C0F9C3.


I love getcolorcode.com

Triadic colors

1 #3C3F06 and #063C3F with #3F063C are triadic colors.

2 #3C063F and #063F3C with #3F063C are triadic colors.