COLOR #3F3A52

HEX: #3F3A52
RGB: (63,58,82)

Color info

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

RGB color model

#3F3A52 color RGB value is (63,58,82).

  • red value is 63;
  • green value is 58;
  • blue value is 82.
RGB:
(63,58,82)
(25%,23%,32%)

RGB channels and saturation

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

63
58
82

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

Portions of RGB colors in percentages

R + G + B =
63 + 58 + 82 = 203 (100%)
R 63 of 203 ~ 31.03%
G 58 of 203 ~ 28.57%
B 82 of 203 ~ 40.39%

%31.03
%28.57
%40.39

CMYK color model

#3F3A52 color CMYK value is (23,29,0,68).

  • cyan value is 23.17%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(23,29,0,68)
C23M29Y0K68 
(23%,29%,0%,68%)
(0.23/0.29/0.00/0.68)	

CMYK percentages

%23.17
%29.27
%0
%67.84

Codes

Color #3F3A52 in popluar color models

3F3A52
RGB635882
HSL253°17.14%27.45%
HSB/HSV253°29.27%32.16%
CMYK23.17%29.27%0.00%
67.84%

Color #3F3A52 in popluar number systems.

HEX3F3A52
Decimal635882
Binary1111111110101010010
Octal7772122

Shades and tints

Shades of #3F3A52

#3F3A52
(63,58,82)
#3A354B
(58,53,75)
#353044
(53,48,68)
#302B3D
(48,43,61)
#2B2636
(43,38,54)
#26212F
(38,33,47)
#211C28
(33,28,40)
#1C1721
(28,23,33)
#17121A
(23,18,26)
#120D13
(18,13,19)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #3F3A52

#3F3A52
(63,58,82)
#504B61
(80,75,97)
#615C70
(97,92,112)
#726D7F
(114,109,127)
#837E8E
(131,126,142)
#948F9D
(148,143,157)
#A5A0AC
(165,160,172)
#B6B1BB
(182,177,187)
#C7C2CA
(199,194,202)
#D8D3D9
(216,211,217)
#E9E4E8
(233,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3A52; }

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

This text font color is #3F3A52.


Background Color

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

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

This div background color is #3F3A52.


Border color

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

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

This div border color is #3F3A52.


Opacity

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

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

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

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

This text has shadow with #3F3A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3A52 on black background.


Color preview on white background

This text has color #3F3A52 on white background.



Black color preview on #3F3A52 background

This text has black color on #3F3A52 background.


White color preview on #3F3A52 background

This text has white color on #3F3A52 background.