COLOR #3F4558

HEX: #3F4558 RGB: (63,69,88)

Color info

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

RGB color model

#3F4558 color RGB value is (63,69,88).

RGB: (63,69,88) (25%, 27%, 35%)

RGB channels and saturation

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

63
69
88

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

Portions of RGB colors in percentages

R + G + B = 63 + 69 + 88 = 220 (100%)
R 63 of 220 ~ 28.64%
G 69 of 220 ~ 31.36%
B 88 of 220 ~ 40'%

%28.64
%31.36
%40

CMYK color model

#3F4558 color CMYK value is (28,22,0,65).

  • cyan value is 28.41%
  • magenta value is 21.59%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (28,22,0,65)
C28M22Y0K65 (28%, 22%, 0%, 65%)
(0.28 / 0.22 / 0.00 / 0.65)

CMYK percentages

%28.41
%21.59
%0
%65.49

Codes

Color #3F4558 in popluar color models

3F 45 58
RGB 63 69 88
HSL 226° 16.56% 29.61%
HSB/HSV 226° 28.41% 34.51%
CMYK 28.41% 21.59% 0.00%
65.49%

Color #3F4558 in popluar number systems.

HEX 3F 45 58
Decimal 63 69 88
Binary 111111 1000101 1011000
Octal 77 105 130

Shades and tints

Shades of #3F4558

#3F4558
(63,69,88)
#3A3F50
(58,63,80)
#353948
(53,57,72)
#303340
(48,51,64)
#2B2D38
(43,45,56)
#262730
(38,39,48)
#212128
(33,33,40)
#1C1B20
(28,27,32)
#171518
(23,21,24)
#120F10
(18,15,16)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #3F4558

#3F4558
(63,69,88)
#505567
(80,85,103)
#616576
(97,101,118)
#727585
(114,117,133)
#838594
(131,133,148)
#9495A3
(148,149,163)
#A5A5B2
(165,165,178)
#B6B5C1
(182,181,193)
#C7C5D0
(199,197,208)
#D8D5DF
(216,213,223)
#E9E5EE
(233,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4558; }

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

This text font color is #3F4558.

Background Color

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

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

This div background color is #3F4558.

Border color

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

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

This div border color is #3F4558.

Opacity

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

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

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

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

This text has shadow with #3F4558 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4558.

Preview

Color preview on black background

This text has color #3F4558 on black background.


Color preview on white background

This text has color #3F4558 on white background.


Black color preview on #3F4558 background

This text has black color on #3F4558 background.


White color preview on #3F4558 background

This text has white color on #3F4558 background.


Related colors

Complementary color

Complementary color for #hex is #C0BAA7.


I love getcolorcode.com

Triadic colors

1 #583F45 and #45583F with #3F4558 are triadic colors.

2 #58453F and #453F58 with #3F4558 are triadic colors.