COLOR #3F4482

HEX: #3F4482
RGB: (63,68,130)

Color info

#3F4482 contains mainly blue color. Web safe color of #3F4482 is #333399 (or #339).

RGB color model

#3F4482 color RGB value is (63,68,130).

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

RGB channels and saturation

R 63 of 255 = 25%
G 68 of 255 = 27%
B 130 of 255 = 51%

63
68
130

R + G + B ~ 34%. #3F4482 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 68 + 130 = 261 (100%)
R 63 of 261 ~ 24.14%
G 68 of 261 ~ 26.05%
B 130 of 261 ~ 49.81%

%24.14
%26.05
%49.81

CMYK color model

#3F4482 color CMYK value is (52,48,0,49).

  • cyan value is 51.54%
  • magenta value is 47.69%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(52,48,0,49)
C52M48Y0K49 
(52%,48%,0%,49%)
(0.52/0.48/0.00/0.49)	

CMYK percentages

%51.54
%47.69
%0
%49.02

Codes

Color #3F4482 in popluar color models

3F4482
RGB6368130
HSL236°34.72%37.84%
HSB/HSV236°51.54%50.98%
CMYK51.54%47.69%0.00%
49.02%

Color #3F4482 in popluar number systems.

HEX3F4482
Decimal6368130
Binary111111100010010000010
Octal77104202

Shades and tints

Shades of #3F4482

#3F4482
(63,68,130)
#3A3E77
(58,62,119)
#35386C
(53,56,108)
#303261
(48,50,97)
#2B2C56
(43,44,86)
#26264B
(38,38,75)
#212040
(33,32,64)
#1C1A35
(28,26,53)
#17142A
(23,20,42)
#120E1F
(18,14,31)
#0D0814
(13,8,20)
#000000
(0,0,0)

Tints of #3F4482

#3F4482
(63,68,130)
#50558D
(80,85,141)
#616698
(97,102,152)
#7277A3
(114,119,163)
#8388AE
(131,136,174)
#9499B9
(148,153,185)
#A5AAC4
(165,170,196)
#B6BBCF
(182,187,207)
#C7CCDA
(199,204,218)
#D8DDE5
(216,221,229)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4482; }

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

This text font color is #3F4482.


Background Color

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

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

This div background color is #3F4482.


Border color

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

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

This div border color is #3F4482.


Opacity

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

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

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

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

This text has shadow with #3F4482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4482 on black background.


Color preview on white background

This text has color #3F4482 on white background.



Black color preview on #3F4482 background

This text has black color on #3F4482 background.


White color preview on #3F4482 background

This text has white color on #3F4482 background.