COLOR #3F495C

HEX: #3F495C RGB: (63,73,92)

Color info

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

RGB color model

#3F495C color RGB value is (63,73,92).

RGB: (63,73,92) (25%, 29%, 36%)

RGB channels and saturation

R 63 of 255 = 25%
G 73 of 255 = 29%
B 92 of 255 = 36%

63
73
92

R + G + B ~ 30%. #3F495C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 73 + 92 = 228 (100%)
R 63 of 228 ~ 27.63%
G 73 of 228 ~ 32.02%
B 92 of 228 ~ 40.35'%

%27.63
%32.02
%40.35

CMYK color model

#3F495C color CMYK value is (32,21,0,64).

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

CMYK: (32,21,0,64)
C32M21Y0K64 (32%, 21%, 0%, 64%)
(0.32 / 0.21 / 0.00 / 0.64)

CMYK percentages

%31.52
%20.65
%0
%63.92

Codes

Color #3F495C in popluar color models

3F 49 5C
RGB 63 73 92
HSL 219° 18.71% 30.39%
HSB/HSV 219° 31.52% 36.08%
CMYK 31.52% 20.65% 0.00%
63.92%

Color #3F495C in popluar number systems.

HEX 3F 49 5C
Decimal 63 73 92
Binary 111111 1001001 1011100
Octal 77 111 134

Shades and tints

Shades of #3F495C

#3F495C
(63,73,92)
#3A4354
(58,67,84)
#353D4C
(53,61,76)
#303744
(48,55,68)
#2B313C
(43,49,60)
#262B34
(38,43,52)
#21252C
(33,37,44)
#1C1F24
(28,31,36)
#17191C
(23,25,28)
#121314
(18,19,20)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #3F495C

#3F495C
(63,73,92)
#50596A
(80,89,106)
#616978
(97,105,120)
#727986
(114,121,134)
#838994
(131,137,148)
#9499A2
(148,153,162)
#A5A9B0
(165,169,176)
#B6B9BE
(182,185,190)
#C7C9CC
(199,201,204)
#D8D9DA
(216,217,218)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F495C; }

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

This text font color is #3F495C.

Background Color

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

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

This div background color is #3F495C.

Border color

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

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

This div border color is #3F495C.

Opacity

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

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

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

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

This text has shadow with #3F495C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F495C.

Preview

Color preview on black background

This text has color #3F495C on black background.


Color preview on white background

This text has color #3F495C on white background.


Black color preview on #3F495C background

This text has black color on #3F495C background.


White color preview on #3F495C background

This text has white color on #3F495C background.


Related colors

Complementary color

Complementary color for #hex is #C0B6A3.


I love getcolorcode.com

Triadic colors

1 #5C3F49 and #495C3F with #3F495C are triadic colors.

2 #5C493F and #493F5C with #3F495C are triadic colors.