COLOR #3F3D58

HEX: #3F3D58 RGB: (63,61,88)

Color info

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

RGB color model

#3F3D58 color RGB value is (63,61,88).

RGB: (63,61,88) (25%, 24%, 35%)

RGB channels and saturation

R 63 of 255 = 25%
G 61 of 255 = 24%
B 88 of 255 = 35%

63
61
88

R + G + B ~ 28%. #3F3D58 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 61 + 88 = 212 (100%)
R 63 of 212 ~ 29.72%
G 61 of 212 ~ 28.77%
B 88 of 212 ~ 41.51'%

%29.72
%28.77
%41.51

CMYK color model

#3F3D58 color CMYK value is (28,31,0,65).

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

CMYK: (28,31,0,65)
C28M31Y0K65 (28%, 31%, 0%, 65%)
(0.28 / 0.31 / 0.00 / 0.65)

CMYK percentages

%28.41
%30.68
%0
%65.49

Codes

Color #3F3D58 in popluar color models

3F 3D 58
RGB 63 61 88
HSL 244° 18.12% 29.22%
HSB/HSV 244° 30.68% 34.51%
CMYK 28.41% 30.68% 0.00%
65.49%

Color #3F3D58 in popluar number systems.

HEX 3F 3D 58
Decimal 63 61 88
Binary 111111 111101 1011000
Octal 77 75 130

Shades and tints

Shades of #3F3D58

#3F3D58
(63,61,88)
#3A3850
(58,56,80)
#353348
(53,51,72)
#302E40
(48,46,64)
#2B2938
(43,41,56)
#262430
(38,36,48)
#211F28
(33,31,40)
#1C1A20
(28,26,32)
#171518
(23,21,24)
#121010
(18,16,16)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #3F3D58

#3F3D58
(63,61,88)
#504E67
(80,78,103)
#615F76
(97,95,118)
#727085
(114,112,133)
#838194
(131,129,148)
#9492A3
(148,146,163)
#A5A3B2
(165,163,178)
#B6B4C1
(182,180,193)
#C7C5D0
(199,197,208)
#D8D6DF
(216,214,223)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3D58; }

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

This text font color is #3F3D58.

Background Color

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

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

This div background color is #3F3D58.

Border color

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

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

This div border color is #3F3D58.

Opacity

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

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

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

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

This text has shadow with #3F3D58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3D58.

Preview

Color preview on black background

This text has color #3F3D58 on black background.


Color preview on white background

This text has color #3F3D58 on white background.


Black color preview on #3F3D58 background

This text has black color on #3F3D58 background.


White color preview on #3F3D58 background

This text has white color on #3F3D58 background.


Related colors

Complementary color

Complementary color for #hex is #C0C2A7.


I love getcolorcode.com

Triadic colors

1 #583F3D and #3D583F with #3F3D58 are triadic colors.

2 #583D3F and #3D3F58 with #3F3D58 are triadic colors.