COLOR #3F0311

HEX: #3F0311 RGB: (63,3,17)

Color info

#3F0311 contains mainly red and blue colors. Web safe color of #3F0311 is #330000 (or #300).

RGB color model

#3F0311 color RGB value is (63,3,17).

RGB: (63,3,17) (25%, 1%, 7%)

RGB channels and saturation

R 63 of 255 = 25%
G 3 of 255 = 1%
B 17 of 255 = 7%

63
3
17

R + G + B ~ 11%. #3F0311 is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 3 + 17 = 83 (100%)
R 63 of 83 ~ 75.9%
G 3 of 83 ~ 3.61%
B 17 of 83 ~ 20.48'%

%75.9
%20.48

CMYK color model

#3F0311 color CMYK value is (0,95,73,75).

  • cyan value is 0.00%
  • magenta value is 95.24%
  • yellow value is 73.02%
  • key color value is 75.29%

CMYK: (0,95,73,75)
C0M95Y73K75 (0%, 95%, 73%, 75%)
(0.00 / 0.95 / 0.73 / 0.75)

CMYK percentages

%0
%95.24
%73.02
%75.29

Codes

Color #3F0311 in popluar color models

3F 03 11
RGB 63 3 17
HSL 346° 90.91% 12.94%
HSB/HSV 346° 95.24% 24.71%
CMYK 0.00% 95.24% 73.02%
75.29%

Color #3F0311 in popluar number systems.

HEX 3F 03 11
Decimal 63 3 17
Binary 111111 11 10001
Octal 77 3 21

Shades and tints

Shades of #3F0311

#3F0311
(63,3,17)
#3A0310
(58,3,16)
#35030F
(53,3,15)
#30030E
(48,3,14)
#2B030D
(43,3,13)
#26030C
(38,3,12)
#21030B
(33,3,11)
#1C030A
(28,3,10)
#170309
(23,3,9)
#120308
(18,3,8)
#0D0307
(13,3,7)
#000000
(0,0,0)

Tints of #3F0311

#3F0311
(63,3,17)
#501926
(80,25,38)
#612F3B
(97,47,59)
#724550
(114,69,80)
#835B65
(131,91,101)
#94717A
(148,113,122)
#A5878F
(165,135,143)
#B69DA4
(182,157,164)
#C7B3B9
(199,179,185)
#D8C9CE
(216,201,206)
#E9DFE3
(233,223,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F0311; }

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

This text font color is #3F0311.

Background Color

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

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

This div background color is #3F0311.

Border color

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

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

This div border color is #3F0311.

Opacity

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

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

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

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

This text has shadow with #3F0311 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F0311.

Preview

Color preview on black background

This text has color #3F0311 on black background.


Color preview on white background

This text has color #3F0311 on white background.


Black color preview on #3F0311 background

This text has black color on #3F0311 background.


White color preview on #3F0311 background

This text has white color on #3F0311 background.


Related colors

Complementary color

Complementary color for #hex is #C0FCEE.


I love getcolorcode.com

Triadic colors

1 #113F03 and #03113F with #3F0311 are triadic colors.

2 #11033F and #033F11 with #3F0311 are triadic colors.