COLOR #3F172E

HEX: #3F172E
RGB: (63,23,46)

Color info

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

RGB color model

#3F172E color RGB value is (63,23,46).

  • red value is 63;
  • green value is 23;
  • blue value is 46.
RGB: (63,23,46) (25%,9%,18%)

RGB channels and saturation

R 63 of 255 = 25%
G 23 of 255 = 9%
B 46 of 255 = 18%

63
23
46

R + G + B ~ 17%. #3F172E is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 23 + 46 = 132 (100%)
R 63 of 132 ~ 47.73%
G 23 of 132 ~ 17.42%
B 46 of 132 ~ 34.85%

%47.73
%17.42
%34.85

CMYK color model

#3F172E color CMYK value is (0,63,27,75).

  • cyan value is 0.00%
  • magenta value is 63.49%
  • yellow value is 26.98%
  • key color value is 75.29%
CMYK: (0,63,27,75) C0M63Y27K75 (0%,63%,27%,75%) (0.00/0.63/0.27/0.75)

CMYK percentages

%0
%63.49
%26.98
%75.29

Codes

Color #3F172E in popluar color models

3F172E
RGB632346
HSL326°46.51%16.86%
HSB/HSV326°63.49%24.71%
CMYK0.00%63.49%26.98%
75.29%

Color #3F172E in popluar number systems.

HEX3F172E
Decimal632346
Binary11111110111101110
Octal772756

Shades and tints

Shades of #3F172E

#3F172E
(63,23,46)
#3A152A
(58,21,42)
#351326
(53,19,38)
#301122
(48,17,34)
#2B0F1E
(43,15,30)
#260D1A
(38,13,26)
#210B16
(33,11,22)
#1C0912
(28,9,18)
#17070E
(23,7,14)
#12050A
(18,5,10)
#0D0306
(13,3,6)
#000000
(0,0,0)

Tints of #3F172E

#3F172E
(63,23,46)
#502C41
(80,44,65)
#614154
(97,65,84)
#725667
(114,86,103)
#836B7A
(131,107,122)
#94808D
(148,128,141)
#A595A0
(165,149,160)
#B6AAB3
(182,170,179)
#C7BFC6
(199,191,198)
#D8D4D9
(216,212,217)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F172E; }

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

This text font color is #3F172E.


Background Color

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

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

This div background color is #3F172E.


Border color

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

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

This div border color is #3F172E.


Opacity

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

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

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

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

This text has shadow with #3F172E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3F172E on black background.


Color preview on white background

This text has color #3F172E on white background.



Black color preview on #3F172E background

This text has black color on #3F172E background.


White color preview on #3F172E background

This text has white color on #3F172E background.