COLOR #3F0C1A

HEX: #3F0C1A
RGB: (63,12,26)

Color info

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

RGB color model

#3F0C1A color RGB value is (63,12,26).

  • red value is 63;
  • green value is 12;
  • blue value is 26.
RGB:
(63,12,26)
(25%,5%,10%)

RGB channels and saturation

R 63 of 255 = 25%
G 12 of 255 = 5%
B 26 of 255 = 10%

63
12
26

R + G + B ~ 13%. #3F0C1A is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 12 + 26 = 101 (100%)
R 63 of 101 ~ 62.38%
G 12 of 101 ~ 11.88%
B 26 of 101 ~ 25.74%

%62.38
%11.88
%25.74

CMYK color model

#3F0C1A color CMYK value is (0,81,59,75).

  • cyan value is 0.00%
  • magenta value is 80.95%
  • yellow value is 58.73%
  • key color value is 75.29%
CMYK:
(0,81,59,75)
C0M81Y59K75 
(0%,81%,59%,75%)
(0.00/0.81/0.59/0.75)	

CMYK percentages

%0
%80.95
%58.73
%75.29

Codes

Color #3F0C1A in popluar color models

3F0C1A
RGB631226
HSL344°68.00%14.71%
HSB/HSV344°80.95%24.71%
CMYK0.00%80.95%58.73%
75.29%

Color #3F0C1A in popluar number systems.

HEX3F0C1A
Decimal631226
Binary111111110011010
Octal771432

Shades and tints

Shades of #3F0C1A

#3F0C1A
(63,12,26)
#3A0B18
(58,11,24)
#350A16
(53,10,22)
#300914
(48,9,20)
#2B0812
(43,8,18)
#260710
(38,7,16)
#21060E
(33,6,14)
#1C050C
(28,5,12)
#17040A
(23,4,10)
#120308
(18,3,8)
#0D0206
(13,2,6)
#000000
(0,0,0)

Tints of #3F0C1A

#3F0C1A
(63,12,26)
#50222E
(80,34,46)
#613842
(97,56,66)
#724E56
(114,78,86)
#83646A
(131,100,106)
#947A7E
(148,122,126)
#A59092
(165,144,146)
#B6A6A6
(182,166,166)
#C7BCBA
(199,188,186)
#D8D2CE
(216,210,206)
#E9E8E2
(233,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F0C1A; }

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

This text font color is #3F0C1A.


Background Color

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

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

This div background color is #3F0C1A.


Border color

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

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

This div border color is #3F0C1A.


Opacity

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

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

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

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

This text has shadow with #3F0C1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F0C1A on black background.


Color preview on white background

This text has color #3F0C1A on white background.



Black color preview on #3F0C1A background

This text has black color on #3F0C1A background.


White color preview on #3F0C1A background

This text has white color on #3F0C1A background.