COLOR #3F074D

HEX: #3F074D
RGB: (63,7,77)

Color info

#3F074D contains mainly red and blue colors. Web safe color of #3F074D is #330033 (or #303).

RGB color model

#3F074D color RGB value is (63,7,77).

  • red value is 63;
  • green value is 7;
  • blue value is 77.
RGB:
(63,7,77)
(25%,3%,30%)

RGB channels and saturation

R 63 of 255 = 25%
G 7 of 255 = 3%
B 77 of 255 = 30%

63
7
77

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

Portions of RGB colors in percentages

R + G + B =
63 + 7 + 77 = 147 (100%)
R 63 of 147 ~ 42.86%
G 7 of 147 ~ 4.76%
B 77 of 147 ~ 52.38%

%42.86
%52.38

CMYK color model

#3F074D color CMYK value is (18,91,0,70).

  • cyan value is 18.18%
  • magenta value is 90.91%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(18,91,0,70)
C18M91Y0K70 
(18%,91%,0%,70%)
(0.18/0.91/0.00/0.70)	

CMYK percentages

%18.18
%90.91
%0
%69.8

Codes

Color #3F074D in popluar color models

3F074D
RGB63777
HSL288°83.33%16.47%
HSB/HSV288°90.91%30.20%
CMYK18.18%90.91%0.00%
69.80%

Color #3F074D in popluar number systems.

HEX3F074D
Decimal63777
Binary1111111111001101
Octal777115

Shades and tints

Shades of #3F074D

#3F074D
(63,7,77)
#3A0746
(58,7,70)
#35073F
(53,7,63)
#300738
(48,7,56)
#2B0731
(43,7,49)
#26072A
(38,7,42)
#210723
(33,7,35)
#1C071C
(28,7,28)
#170715
(23,7,21)
#12070E
(18,7,14)
#0D0707
(13,7,7)
#000000
(0,0,0)

Tints of #3F074D

#3F074D
(63,7,77)
#501D5D
(80,29,93)
#61336D
(97,51,109)
#72497D
(114,73,125)
#835F8D
(131,95,141)
#94759D
(148,117,157)
#A58BAD
(165,139,173)
#B6A1BD
(182,161,189)
#C7B7CD
(199,183,205)
#D8CDDD
(216,205,221)
#E9E3ED
(233,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F074D color. Also use rgb(63,7,77) instead hex code.

Text Font Color

.myTextColor { color: #3F074D; }

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

This text font color is #3F074D.


Background Color

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

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

This div background color is #3F074D.


Border color

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

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

This div border color is #3F074D.


Opacity

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

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

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

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

This text has shadow with #3F074D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F074D on black background.


Color preview on white background

This text has color #3F074D on white background.



Black color preview on #3F074D background

This text has black color on #3F074D background.


White color preview on #3F074D background

This text has white color on #3F074D background.