COLOR #3F455C

HEX: #3F455C RGB: (63,69,92)

Color info

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

RGB color model

#3F455C color RGB value is (63,69,92).

RGB: (63,69,92) (25%, 27%, 36%)

RGB channels and saturation

R 63 of 255 = 25%
G 69 of 255 = 27%
B 92 of 255 = 36%

63
69
92

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

Portions of RGB colors in percentages

R + G + B = 63 + 69 + 92 = 224 (100%)
R 63 of 224 ~ 28.13%
G 69 of 224 ~ 30.8%
B 92 of 224 ~ 41.07'%

%28.13
%30.8
%41.07

CMYK color model

#3F455C color CMYK value is (32,25,0,64).

  • cyan value is 31.52%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (32,25,0,64)
C32M25Y0K64 (32%, 25%, 0%, 64%)
(0.32 / 0.25 / 0.00 / 0.64)

CMYK percentages

%31.52
%25
%0
%63.92

Codes

Color #3F455C in popluar color models

3F 45 5C
RGB 63 69 92
HSL 228° 18.71% 30.39%
HSB/HSV 228° 31.52% 36.08%
CMYK 31.52% 25.00% 0.00%
63.92%

Color #3F455C in popluar number systems.

HEX 3F 45 5C
Decimal 63 69 92
Binary 111111 1000101 1011100
Octal 77 105 134

Shades and tints

Shades of #3F455C

#3F455C
(63,69,92)
#3A3F54
(58,63,84)
#35394C
(53,57,76)
#303344
(48,51,68)
#2B2D3C
(43,45,60)
#262734
(38,39,52)
#21212C
(33,33,44)
#1C1B24
(28,27,36)
#17151C
(23,21,28)
#120F14
(18,15,20)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #3F455C

#3F455C
(63,69,92)
#50556A
(80,85,106)
#616578
(97,101,120)
#727586
(114,117,134)
#838594
(131,133,148)
#9495A2
(148,149,162)
#A5A5B0
(165,165,176)
#B6B5BE
(182,181,190)
#C7C5CC
(199,197,204)
#D8D5DA
(216,213,218)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F455C; }

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

This text font color is #3F455C.

Background Color

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

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

This div background color is #3F455C.

Border color

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

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

This div border color is #3F455C.

Opacity

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

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

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

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

This text has shadow with #3F455C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F455C.

Preview

Color preview on black background

This text has color #3F455C on black background.


Color preview on white background

This text has color #3F455C on white background.


Black color preview on #3F455C background

This text has black color on #3F455C background.


White color preview on #3F455C background

This text has white color on #3F455C background.


Related colors

Complementary color

Complementary color for #hex is #C0BAA3.


I love getcolorcode.com

Triadic colors

1 #5C3F45 and #455C3F with #3F455C are triadic colors.

2 #5C453F and #453F5C with #3F455C are triadic colors.