COLOR #3F0200

HEX: #3F0200
RGB: (63,2,0)

Color info

#3F0200 contains mainly red color. Web safe color of #3F0200 is #330000 (or #300).

RGB color model

#3F0200 color RGB value is (63,2,0).

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

RGB channels and saturation

R 63 of 255 = 25%
G 2 of 255 = 1%
B 0 of 255 = 0%

63
2
0

R + G + B ~ 9%. #3F0200 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 2 + 0 = 65 (100%)
R 63 of 65 ~ 96.92%
G 2 of 65 ~ 3.08%
B 0 of 65 ~ 0%

%96.92

CMYK color model

#3F0200 color CMYK value is (0,97,100,75).

  • cyan value is 0.00%
  • magenta value is 96.83%
  • yellow value is 100.00%
  • key color value is 75.29%
CMYK:
(0,97,100,75)
C0M97Y100K75 
(0%,97%,100%,75%)
(0.00/0.97/1.00/0.75)	

CMYK percentages

%0
%96.83
%100
%75.29

Codes

Color #3F0200 in popluar color models

3F0200
RGB6320
HSL100.00%12.35%
HSB/HSV100.00%24.71%
CMYK0.00%96.83%100.00%
75.29%

Color #3F0200 in popluar number systems.

HEX3F0200
Decimal6320
Binary111111100
Octal7720

Shades and tints

Shades of #3F0200

#3F0200
(63,2,0)
#3A0200
(58,2,0)
#350200
(53,2,0)
#300200
(48,2,0)
#2B0200
(43,2,0)
#260200
(38,2,0)
#210200
(33,2,0)
#1C0200
(28,2,0)
#170200
(23,2,0)
#120200
(18,2,0)
#0D0200
(13,2,0)
#000000
(0,0,0)

Tints of #3F0200

#3F0200
(63,2,0)
#501917
(80,25,23)
#61302E
(97,48,46)
#724745
(114,71,69)
#835E5C
(131,94,92)
#947573
(148,117,115)
#A58C8A
(165,140,138)
#B6A3A1
(182,163,161)
#C7BAB8
(199,186,184)
#D8D1CF
(216,209,207)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F0200; }

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

This text font color is #3F0200.


Background Color

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

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

This div background color is #3F0200.


Border color

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

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

This div border color is #3F0200.


Opacity

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

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

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

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

This text has shadow with #3F0200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F0200 on black background.


Color preview on white background

This text has color #3F0200 on white background.



Black color preview on #3F0200 background

This text has black color on #3F0200 background.


White color preview on #3F0200 background

This text has white color on #3F0200 background.