COLOR #3F4475

HEX: #3F4475
RGB: (63,68,117)

Color info

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

RGB color model

#3F4475 color RGB value is (63,68,117).

  • red value is 63;
  • green value is 68;
  • blue value is 117.
RGB:
(63,68,117)
(25%,27%,46%)

RGB channels and saturation

R 63 of 255 = 25%
G 68 of 255 = 27%
B 117 of 255 = 46%

63
68
117

R + G + B ~ 33%. #3F4475 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 68 + 117 = 248 (100%)
R 63 of 248 ~ 25.4%
G 68 of 248 ~ 27.42%
B 117 of 248 ~ 47.18%

%25.4
%27.42
%47.18

CMYK color model

#3F4475 color CMYK value is (46,42,0,54).

  • cyan value is 46.15%
  • magenta value is 41.88%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(46,42,0,54)
C46M42Y0K54 
(46%,42%,0%,54%)
(0.46/0.42/0.00/0.54)	

CMYK percentages

%46.15
%41.88
%0
%54.12

Codes

Color #3F4475 in popluar color models

3F4475
RGB6368117
HSL234°30.00%35.29%
HSB/HSV234°46.15%45.88%
CMYK46.15%41.88%0.00%
54.12%

Color #3F4475 in popluar number systems.

HEX3F4475
Decimal6368117
Binary11111110001001110101
Octal77104165

Shades and tints

Shades of #3F4475

#3F4475
(63,68,117)
#3A3E6B
(58,62,107)
#353861
(53,56,97)
#303257
(48,50,87)
#2B2C4D
(43,44,77)
#262643
(38,38,67)
#212039
(33,32,57)
#1C1A2F
(28,26,47)
#171425
(23,20,37)
#120E1B
(18,14,27)
#0D0811
(13,8,17)
#000000
(0,0,0)

Tints of #3F4475

#3F4475
(63,68,117)
#505581
(80,85,129)
#61668D
(97,102,141)
#727799
(114,119,153)
#8388A5
(131,136,165)
#9499B1
(148,153,177)
#A5AABD
(165,170,189)
#B6BBC9
(182,187,201)
#C7CCD5
(199,204,213)
#D8DDE1
(216,221,225)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4475 color. Also use rgb(63,68,117) instead hex code.

Text Font Color

.myTextColor { color: #3F4475; }

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

This text font color is #3F4475.


Background Color

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

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

This div background color is #3F4475.


Border color

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

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

This div border color is #3F4475.


Opacity

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

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

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

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

This text has shadow with #3F4475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4475 on black background.


Color preview on white background

This text has color #3F4475 on white background.



Black color preview on #3F4475 background

This text has black color on #3F4475 background.


White color preview on #3F4475 background

This text has white color on #3F4475 background.