COLOR #3F2D53

HEX: #3F2D53
RGB: (63,45,83)

Color info

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

RGB color model

#3F2D53 color RGB value is (63,45,83).

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

RGB channels and saturation

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

63
45
83

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

Portions of RGB colors in percentages

R + G + B =
63 + 45 + 83 = 191 (100%)
R 63 of 191 ~ 32.98%
G 45 of 191 ~ 23.56%
B 83 of 191 ~ 43.46%

%32.98
%23.56
%43.46

CMYK color model

#3F2D53 color CMYK value is (24,46,0,67).

  • cyan value is 24.10%
  • magenta value is 45.78%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(24,46,0,67)
C24M46Y0K67 
(24%,46%,0%,67%)
(0.24/0.46/0.00/0.67)	

CMYK percentages

%24.1
%45.78
%0
%67.45

Codes

Color #3F2D53 in popluar color models

3F2D53
RGB634583
HSL268°29.69%25.10%
HSB/HSV268°45.78%32.55%
CMYK24.10%45.78%0.00%
67.45%

Color #3F2D53 in popluar number systems.

HEX3F2D53
Decimal634583
Binary1111111011011010011
Octal7755123

Shades and tints

Shades of #3F2D53

#3F2D53
(63,45,83)
#3A294C
(58,41,76)
#352545
(53,37,69)
#30213E
(48,33,62)
#2B1D37
(43,29,55)
#261930
(38,25,48)
#211529
(33,21,41)
#1C1122
(28,17,34)
#170D1B
(23,13,27)
#120914
(18,9,20)
#0D050D
(13,5,13)
#000000
(0,0,0)

Tints of #3F2D53

#3F2D53
(63,45,83)
#504062
(80,64,98)
#615371
(97,83,113)
#726680
(114,102,128)
#83798F
(131,121,143)
#948C9E
(148,140,158)
#A59FAD
(165,159,173)
#B6B2BC
(182,178,188)
#C7C5CB
(199,197,203)
#D8D8DA
(216,216,218)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F2D53; }

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

This text font color is #3F2D53.


Background Color

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

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

This div background color is #3F2D53.


Border color

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

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

This div border color is #3F2D53.


Opacity

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

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

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

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

This text has shadow with #3F2D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F2D53 on black background.


Color preview on white background

This text has color #3F2D53 on white background.



Black color preview on #3F2D53 background

This text has black color on #3F2D53 background.


White color preview on #3F2D53 background

This text has white color on #3F2D53 background.