COLOR #3F0616

HEX: #3F0616 RGB: (63,6,22)

Color info

#3F0616 contains red, green and blue colors in about the same proportion. Web safe color of #3F0616 is #330000 (or #300).

RGB color model

#3F0616 color RGB value is (63,6,22).

RGB: (63,6,22) (25%, 2%, 9%)

RGB channels and saturation

R 63 of 255 = 25%
G 6 of 255 = 2%
B 22 of 255 = 9%

63
6
22

R + G + B ~ 12%. #3F0616 is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 6 + 22 = 91 (100%)
R 63 of 91 ~ 69.23%
G 6 of 91 ~ 6.59%
B 22 of 91 ~ 24.18'%

%69.23
%24.18

CMYK color model

#3F0616 color CMYK value is (0,90,65,75).

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

CMYK: (0,90,65,75)
C0M90Y65K75 (0%, 90%, 65%, 75%)
(0.00 / 0.90 / 0.65 / 0.75)

CMYK percentages

%0
%90.48
%65.08
%75.29

Codes

Color #3F0616 in popluar color models

3F 06 16
RGB 63 6 22
HSL 343° 82.61% 13.53%
HSB/HSV 343° 90.48% 24.71%
CMYK 0.00% 90.48% 65.08%
75.29%

Color #3F0616 in popluar number systems.

HEX 3F 06 16
Decimal 63 6 22
Binary 111111 110 10110
Octal 77 6 26

Shades and tints

Shades of #3F0616

#3F0616
(63,6,22)
#3A0614
(58,6,20)
#350612
(53,6,18)
#300610
(48,6,16)
#2B060E
(43,6,14)
#26060C
(38,6,12)
#21060A
(33,6,10)
#1C0608
(28,6,8)
#170606
(23,6,6)
#120604
(18,6,4)
#0D0602
(13,6,2)
#000000
(0,0,0)

Tints of #3F0616

#3F0616
(63,6,22)
#501C2B
(80,28,43)
#613240
(97,50,64)
#724855
(114,72,85)
#835E6A
(131,94,106)
#94747F
(148,116,127)
#A58A94
(165,138,148)
#B6A0A9
(182,160,169)
#C7B6BE
(199,182,190)
#D8CCD3
(216,204,211)
#E9E2E8
(233,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F0616; }

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

This text font color is #3F0616.

Background Color

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

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

This div background color is #3F0616.

Border color

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

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

This div border color is #3F0616.

Opacity

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

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

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

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

This text has shadow with #3F0616 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F0616.

Preview

Color preview on black background

This text has color #3F0616 on black background.


Color preview on white background

This text has color #3F0616 on white background.


Black color preview on #3F0616 background

This text has black color on #3F0616 background.


White color preview on #3F0616 background

This text has white color on #3F0616 background.


Related colors

Complementary color

Complementary color for #hex is #C0F9E9.


I love getcolorcode.com

Triadic colors

1 #163F06 and #06163F with #3F0616 are triadic colors.

2 #16063F and #063F16 with #3F0616 are triadic colors.