COLOR #3F395A

HEX: #3F395A RGB: (63,57,90)

Color info

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

RGB color model

#3F395A color RGB value is (63,57,90).

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

RGB channels and saturation

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

63
57
90

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

Portions of RGB colors in percentages

R + G + B = 63 + 57 + 90 = 210 (100%)
R 63 of 210 ~ 30%
G 57 of 210 ~ 27.14%
B 90 of 210 ~ 42.86'%

%30
%27.14
%42.86

CMYK color model

#3F395A color CMYK value is (30,37,0,65).

  • cyan value is 30.00%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (30,37,0,65)
C30M37Y0K65 (30%, 37%, 0%, 65%)
(0.30 / 0.37 / 0.00 / 0.65)

CMYK percentages

%30
%36.67
%0
%64.71

Codes

Color #3F395A in popluar color models

3F 39 5A
RGB 63 57 90
HSL 251° 22.45% 28.82%
HSB/HSV 251° 36.67% 35.29%
CMYK 30.00% 36.67% 0.00%
64.71%

Color #3F395A in popluar number systems.

HEX 3F 39 5A
Decimal 63 57 90
Binary 111111 111001 1011010
Octal 77 71 132

Shades and tints

Shades of #3F395A

#3F395A
(63,57,90)
#3A3452
(58,52,82)
#352F4A
(53,47,74)
#302A42
(48,42,66)
#2B253A
(43,37,58)
#262032
(38,32,50)
#211B2A
(33,27,42)
#1C1622
(28,22,34)
#17111A
(23,17,26)
#120C12
(18,12,18)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #3F395A

#3F395A
(63,57,90)
#504B69
(80,75,105)
#615D78
(97,93,120)
#726F87
(114,111,135)
#838196
(131,129,150)
#9493A5
(148,147,165)
#A5A5B4
(165,165,180)
#B6B7C3
(182,183,195)
#C7C9D2
(199,201,210)
#D8DBE1
(216,219,225)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F395A; }

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

This text font color is #3F395A.

Background Color

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

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

This div background color is #3F395A.

Border color

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

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

This div border color is #3F395A.

Opacity

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

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

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

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

This text has shadow with #3F395A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F395A.

Preview

Color preview on black background

This text has color #3F395A on black background.


Color preview on white background

This text has color #3F395A on white background.


Black color preview on #3F395A background

This text has black color on #3F395A background.


White color preview on #3F395A background

This text has white color on #3F395A background.


Related colors

Complementary color

Complementary color for #hex is #C0C6A5.


I love getcolorcode.com

Triadic colors

1 #5A3F39 and #395A3F with #3F395A are triadic colors.

2 #5A393F and #393F5A with #3F395A are triadic colors.