COLOR #3F1746

HEX: #3F1746
RGB: (63,23,70)

Color info

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

RGB color model

#3F1746 color RGB value is (63,23,70).

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

RGB channels and saturation

R 63 of 255 = 25%
G 23 of 255 = 9%
B 70 of 255 = 27%

63
23
70

R + G + B ~ 20%. #3F1746 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 23 + 70 = 156 (100%)
R 63 of 156 ~ 40.38%
G 23 of 156 ~ 14.74%
B 70 of 156 ~ 44.87%

%40.38
%14.74
%44.87

CMYK color model

#3F1746 color CMYK value is (10,67,0,73).

  • cyan value is 10.00%
  • magenta value is 67.14%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(10,67,0,73)
C10M67Y0K73 
(10%,67%,0%,73%)
(0.10/0.67/0.00/0.73)	

CMYK percentages

%10
%67.14
%0
%72.55

Codes

Color #3F1746 in popluar color models

3F1746
RGB632370
HSL291°50.54%18.24%
HSB/HSV291°67.14%27.45%
CMYK10.00%67.14%0.00%
72.55%

Color #3F1746 in popluar number systems.

HEX3F1746
Decimal632370
Binary111111101111000110
Octal7727106

Shades and tints

Shades of #3F1746

#3F1746
(63,23,70)
#3A1540
(58,21,64)
#35133A
(53,19,58)
#301134
(48,17,52)
#2B0F2E
(43,15,46)
#260D28
(38,13,40)
#210B22
(33,11,34)
#1C091C
(28,9,28)
#170716
(23,7,22)
#120510
(18,5,16)
#0D030A
(13,3,10)
#000000
(0,0,0)

Tints of #3F1746

#3F1746
(63,23,70)
#502C56
(80,44,86)
#614166
(97,65,102)
#725676
(114,86,118)
#836B86
(131,107,134)
#948096
(148,128,150)
#A595A6
(165,149,166)
#B6AAB6
(182,170,182)
#C7BFC6
(199,191,198)
#D8D4D6
(216,212,214)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F1746; }

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

This text font color is #3F1746.


Background Color

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

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

This div background color is #3F1746.


Border color

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

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

This div border color is #3F1746.


Opacity

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

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

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

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

This text has shadow with #3F1746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F1746 on black background.


Color preview on white background

This text has color #3F1746 on white background.



Black color preview on #3F1746 background

This text has black color on #3F1746 background.


White color preview on #3F1746 background

This text has white color on #3F1746 background.