COLOR #3F0400

HEX: #3F0400
RGB: (63,4,0)

Color info

#3F0400 contains only red and green colors. Web safe color of #3F0400 is #330000 (or #300).

RGB color model

#3F0400 color RGB value is (63,4,0).

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

RGB channels and saturation

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

63
4
0

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

Portions of RGB colors in percentages

R + G + B =
63 + 4 + 0 = 67 (100%)
R 63 of 67 ~ 94.03%
G 4 of 67 ~ 5.97%
B 0 of 67 ~ 0%

%94.03

CMYK color model

#3F0400 color CMYK value is (0,94,100,75).

  • cyan value is 0.00%
  • magenta value is 93.65%
  • yellow value is 100.00%
  • key color value is 75.29%
CMYK:
(0,94,100,75)
C0M94Y100K75 
(0%,94%,100%,75%)
(0.00/0.94/1.00/0.75)	

CMYK percentages

%0
%93.65
%100
%75.29

Codes

Color #3F0400 in popluar color models

3F0400
RGB6340
HSL100.00%12.35%
HSB/HSV100.00%24.71%
CMYK0.00%93.65%100.00%
75.29%

Color #3F0400 in popluar number systems.

HEX3F0400
Decimal6340
Binary1111111000
Octal7740

Shades and tints

Shades of #3F0400

#3F0400
(63,4,0)
#3A0400
(58,4,0)
#350400
(53,4,0)
#300400
(48,4,0)
#2B0400
(43,4,0)
#260400
(38,4,0)
#210400
(33,4,0)
#1C0400
(28,4,0)
#170400
(23,4,0)
#120400
(18,4,0)
#0D0400
(13,4,0)
#000000
(0,0,0)

Tints of #3F0400

#3F0400
(63,4,0)
#501A17
(80,26,23)
#61302E
(97,48,46)
#724645
(114,70,69)
#835C5C
(131,92,92)
#947273
(148,114,115)
#A5888A
(165,136,138)
#B69EA1
(182,158,161)
#C7B4B8
(199,180,184)
#D8CACF
(216,202,207)
#E9E0E6
(233,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F0400; }

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

This text font color is #3F0400.


Background Color

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

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

This div background color is #3F0400.


Border color

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

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

This div border color is #3F0400.


Opacity

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

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

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

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

This text has shadow with #3F0400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F0400 on black background.


Color preview on white background

This text has color #3F0400 on white background.



Black color preview on #3F0400 background

This text has black color on #3F0400 background.


White color preview on #3F0400 background

This text has white color on #3F0400 background.