COLOR #3F1109

HEX: #3F1109 RGB: (63,17,9)

Color info

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

RGB color model

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

RGB: (63,17,9) (25%, 7%, 4%)

RGB channels and saturation

R 63 of 255 = 25%
G 17 of 255 = 7%
B 9 of 255 = 4%

63
17
9

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

Portions of RGB colors in percentages

R + G + B = 63 + 17 + 9 = 89 (100%)
R 63 of 89 ~ 70.79%
G 17 of 89 ~ 19.1%
B 9 of 89 ~ 10.11'%

%70.79
%19.1

CMYK color model

#3F1109 color CMYK value is (0,73,86,75).

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

CMYK: (0,73,86,75)
C0M73Y86K75 (0%, 73%, 86%, 75%)
(0.00 / 0.73 / 0.86 / 0.75)

CMYK percentages

%0
%73.02
%85.71
%75.29

Codes

Color #3F1109 in popluar color models

3F 11 09
RGB 63 17 9
HSL 75.00% 14.12%
HSB/HSV 85.71% 24.71%
CMYK 0.00% 73.02% 85.71%
75.29%

Color #3F1109 in popluar number systems.

HEX 3F 11 09
Decimal 63 17 9
Binary 111111 10001 1001
Octal 77 21 11

Shades and tints

Shades of #3F1109

#3F1109
(63,17,9)
#3A1009
(58,16,9)
#350F09
(53,15,9)
#300E09
(48,14,9)
#2B0D09
(43,13,9)
#260C09
(38,12,9)
#210B09
(33,11,9)
#1C0A09
(28,10,9)
#170909
(23,9,9)
#120809
(18,8,9)
#0D0709
(13,7,9)
#000000
(0,0,0)

Tints of #3F1109

#3F1109
(63,17,9)
#50261F
(80,38,31)
#613B35
(97,59,53)
#72504B
(114,80,75)
#836561
(131,101,97)
#947A77
(148,122,119)
#A58F8D
(165,143,141)
#B6A4A3
(182,164,163)
#C7B9B9
(199,185,185)
#D8CECF
(216,206,207)
#E9E3E5
(233,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F1109; }

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

This text font color is #3F1109.

Background Color

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

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

This div background color is #3F1109.

Border color

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

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

This div border color is #3F1109.

Opacity

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

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

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

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

This text has shadow with #3F1109 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F1109.

Preview

Color preview on black background

This text has color #3F1109 on black background.


Color preview on white background

This text has color #3F1109 on white background.


Black color preview on #3F1109 background

This text has black color on #3F1109 background.


White color preview on #3F1109 background

This text has white color on #3F1109 background.


Related colors

Complementary color

Complementary color for #hex is #C0EEF6.


I love getcolorcode.com

Triadic colors

1 #093F11 and #11093F with #3F1109 are triadic colors.

2 #09113F and #113F09 with #3F1109 are triadic colors.