COLOR #3F1739

HEX: #3F1739
RGB: (63,23,57)

Color info

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

RGB color model

#3F1739 color RGB value is (63,23,57).

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

RGB channels and saturation

R 63 of 255 = 25%
G 23 of 255 = 9%
B 57 of 255 = 22%

63
23
57

R + G + B ~ 19%. #3F1739 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 23 + 57 = 143 (100%)
R 63 of 143 ~ 44.06%
G 23 of 143 ~ 16.08%
B 57 of 143 ~ 39.86%

%44.06
%16.08
%39.86

CMYK color model

#3F1739 color CMYK value is (0,63,10,75).

  • cyan value is 0.00%
  • magenta value is 63.49%
  • yellow value is 9.52%
  • key color value is 75.29%
CMYK:
(0,63,10,75)
C0M63Y10K75 
(0%,63%,10%,75%)
(0.00/0.63/0.10/0.75)	

CMYK percentages

%0
%63.49
%9.52
%75.29

Codes

Color #3F1739 in popluar color models

3F1739
RGB632357
HSL309°46.51%16.86%
HSB/HSV309°63.49%24.71%
CMYK0.00%63.49%9.52%
75.29%

Color #3F1739 in popluar number systems.

HEX3F1739
Decimal632357
Binary11111110111111001
Octal772771

Shades and tints

Shades of #3F1739

#3F1739
(63,23,57)
#3A1534
(58,21,52)
#35132F
(53,19,47)
#30112A
(48,17,42)
#2B0F25
(43,15,37)
#260D20
(38,13,32)
#210B1B
(33,11,27)
#1C0916
(28,9,22)
#170711
(23,7,17)
#12050C
(18,5,12)
#0D0307
(13,3,7)
#000000
(0,0,0)

Tints of #3F1739

#3F1739
(63,23,57)
#502C4B
(80,44,75)
#61415D
(97,65,93)
#72566F
(114,86,111)
#836B81
(131,107,129)
#948093
(148,128,147)
#A595A5
(165,149,165)
#B6AAB7
(182,170,183)
#C7BFC9
(199,191,201)
#D8D4DB
(216,212,219)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F1739; }

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

This text font color is #3F1739.


Background Color

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

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

This div background color is #3F1739.


Border color

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

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

This div border color is #3F1739.


Opacity

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

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

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

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

This text has shadow with #3F1739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F1739 on black background.


Color preview on white background

This text has color #3F1739 on white background.



Black color preview on #3F1739 background

This text has black color on #3F1739 background.


White color preview on #3F1739 background

This text has white color on #3F1739 background.