COLOR #3F1818

HEX: #3F1818
RGB: (63,24,24)

Color info

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

RGB color model

#3F1818 color RGB value is (63,24,24).

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

RGB channels and saturation

R 63 of 255 = 25%
G 24 of 255 = 9%
B 24 of 255 = 9%

63
24
24

R + G + B ~ 14%. #3F1818 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 24 + 24 = 111 (100%)
R 63 of 111 ~ 56.76%
G 24 of 111 ~ 21.62%
B 24 of 111 ~ 21.62%

%56.76
%21.62
%21.62

CMYK color model

#3F1818 color CMYK value is (0,62,62,75).

  • cyan value is 0.00%
  • magenta value is 61.90%
  • yellow value is 61.90%
  • key color value is 75.29%
CMYK:
(0,62,62,75)
C0M62Y62K75 
(0%,62%,62%,75%)
(0.00/0.62/0.62/0.75)	

CMYK percentages

%0
%61.9
%61.9
%75.29

Codes

Color #3F1818 in popluar color models

3F1818
RGB632424
HSL44.83%17.06%
HSB/HSV61.90%24.71%
CMYK0.00%61.90%61.90%
75.29%

Color #3F1818 in popluar number systems.

HEX3F1818
Decimal632424
Binary1111111100011000
Octal773030

Shades and tints

Shades of #3F1818

#3F1818
(63,24,24)
#3A1616
(58,22,22)
#351414
(53,20,20)
#301212
(48,18,18)
#2B1010
(43,16,16)
#260E0E
(38,14,14)
#210C0C
(33,12,12)
#1C0A0A
(28,10,10)
#170808
(23,8,8)
#120606
(18,6,6)
#0D0404
(13,4,4)
#000000
(0,0,0)

Tints of #3F1818

#3F1818
(63,24,24)
#502D2D
(80,45,45)
#614242
(97,66,66)
#725757
(114,87,87)
#836C6C
(131,108,108)
#948181
(148,129,129)
#A59696
(165,150,150)
#B6ABAB
(182,171,171)
#C7C0C0
(199,192,192)
#D8D5D5
(216,213,213)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F1818; }

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

This text font color is #3F1818.


Background Color

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

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

This div background color is #3F1818.


Border color

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

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

This div border color is #3F1818.


Opacity

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

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

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

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

This text has shadow with #3F1818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F1818 on black background.


Color preview on white background

This text has color #3F1818 on white background.



Black color preview on #3F1818 background

This text has black color on #3F1818 background.


White color preview on #3F1818 background

This text has white color on #3F1818 background.