COLOR #3F3958

HEX: #3F3958 RGB: (63,57,88)

Color info

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

RGB color model

#3F3958 color RGB value is (63,57,88).

RGB: (63,57,88) (25%, 22%, 35%)

RGB channels and saturation

R 63 of 255 = 25%
G 57 of 255 = 22%
B 88 of 255 = 35%

63
57
88

R + G + B ~ 27%. #3F3958 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 57 + 88 = 208 (100%)
R 63 of 208 ~ 30.29%
G 57 of 208 ~ 27.4%
B 88 of 208 ~ 42.31'%

%30.29
%27.4
%42.31

CMYK color model

#3F3958 color CMYK value is (28,35,0,65).

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

CMYK: (28,35,0,65)
C28M35Y0K65 (28%, 35%, 0%, 65%)
(0.28 / 0.35 / 0.00 / 0.65)

CMYK percentages

%28.41
%35.23
%0
%65.49

Codes

Color #3F3958 in popluar color models

3F 39 58
RGB 63 57 88
HSL 252° 21.38% 28.43%
HSB/HSV 252° 35.23% 34.51%
CMYK 28.41% 35.23% 0.00%
65.49%

Color #3F3958 in popluar number systems.

HEX 3F 39 58
Decimal 63 57 88
Binary 111111 111001 1011000
Octal 77 71 130

Shades and tints

Shades of #3F3958

#3F3958
(63,57,88)
#3A3450
(58,52,80)
#352F48
(53,47,72)
#302A40
(48,42,64)
#2B2538
(43,37,56)
#262030
(38,32,48)
#211B28
(33,27,40)
#1C1620
(28,22,32)
#171118
(23,17,24)
#120C10
(18,12,16)
#0D0708
(13,7,8)
#000000
(0,0,0)

Tints of #3F3958

#3F3958
(63,57,88)
#504B67
(80,75,103)
#615D76
(97,93,118)
#726F85
(114,111,133)
#838194
(131,129,148)
#9493A3
(148,147,163)
#A5A5B2
(165,165,178)
#B6B7C1
(182,183,193)
#C7C9D0
(199,201,208)
#D8DBDF
(216,219,223)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3958; }

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

This text font color is #3F3958.

Background Color

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

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

This div background color is #3F3958.

Border color

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

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

This div border color is #3F3958.

Opacity

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

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

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

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

This text has shadow with #3F3958 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3958.

Preview

Color preview on black background

This text has color #3F3958 on black background.


Color preview on white background

This text has color #3F3958 on white background.


Black color preview on #3F3958 background

This text has black color on #3F3958 background.


White color preview on #3F3958 background

This text has white color on #3F3958 background.


Related colors

Complementary color

Complementary color for #hex is #C0C6A7.


I love getcolorcode.com

Triadic colors

1 #583F39 and #39583F with #3F3958 are triadic colors.

2 #58393F and #393F58 with #3F3958 are triadic colors.