COLOR #3F3A51

HEX: #3F3A51 RGB: (63,58,81)

Color info

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

RGB color model

#3F3A51 color RGB value is (63,58,81).

RGB: (63,58,81) (25%, 23%, 32%)

RGB channels and saturation

R 63 of 255 = 25%
G 58 of 255 = 23%
B 81 of 255 = 32%

63
58
81

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

Portions of RGB colors in percentages

R + G + B = 63 + 58 + 81 = 202 (100%)
R 63 of 202 ~ 31.19%
G 58 of 202 ~ 28.71%
B 81 of 202 ~ 40.1'%

%31.19
%28.71
%40.1

CMYK color model

#3F3A51 color CMYK value is (22,28,0,68).

  • cyan value is 22.22%
  • magenta value is 28.40%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (22,28,0,68)
C22M28Y0K68 (22%, 28%, 0%, 68%)
(0.22 / 0.28 / 0.00 / 0.68)

CMYK percentages

%22.22
%28.4
%0
%68.24

Codes

Color #3F3A51 in popluar color models

3F 3A 51
RGB 63 58 81
HSL 253° 16.55% 27.25%
HSB/HSV 253° 28.40% 31.76%
CMYK 22.22% 28.40% 0.00%
68.24%

Color #3F3A51 in popluar number systems.

HEX 3F 3A 51
Decimal 63 58 81
Binary 111111 111010 1010001
Octal 77 72 121

Shades and tints

Shades of #3F3A51

#3F3A51
(63,58,81)
#3A354A
(58,53,74)
#353043
(53,48,67)
#302B3C
(48,43,60)
#2B2635
(43,38,53)
#26212E
(38,33,46)
#211C27
(33,28,39)
#1C1720
(28,23,32)
#171219
(23,18,25)
#120D12
(18,13,18)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #3F3A51

#3F3A51
(63,58,81)
#504B60
(80,75,96)
#615C6F
(97,92,111)
#726D7E
(114,109,126)
#837E8D
(131,126,141)
#948F9C
(148,143,156)
#A5A0AB
(165,160,171)
#B6B1BA
(182,177,186)
#C7C2C9
(199,194,201)
#D8D3D8
(216,211,216)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3A51 color. Also use rgb(63,58,81) instead hex code.

Text Font Color

.myTextColor { color: #3F3A51; }

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

This text font color is #3F3A51.

Background Color

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

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

This div background color is #3F3A51.

Border color

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

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

This div border color is #3F3A51.

Opacity

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

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

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

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

This text has shadow with #3F3A51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3A51.

Preview

Color preview on black background

This text has color #3F3A51 on black background.


Color preview on white background

This text has color #3F3A51 on white background.


Black color preview on #3F3A51 background

This text has black color on #3F3A51 background.


White color preview on #3F3A51 background

This text has white color on #3F3A51 background.


Related colors

Complementary color

Complementary color for #hex is #C0C5AE.


I love getcolorcode.com

Triadic colors

1 #513F3A and #3A513F with #3F3A51 are triadic colors.

2 #513A3F and #3A3F51 with #3F3A51 are triadic colors.