COLOR #3F1227

HEX: #3F1227 RGB: (63,18,39)

Color info

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

RGB color model

#3F1227 color RGB value is (63,18,39).

RGB: (63,18,39) (25%, 7%, 15%)

RGB channels and saturation

R 63 of 255 = 25%
G 18 of 255 = 7%
B 39 of 255 = 15%

63
18
39

R + G + B ~ 16%. #3F1227 is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 18 + 39 = 120 (100%)
R 63 of 120 ~ 52.5%
G 18 of 120 ~ 15%
B 39 of 120 ~ 32.5'%

%52.5
%15
%32.5

CMYK color model

#3F1227 color CMYK value is (0,71,38,75).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 38.10%
  • key color value is 75.29%

CMYK: (0,71,38,75)
C0M71Y38K75 (0%, 71%, 38%, 75%)
(0.00 / 0.71 / 0.38 / 0.75)

CMYK percentages

%0
%71.43
%38.1
%75.29

Codes

Color #3F1227 in popluar color models

3F 12 27
RGB 63 18 39
HSL 332° 55.56% 15.88%
HSB/HSV 332° 71.43% 24.71%
CMYK 0.00% 71.43% 38.10%
75.29%

Color #3F1227 in popluar number systems.

HEX 3F 12 27
Decimal 63 18 39
Binary 111111 10010 100111
Octal 77 22 47

Shades and tints

Shades of #3F1227

#3F1227
(63,18,39)
#3A1124
(58,17,36)
#351021
(53,16,33)
#300F1E
(48,15,30)
#2B0E1B
(43,14,27)
#260D18
(38,13,24)
#210C15
(33,12,21)
#1C0B12
(28,11,18)
#170A0F
(23,10,15)
#12090C
(18,9,12)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #3F1227

#3F1227
(63,18,39)
#50273A
(80,39,58)
#613C4D
(97,60,77)
#725160
(114,81,96)
#836673
(131,102,115)
#947B86
(148,123,134)
#A59099
(165,144,153)
#B6A5AC
(182,165,172)
#C7BABF
(199,186,191)
#D8CFD2
(216,207,210)
#E9E4E5
(233,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F1227; }

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

This text font color is #3F1227.

Background Color

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

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

This div background color is #3F1227.

Border color

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

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

This div border color is #3F1227.

Opacity

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

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

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

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

This text has shadow with #3F1227 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F1227.

Preview

Color preview on black background

This text has color #3F1227 on black background.


Color preview on white background

This text has color #3F1227 on white background.


Black color preview on #3F1227 background

This text has black color on #3F1227 background.


White color preview on #3F1227 background

This text has white color on #3F1227 background.


Related colors

Complementary color

Complementary color for #hex is #C0EDD8.


I love getcolorcode.com

Triadic colors

1 #273F12 and #12273F with #3F1227 are triadic colors.

2 #27123F and #123F27 with #3F1227 are triadic colors.