COLOR #3F130C

HEX: #3F130C
RGB: (63,19,12)

Color info

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

RGB color model

#3F130C color RGB value is (63,19,12).

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

RGB channels and saturation

R 63 of 255 = 25%
G 19 of 255 = 7%
B 12 of 255 = 5%

63
19
12

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

Portions of RGB colors in percentages

R + G + B =
63 + 19 + 12 = 94 (100%)
R 63 of 94 ~ 67.02%
G 19 of 94 ~ 20.21%
B 12 of 94 ~ 12.77%

%67.02
%20.21
%12.77

CMYK color model

#3F130C color CMYK value is (0,70,81,75).

  • cyan value is 0.00%
  • magenta value is 69.84%
  • yellow value is 80.95%
  • key color value is 75.29%
CMYK:
(0,70,81,75)
C0M70Y81K75 
(0%,70%,81%,75%)
(0.00/0.70/0.81/0.75)	

CMYK percentages

%0
%69.84
%80.95
%75.29

Codes

Color #3F130C in popluar color models

3F130C
RGB631912
HSL68.00%14.71%
HSB/HSV80.95%24.71%
CMYK0.00%69.84%80.95%
75.29%

Color #3F130C in popluar number systems.

HEX3F130C
Decimal631912
Binary111111100111100
Octal772314

Shades and tints

Shades of #3F130C

#3F130C
(63,19,12)
#3A120B
(58,18,11)
#35110A
(53,17,10)
#301009
(48,16,9)
#2B0F08
(43,15,8)
#260E07
(38,14,7)
#210D06
(33,13,6)
#1C0C05
(28,12,5)
#170B04
(23,11,4)
#120A03
(18,10,3)
#0D0902
(13,9,2)
#000000
(0,0,0)

Tints of #3F130C

#3F130C
(63,19,12)
#502822
(80,40,34)
#613D38
(97,61,56)
#72524E
(114,82,78)
#836764
(131,103,100)
#947C7A
(148,124,122)
#A59190
(165,145,144)
#B6A6A6
(182,166,166)
#C7BBBC
(199,187,188)
#D8D0D2
(216,208,210)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F130C; }

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

This text font color is #3F130C.


Background Color

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

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

This div background color is #3F130C.


Border color

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

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

This div border color is #3F130C.


Opacity

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

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

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

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

This text has shadow with #3F130C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F130C on black background.


Color preview on white background

This text has color #3F130C on white background.



Black color preview on #3F130C background

This text has black color on #3F130C background.


White color preview on #3F130C background

This text has white color on #3F130C background.