COLOR #3F1309

HEX: #3F1309
RGB: (63,19,9)

Color info

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

RGB color model

#3F1309 color RGB value is (63,19,9).

  • red value is 63;
  • green value is 19;
  • blue value is 9.
RGB:
(63,19,9)
(25%,7%,4%)

RGB channels and saturation

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

63
19
9

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

Portions of RGB colors in percentages

R + G + B =
63 + 19 + 9 = 91 (100%)
R 63 of 91 ~ 69.23%
G 19 of 91 ~ 20.88%
B 9 of 91 ~ 9.89%

%69.23
%20.88
%9.89

CMYK color model

#3F1309 color CMYK value is (0,70,86,75).

  • cyan value is 0.00%
  • magenta value is 69.84%
  • yellow value is 85.71%
  • key color value is 75.29%
CMYK:
(0,70,86,75)
C0M70Y86K75 
(0%,70%,86%,75%)
(0.00/0.70/0.86/0.75)	

CMYK percentages

%0
%69.84
%85.71
%75.29

Codes

Color #3F1309 in popluar color models

3F1309
RGB63199
HSL11°75.00%14.12%
HSB/HSV11°85.71%24.71%
CMYK0.00%69.84%85.71%
75.29%

Color #3F1309 in popluar number systems.

HEX3F1309
Decimal63199
Binary111111100111001
Octal772311

Shades and tints

Shades of #3F1309

#3F1309
(63,19,9)
#3A1209
(58,18,9)
#351109
(53,17,9)
#301009
(48,16,9)
#2B0F09
(43,15,9)
#260E09
(38,14,9)
#210D09
(33,13,9)
#1C0C09
(28,12,9)
#170B09
(23,11,9)
#120A09
(18,10,9)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #3F1309

#3F1309
(63,19,9)
#50281F
(80,40,31)
#613D35
(97,61,53)
#72524B
(114,82,75)
#836761
(131,103,97)
#947C77
(148,124,119)
#A5918D
(165,145,141)
#B6A6A3
(182,166,163)
#C7BBB9
(199,187,185)
#D8D0CF
(216,208,207)
#E9E5E5
(233,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F1309; }

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

This text font color is #3F1309.


Background Color

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

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

This div background color is #3F1309.


Border color

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

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

This div border color is #3F1309.


Opacity

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

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

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

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

This text has shadow with #3F1309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F1309 on black background.


Color preview on white background

This text has color #3F1309 on white background.



Black color preview on #3F1309 background

This text has black color on #3F1309 background.


White color preview on #3F1309 background

This text has white color on #3F1309 background.