COLOR #3F171D

HEX: #3F171D RGB: (63,23,29)

Color info

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

RGB color model

#3F171D color RGB value is (63,23,29).

RGB: (63,23,29) (25%, 9%, 11%)

RGB channels and saturation

R 63 of 255 = 25%
G 23 of 255 = 9%
B 29 of 255 = 11%

63
23
29

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

Portions of RGB colors in percentages

R + G + B = 63 + 23 + 29 = 115 (100%)
R 63 of 115 ~ 54.78%
G 23 of 115 ~ 20%
B 29 of 115 ~ 25.22'%

%54.78
%20
%25.22

CMYK color model

#3F171D color CMYK value is (0,63,54,75).

  • cyan value is 0.00%
  • magenta value is 63.49%
  • yellow value is 53.97%
  • key color value is 75.29%

CMYK: (0,63,54,75)
C0M63Y54K75 (0%, 63%, 54%, 75%)
(0.00 / 0.63 / 0.54 / 0.75)

CMYK percentages

%0
%63.49
%53.97
%75.29

Codes

Color #3F171D in popluar color models

3F 17 1D
RGB 63 23 29
HSL 351° 46.51% 16.86%
HSB/HSV 351° 63.49% 24.71%
CMYK 0.00% 63.49% 53.97%
75.29%

Color #3F171D in popluar number systems.

HEX 3F 17 1D
Decimal 63 23 29
Binary 111111 10111 11101
Octal 77 27 35

Shades and tints

Shades of #3F171D

#3F171D
(63,23,29)
#3A151B
(58,21,27)
#351319
(53,19,25)
#301117
(48,17,23)
#2B0F15
(43,15,21)
#260D13
(38,13,19)
#210B11
(33,11,17)
#1C090F
(28,9,15)
#17070D
(23,7,13)
#12050B
(18,5,11)
#0D0309
(13,3,9)
#000000
(0,0,0)

Tints of #3F171D

#3F171D
(63,23,29)
#502C31
(80,44,49)
#614145
(97,65,69)
#725659
(114,86,89)
#836B6D
(131,107,109)
#948081
(148,128,129)
#A59595
(165,149,149)
#B6AAA9
(182,170,169)
#C7BFBD
(199,191,189)
#D8D4D1
(216,212,209)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F171D color. Also use rgb(63,23,29) instead hex code.

Text Font Color

.myTextColor { color: #3F171D; }

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

This text font color is #3F171D.

Background Color

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

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

This div background color is #3F171D.

Border color

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

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

This div border color is #3F171D.

Opacity

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

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

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

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

This text has shadow with #3F171D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F171D.

Preview

Color preview on black background

This text has color #3F171D on black background.


Color preview on white background

This text has color #3F171D on white background.


Black color preview on #3F171D background

This text has black color on #3F171D background.


White color preview on #3F171D background

This text has white color on #3F171D background.


Related colors

Complementary color

Complementary color for #hex is #C0E8E2.


I love getcolorcode.com

Triadic colors

1 #1D3F17 and #171D3F with #3F171D are triadic colors.

2 #1D173F and #173F1D with #3F171D are triadic colors.