COLOR #3F174F

HEX: #3F174F
RGB: (63,23,79)

Color info

#3F174F contains red, green and blue colors in about the same proportion. Web safe color of #3F174F is #330066 (or #306).

RGB color model

#3F174F color RGB value is (63,23,79).

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

RGB channels and saturation

R 63 of 255 = 25%
G 23 of 255 = 9%
B 79 of 255 = 31%

63
23
79

R + G + B ~ 22%. #3F174F is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 23 + 79 = 165 (100%)
R 63 of 165 ~ 38.18%
G 23 of 165 ~ 13.94%
B 79 of 165 ~ 47.88%

%38.18
%13.94
%47.88

CMYK color model

#3F174F color CMYK value is (20,71,0,69).

  • cyan value is 20.25%
  • magenta value is 70.89%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(20,71,0,69)
C20M71Y0K69 
(20%,71%,0%,69%)
(0.20/0.71/0.00/0.69)	

CMYK percentages

%20.25
%70.89
%0
%69.02

Codes

Color #3F174F in popluar color models

3F174F
RGB632379
HSL283°54.90%20.00%
HSB/HSV283°70.89%30.98%
CMYK20.25%70.89%0.00%
69.02%

Color #3F174F in popluar number systems.

HEX3F174F
Decimal632379
Binary111111101111001111
Octal7727117

Shades and tints

Shades of #3F174F

#3F174F
(63,23,79)
#3A1548
(58,21,72)
#351341
(53,19,65)
#30113A
(48,17,58)
#2B0F33
(43,15,51)
#260D2C
(38,13,44)
#210B25
(33,11,37)
#1C091E
(28,9,30)
#170717
(23,7,23)
#120510
(18,5,16)
#0D0309
(13,3,9)
#000000
(0,0,0)

Tints of #3F174F

#3F174F
(63,23,79)
#502C5F
(80,44,95)
#61416F
(97,65,111)
#72567F
(114,86,127)
#836B8F
(131,107,143)
#94809F
(148,128,159)
#A595AF
(165,149,175)
#B6AABF
(182,170,191)
#C7BFCF
(199,191,207)
#D8D4DF
(216,212,223)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F174F; }

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

This text font color is #3F174F.


Background Color

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

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

This div background color is #3F174F.


Border color

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

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

This div border color is #3F174F.


Opacity

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

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

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

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

This text has shadow with #3F174F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F174F on black background.


Color preview on white background

This text has color #3F174F on white background.



Black color preview on #3F174F background

This text has black color on #3F174F background.


White color preview on #3F174F background

This text has white color on #3F174F background.