COLOR #3F1315

HEX: #3F1315
RGB: (63,19,21)

Color info

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

RGB color model

#3F1315 color RGB value is (63,19,21).

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

RGB channels and saturation

R 63 of 255 = 25%
G 19 of 255 = 7%
B 21 of 255 = 8%

63
19
21

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

Portions of RGB colors in percentages

R + G + B =
63 + 19 + 21 = 103 (100%)
R 63 of 103 ~ 61.17%
G 19 of 103 ~ 18.45%
B 21 of 103 ~ 20.39%

%61.17
%18.45
%20.39

CMYK color model

#3F1315 color CMYK value is (0,70,67,75).

  • cyan value is 0.00%
  • magenta value is 69.84%
  • yellow value is 66.67%
  • key color value is 75.29%
CMYK:
(0,70,67,75)
C0M70Y67K75 
(0%,70%,67%,75%)
(0.00/0.70/0.67/0.75)	

CMYK percentages

%0
%69.84
%66.67
%75.29

Codes

Color #3F1315 in popluar color models

3F1315
RGB631921
HSL357°53.66%16.08%
HSB/HSV357°69.84%24.71%
CMYK0.00%69.84%66.67%
75.29%

Color #3F1315 in popluar number systems.

HEX3F1315
Decimal631921
Binary1111111001110101
Octal772325

Shades and tints

Shades of #3F1315

#3F1315
(63,19,21)
#3A1214
(58,18,20)
#351113
(53,17,19)
#301012
(48,16,18)
#2B0F11
(43,15,17)
#260E10
(38,14,16)
#210D0F
(33,13,15)
#1C0C0E
(28,12,14)
#170B0D
(23,11,13)
#120A0C
(18,10,12)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #3F1315

#3F1315
(63,19,21)
#50282A
(80,40,42)
#613D3F
(97,61,63)
#725254
(114,82,84)
#836769
(131,103,105)
#947C7E
(148,124,126)
#A59193
(165,145,147)
#B6A6A8
(182,166,168)
#C7BBBD
(199,187,189)
#D8D0D2
(216,208,210)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F1315; }

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

This text font color is #3F1315.


Background Color

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

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

This div background color is #3F1315.


Border color

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

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

This div border color is #3F1315.


Opacity

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

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

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

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

This text has shadow with #3F1315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F1315 on black background.


Color preview on white background

This text has color #3F1315 on white background.



Black color preview on #3F1315 background

This text has black color on #3F1315 background.


White color preview on #3F1315 background

This text has white color on #3F1315 background.