COLOR #3F1F37

HEX: #3F1F37 RGB: (63,31,55)

Color info

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

RGB color model

#3F1F37 color RGB value is (63,31,55).

RGB: (63,31,55) (25%, 12%, 22%)

RGB channels and saturation

R 63 of 255 = 25%
G 31 of 255 = 12%
B 55 of 255 = 22%

63
31
55

R + G + B ~ 20%. #3F1F37 is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 31 + 55 = 149 (100%)
R 63 of 149 ~ 42.28%
G 31 of 149 ~ 20.81%
B 55 of 149 ~ 36.91'%

%42.28
%20.81
%36.91

CMYK color model

#3F1F37 color CMYK value is (0,51,13,75).

  • cyan value is 0.00%
  • magenta value is 50.79%
  • yellow value is 12.70%
  • key color value is 75.29%

CMYK: (0,51,13,75)
C0M51Y13K75 (0%, 51%, 13%, 75%)
(0.00 / 0.51 / 0.13 / 0.75)

CMYK percentages

%0
%50.79
%12.7
%75.29

Codes

Color #3F1F37 in popluar color models

3F 1F 37
RGB 63 31 55
HSL 315° 34.04% 18.43%
HSB/HSV 315° 50.79% 24.71%
CMYK 0.00% 50.79% 12.70%
75.29%

Color #3F1F37 in popluar number systems.

HEX 3F 1F 37
Decimal 63 31 55
Binary 111111 11111 110111
Octal 77 37 67

Shades and tints

Shades of #3F1F37

#3F1F37
(63,31,55)
#3A1D32
(58,29,50)
#351B2D
(53,27,45)
#301928
(48,25,40)
#2B1723
(43,23,35)
#26151E
(38,21,30)
#211319
(33,19,25)
#1C1114
(28,17,20)
#170F0F
(23,15,15)
#120D0A
(18,13,10)
#0D0B05
(13,11,5)
#000000
(0,0,0)

Tints of #3F1F37

#3F1F37
(63,31,55)
#503349
(80,51,73)
#61475B
(97,71,91)
#725B6D
(114,91,109)
#836F7F
(131,111,127)
#948391
(148,131,145)
#A597A3
(165,151,163)
#B6ABB5
(182,171,181)
#C7BFC7
(199,191,199)
#D8D3D9
(216,211,217)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F1F37; }

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

This text font color is #3F1F37.

Background Color

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

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

This div background color is #3F1F37.

Border color

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

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

This div border color is #3F1F37.

Opacity

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

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

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

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

This text has shadow with #3F1F37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F1F37.

Preview

Color preview on black background

This text has color #3F1F37 on black background.


Color preview on white background

This text has color #3F1F37 on white background.


Black color preview on #3F1F37 background

This text has black color on #3F1F37 background.


White color preview on #3F1F37 background

This text has white color on #3F1F37 background.


Related colors

Complementary color

Complementary color for #hex is #C0E0C8.


I love getcolorcode.com

Triadic colors

1 #373F1F and #1F373F with #3F1F37 are triadic colors.

2 #371F3F and #1F3F37 with #3F1F37 are triadic colors.