COLOR #3F2F53

HEX: #3F2F53
RGB: (63,47,83)

Color info

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

RGB color model

#3F2F53 color RGB value is (63,47,83).

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

RGB channels and saturation

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

63
47
83

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

Portions of RGB colors in percentages

R + G + B =
63 + 47 + 83 = 193 (100%)
R 63 of 193 ~ 32.64%
G 47 of 193 ~ 24.35%
B 83 of 193 ~ 43.01%

%32.64
%24.35
%43.01

CMYK color model

#3F2F53 color CMYK value is (24,43,0,67).

  • cyan value is 24.10%
  • magenta value is 43.37%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(24,43,0,67)
C24M43Y0K67 
(24%,43%,0%,67%)
(0.24/0.43/0.00/0.67)	

CMYK percentages

%24.1
%43.37
%0
%67.45

Codes

Color #3F2F53 in popluar color models

3F2F53
RGB634783
HSL267°27.69%25.49%
HSB/HSV267°43.37%32.55%
CMYK24.10%43.37%0.00%
67.45%

Color #3F2F53 in popluar number systems.

HEX3F2F53
Decimal634783
Binary1111111011111010011
Octal7757123

Shades and tints

Shades of #3F2F53

#3F2F53
(63,47,83)
#3A2B4C
(58,43,76)
#352745
(53,39,69)
#30233E
(48,35,62)
#2B1F37
(43,31,55)
#261B30
(38,27,48)
#211729
(33,23,41)
#1C1322
(28,19,34)
#170F1B
(23,15,27)
#120B14
(18,11,20)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #3F2F53

#3F2F53
(63,47,83)
#504162
(80,65,98)
#615371
(97,83,113)
#726580
(114,101,128)
#83778F
(131,119,143)
#94899E
(148,137,158)
#A59BAD
(165,155,173)
#B6ADBC
(182,173,188)
#C7BFCB
(199,191,203)
#D8D1DA
(216,209,218)
#E9E3E9
(233,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F2F53; }

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

This text font color is #3F2F53.


Background Color

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

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

This div background color is #3F2F53.


Border color

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

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

This div border color is #3F2F53.


Opacity

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

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

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

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

This text has shadow with #3F2F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F2F53 on black background.


Color preview on white background

This text has color #3F2F53 on white background.



Black color preview on #3F2F53 background

This text has black color on #3F2F53 background.


White color preview on #3F2F53 background

This text has white color on #3F2F53 background.