COLOR #3F2E53

HEX: #3F2E53
RGB: (63,46,83)

Color info

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

RGB color model

#3F2E53 color RGB value is (63,46,83).

  • red value is 63;
  • green value is 46;
  • blue value is 83.
RGB:
(63,46,83)
(25%,18%,33%)

RGB channels and saturation

R 63 of 255 = 25%
G 46 of 255 = 18%
B 83 of 255 = 33%

63
46
83

R + G + B ~ 25%. #3F2E53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 46 + 83 = 192 (100%)
R 63 of 192 ~ 32.81%
G 46 of 192 ~ 23.96%
B 83 of 192 ~ 43.23%

%32.81
%23.96
%43.23

CMYK color model

#3F2E53 color CMYK value is (24,45,0,67).

  • cyan value is 24.10%
  • magenta value is 44.58%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(24,45,0,67)
C24M45Y0K67 
(24%,45%,0%,67%)
(0.24/0.45/0.00/0.67)	

CMYK percentages

%24.1
%44.58
%0
%67.45

Codes

Color #3F2E53 in popluar color models

3F2E53
RGB634683
HSL268°28.68%25.29%
HSB/HSV268°44.58%32.55%
CMYK24.10%44.58%0.00%
67.45%

Color #3F2E53 in popluar number systems.

HEX3F2E53
Decimal634683
Binary1111111011101010011
Octal7756123

Shades and tints

Shades of #3F2E53

#3F2E53
(63,46,83)
#3A2A4C
(58,42,76)
#352645
(53,38,69)
#30223E
(48,34,62)
#2B1E37
(43,30,55)
#261A30
(38,26,48)
#211629
(33,22,41)
#1C1222
(28,18,34)
#170E1B
(23,14,27)
#120A14
(18,10,20)
#0D060D
(13,6,13)
#000000
(0,0,0)

Tints of #3F2E53

#3F2E53
(63,46,83)
#504162
(80,65,98)
#615471
(97,84,113)
#726780
(114,103,128)
#837A8F
(131,122,143)
#948D9E
(148,141,158)
#A5A0AD
(165,160,173)
#B6B3BC
(182,179,188)
#C7C6CB
(199,198,203)
#D8D9DA
(216,217,218)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F2E53 color. Also use rgb(63,46,83) instead hex code.

Text Font Color

.myTextColor { color: #3F2E53; }

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

This text font color is #3F2E53.


Background Color

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

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

This div background color is #3F2E53.


Border color

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

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

This div border color is #3F2E53.


Opacity

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

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

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

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

This text has shadow with #3F2E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F2E53 on black background.


Color preview on white background

This text has color #3F2E53 on white background.



Black color preview on #3F2E53 background

This text has black color on #3F2E53 background.


White color preview on #3F2E53 background

This text has white color on #3F2E53 background.