COLOR #3F4569

HEX: #3F4569
RGB: (63,69,105)

Color info

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

RGB color model

#3F4569 color RGB value is (63,69,105).

  • red value is 63;
  • green value is 69;
  • blue value is 105.
RGB:
(63,69,105)
(25%,27%,41%)

RGB channels and saturation

R 63 of 255 = 25%
G 69 of 255 = 27%
B 105 of 255 = 41%

63
69
105

R + G + B ~ 31%. #3F4569 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 69 + 105 = 237 (100%)
R 63 of 237 ~ 26.58%
G 69 of 237 ~ 29.11%
B 105 of 237 ~ 44.3%

%26.58
%29.11
%44.3

CMYK color model

#3F4569 color CMYK value is (40,34,0,59).

  • cyan value is 40.00%
  • magenta value is 34.29%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(40,34,0,59)
C40M34Y0K59 
(40%,34%,0%,59%)
(0.40/0.34/0.00/0.59)	

CMYK percentages

%40
%34.29
%0
%58.82

Codes

Color #3F4569 in popluar color models

3F4569
RGB6369105
HSL231°25.00%32.94%
HSB/HSV231°40.00%41.18%
CMYK40.00%34.29%0.00%
58.82%

Color #3F4569 in popluar number systems.

HEX3F4569
Decimal6369105
Binary11111110001011101001
Octal77105151

Shades and tints

Shades of #3F4569

#3F4569
(63,69,105)
#3A3F60
(58,63,96)
#353957
(53,57,87)
#30334E
(48,51,78)
#2B2D45
(43,45,69)
#26273C
(38,39,60)
#212133
(33,33,51)
#1C1B2A
(28,27,42)
#171521
(23,21,33)
#120F18
(18,15,24)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #3F4569

#3F4569
(63,69,105)
#505576
(80,85,118)
#616583
(97,101,131)
#727590
(114,117,144)
#83859D
(131,133,157)
#9495AA
(148,149,170)
#A5A5B7
(165,165,183)
#B6B5C4
(182,181,196)
#C7C5D1
(199,197,209)
#D8D5DE
(216,213,222)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4569 color. Also use rgb(63,69,105) instead hex code.

Text Font Color

.myTextColor { color: #3F4569; }

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

This text font color is #3F4569.


Background Color

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

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

This div background color is #3F4569.


Border color

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

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

This div border color is #3F4569.


Opacity

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

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

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

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

This text has shadow with #3F4569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4569 on black background.


Color preview on white background

This text has color #3F4569 on white background.



Black color preview on #3F4569 background

This text has black color on #3F4569 background.


White color preview on #3F4569 background

This text has white color on #3F4569 background.