COLOR #3F455A

HEX: #3F455A
RGB: (63,69,90)

Color info

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

RGB color model

#3F455A color RGB value is (63,69,90).

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

RGB channels and saturation

R 63 of 255 = 25%
G 69 of 255 = 27%
B 90 of 255 = 35%

63
69
90

R + G + B ~ 29%. #3F455A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 69 + 90 = 222 (100%)
R 63 of 222 ~ 28.38%
G 69 of 222 ~ 31.08%
B 90 of 222 ~ 40.54%

%28.38
%31.08
%40.54

CMYK color model

#3F455A color CMYK value is (30,23,0,65).

  • cyan value is 30.00%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(30,23,0,65)
C30M23Y0K65 
(30%,23%,0%,65%)
(0.30/0.23/0.00/0.65)	

CMYK percentages

%30
%23.33
%0
%64.71

Codes

Color #3F455A in popluar color models

3F455A
RGB636990
HSL227°17.65%30.00%
HSB/HSV227°30.00%35.29%
CMYK30.00%23.33%0.00%
64.71%

Color #3F455A in popluar number systems.

HEX3F455A
Decimal636990
Binary11111110001011011010
Octal77105132

Shades and tints

Shades of #3F455A

#3F455A
(63,69,90)
#3A3F52
(58,63,82)
#35394A
(53,57,74)
#303342
(48,51,66)
#2B2D3A
(43,45,58)
#262732
(38,39,50)
#21212A
(33,33,42)
#1C1B22
(28,27,34)
#17151A
(23,21,26)
#120F12
(18,15,18)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #3F455A

#3F455A
(63,69,90)
#505569
(80,85,105)
#616578
(97,101,120)
#727587
(114,117,135)
#838596
(131,133,150)
#9495A5
(148,149,165)
#A5A5B4
(165,165,180)
#B6B5C3
(182,181,195)
#C7C5D2
(199,197,210)
#D8D5E1
(216,213,225)
#E9E5F0
(233,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F455A; }

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

This text font color is #3F455A.


Background Color

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

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

This div background color is #3F455A.


Border color

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

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

This div border color is #3F455A.


Opacity

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

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

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

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

This text has shadow with #3F455A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F455A on black background.


Color preview on white background

This text has color #3F455A on white background.



Black color preview on #3F455A background

This text has black color on #3F455A background.


White color preview on #3F455A background

This text has white color on #3F455A background.