COLOR #3F1637

HEX: #3F1637 RGB: (63,22,55)

Color info

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

RGB color model

#3F1637 color RGB value is (63,22,55).

RGB: (63,22,55) (25%, 9%, 22%)

RGB channels and saturation

R 63 of 255 = 25%
G 22 of 255 = 9%
B 55 of 255 = 22%

63
22
55

R + G + B ~ 19%. #3F1637 is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 22 + 55 = 140 (100%)
R 63 of 140 ~ 45%
G 22 of 140 ~ 15.71%
B 55 of 140 ~ 39.29'%

%45
%15.71
%39.29

CMYK color model

#3F1637 color CMYK value is (0,65,13,75).

  • cyan value is 0.00%
  • magenta value is 65.08%
  • yellow value is 12.70%
  • key color value is 75.29%
CMYK: (0,65,13,75) C0M65Y13K75 (0%,65%,13%,75%) (0.00/0.65/0.13/0.75) 

CMYK percentages

%0
%65.08
%12.7
%75.29

Codes

Color #3F1637 in popluar color models

3F 16 37
RGB 63 22 55
HSL 312° 48.24% 16.67%
HSB/HSV 312° 65.08% 24.71%
CMYK 0.00% 65.08% 12.70%
75.29%

Color #3F1637 in popluar number systems.

HEX 3F 16 37
Decimal 63 22 55
Binary 111111 10110 110111
Octal 77 26 67

Shades and tints

Shades of #3F1637

#3F1637
(63,22,55)
#3A1432
(58,20,50)
#35122D
(53,18,45)
#301028
(48,16,40)
#2B0E23
(43,14,35)
#260C1E
(38,12,30)
#210A19
(33,10,25)
#1C0814
(28,8,20)
#17060F
(23,6,15)
#12040A
(18,4,10)
#0D0205
(13,2,5)
#000000
(0,0,0)

Tints of #3F1637

#3F1637
(63,22,55)
#502B49
(80,43,73)
#61405B
(97,64,91)
#72556D
(114,85,109)
#836A7F
(131,106,127)
#947F91
(148,127,145)
#A594A3
(165,148,163)
#B6A9B5
(182,169,181)
#C7BEC7
(199,190,199)
#D8D3D9
(216,211,217)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F1637; }

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

This text font color is #3F1637.

Background Color

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

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

This div background color is #3F1637.

Border color

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

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

This div border color is #3F1637.

Opacity

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

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

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

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

This text has shadow with #3F1637 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F1637.

Preview

Color preview on black background

This text has color #3F1637 on black background.


Color preview on white background

This text has color #3F1637 on white background.


Black color preview on #3F1637 background

This text has black color on #3F1637 background.


White color preview on #3F1637 background

This text has white color on #3F1637 background.


Related colors

Complementary color

Complementary color for #hex is #C0E9C8.


I love getcolorcode.com

Triadic colors

1 #373F16 and #16373F with #3F1637 are triadic colors.

2 #37163F and #163F37 with #3F1637 are triadic colors.