COLOR #3F4078

HEX: #3F4078 RGB: (63,64,120)

Color info

#3F4078 contains red, green and blue colors in about the same proportion. Web safe color of #3F4078 is #333366 (or #336).

RGB color model

#3F4078 color RGB value is (63,64,120).

RGB: (63,64,120) (25%, 25%, 47%)

RGB channels and saturation

R 63 of 255 = 25%
G 64 of 255 = 25%
B 120 of 255 = 47%

63
64
120

R + G + B ~ 32%. #3F4078 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 64 + 120 = 247 (100%)
R 63 of 247 ~ 25.51%
G 64 of 247 ~ 25.91%
B 120 of 247 ~ 48.58'%

%25.51
%25.91
%48.58

CMYK color model

#3F4078 color CMYK value is (48,47,0,53).

  • cyan value is 47.50%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (48,47,0,53)
C48M47Y0K53 (48%, 47%, 0%, 53%)
(0.48 / 0.47 / 0.00 / 0.53)

CMYK percentages

%47.5
%46.67
%0
%52.94

Codes

Color #3F4078 in popluar color models

3F 40 78
RGB 63 64 120
HSL 239° 31.15% 35.88%
HSB/HSV 239° 47.50% 47.06%
CMYK 47.50% 46.67% 0.00%
52.94%

Color #3F4078 in popluar number systems.

HEX 3F 40 78
Decimal 63 64 120
Binary 111111 1000000 1111000
Octal 77 100 170

Shades and tints

Shades of #3F4078

#3F4078
(63,64,120)
#3A3B6E
(58,59,110)
#353664
(53,54,100)
#30315A
(48,49,90)
#2B2C50
(43,44,80)
#262746
(38,39,70)
#21223C
(33,34,60)
#1C1D32
(28,29,50)
#171828
(23,24,40)
#12131E
(18,19,30)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #3F4078

#3F4078
(63,64,120)
#505184
(80,81,132)
#616290
(97,98,144)
#72739C
(114,115,156)
#8384A8
(131,132,168)
#9495B4
(148,149,180)
#A5A6C0
(165,166,192)
#B6B7CC
(182,183,204)
#C7C8D8
(199,200,216)
#D8D9E4
(216,217,228)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4078 color. Also use rgb(63,64,120) instead hex code.

Text Font Color

.myTextColor { color: #3F4078; }

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

This text font color is #3F4078.

Background Color

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

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

This div background color is #3F4078.

Border color

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

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

This div border color is #3F4078.

Opacity

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

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

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

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

This text has shadow with #3F4078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4078.

Preview

Color preview on black background

This text has color #3F4078 on black background.


Color preview on white background

This text has color #3F4078 on white background.


Black color preview on #3F4078 background

This text has black color on #3F4078 background.


White color preview on #3F4078 background

This text has white color on #3F4078 background.


Related colors

Complementary color

Complementary color for #hex is #C0BF87.


I love getcolorcode.com

Triadic colors

1 #783F40 and #40783F with #3F4078 are triadic colors.

2 #78403F and #403F78 with #3F4078 are triadic colors.