COLOR #3F1121

HEX: #3F1121
RGB: (63,17,33)

Color info

#3F1121 contains red, green and blue colors in about the same proportion. Web safe color of #3F1121 is #330033 (or #303).

RGB color model

#3F1121 color RGB value is (63,17,33).

  • red value is 63;
  • green value is 17;
  • blue value is 33.
RGB:
(63,17,33)
(25%,7%,13%)

RGB channels and saturation

R 63 of 255 = 25%
G 17 of 255 = 7%
B 33 of 255 = 13%

63
17
33

R + G + B ~ 15%. #3F1121 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 17 + 33 = 113 (100%)
R 63 of 113 ~ 55.75%
G 17 of 113 ~ 15.04%
B 33 of 113 ~ 29.2%

%55.75
%15.04
%29.2

CMYK color model

#3F1121 color CMYK value is (0,73,48,75).

  • cyan value is 0.00%
  • magenta value is 73.02%
  • yellow value is 47.62%
  • key color value is 75.29%
CMYK:
(0,73,48,75)
C0M73Y48K75 
(0%,73%,48%,75%)
(0.00/0.73/0.48/0.75)	

CMYK percentages

%0
%73.02
%47.62
%75.29

Codes

Color #3F1121 in popluar color models

3F1121
RGB631733
HSL339°57.50%15.69%
HSB/HSV339°73.02%24.71%
CMYK0.00%73.02%47.62%
75.29%

Color #3F1121 in popluar number systems.

HEX3F1121
Decimal631733
Binary11111110001100001
Octal772141

Shades and tints

Shades of #3F1121

#3F1121
(63,17,33)
#3A101E
(58,16,30)
#350F1B
(53,15,27)
#300E18
(48,14,24)
#2B0D15
(43,13,21)
#260C12
(38,12,18)
#210B0F
(33,11,15)
#1C0A0C
(28,10,12)
#170909
(23,9,9)
#120806
(18,8,6)
#0D0703
(13,7,3)
#000000
(0,0,0)

Tints of #3F1121

#3F1121
(63,17,33)
#502635
(80,38,53)
#613B49
(97,59,73)
#72505D
(114,80,93)
#836571
(131,101,113)
#947A85
(148,122,133)
#A58F99
(165,143,153)
#B6A4AD
(182,164,173)
#C7B9C1
(199,185,193)
#D8CED5
(216,206,213)
#E9E3E9
(233,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F1121; }

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

This text font color is #3F1121.


Background Color

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

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

This div background color is #3F1121.


Border color

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

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

This div border color is #3F1121.


Opacity

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

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

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

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

This text has shadow with #3F1121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F1121 on black background.


Color preview on white background

This text has color #3F1121 on white background.



Black color preview on #3F1121 background

This text has black color on #3F1121 background.


White color preview on #3F1121 background

This text has white color on #3F1121 background.