COLOR #3F1C28

HEX: #3F1C28
RGB: (63,28,40)

Color info

#3F1C28 contains red, green and blue colors in about the same proportion. Web safe color of #3F1C28 is #333333 (or #333).

RGB color model

#3F1C28 color RGB value is (63,28,40).

  • red value is 63;
  • green value is 28;
  • blue value is 40.
RGB:
(63,28,40)
(25%,11%,16%)

RGB channels and saturation

R 63 of 255 = 25%
G 28 of 255 = 11%
B 40 of 255 = 16%

63
28
40

R + G + B ~ 17%. #3F1C28 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 28 + 40 = 131 (100%)
R 63 of 131 ~ 48.09%
G 28 of 131 ~ 21.37%
B 40 of 131 ~ 30.53%

%48.09
%21.37
%30.53

CMYK color model

#3F1C28 color CMYK value is (0,56,37,75).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 36.51%
  • key color value is 75.29%
CMYK:
(0,56,37,75)
C0M56Y37K75 
(0%,56%,37%,75%)
(0.00/0.56/0.37/0.75)	

CMYK percentages

%0
%55.56
%36.51
%75.29

Codes

Color #3F1C28 in popluar color models

3F1C28
RGB632840
HSL339°38.46%17.84%
HSB/HSV339°55.56%24.71%
CMYK0.00%55.56%36.51%
75.29%

Color #3F1C28 in popluar number systems.

HEX3F1C28
Decimal632840
Binary11111111100101000
Octal773450

Shades and tints

Shades of #3F1C28

#3F1C28
(63,28,40)
#3A1A25
(58,26,37)
#351822
(53,24,34)
#30161F
(48,22,31)
#2B141C
(43,20,28)
#261219
(38,18,25)
#211016
(33,16,22)
#1C0E13
(28,14,19)
#170C10
(23,12,16)
#120A0D
(18,10,13)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #3F1C28

#3F1C28
(63,28,40)
#50303B
(80,48,59)
#61444E
(97,68,78)
#725861
(114,88,97)
#836C74
(131,108,116)
#948087
(148,128,135)
#A5949A
(165,148,154)
#B6A8AD
(182,168,173)
#C7BCC0
(199,188,192)
#D8D0D3
(216,208,211)
#E9E4E6
(233,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F1C28; }

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

This text font color is #3F1C28.


Background Color

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

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

This div background color is #3F1C28.


Border color

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

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

This div border color is #3F1C28.


Opacity

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

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

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

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

This text has shadow with #3F1C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F1C28 on black background.


Color preview on white background

This text has color #3F1C28 on white background.



Black color preview on #3F1C28 background

This text has black color on #3F1C28 background.


White color preview on #3F1C28 background

This text has white color on #3F1C28 background.