COLOR #3F2448

HEX: #3F2448
RGB: (63,36,72)

Color info

#3F2448 contains red, green and blue colors in about the same proportion. Web safe color of #3F2448 is #333333 (or #333).

RGB color model

#3F2448 color RGB value is (63,36,72).

  • red value is 63;
  • green value is 36;
  • blue value is 72.
RGB:
(63,36,72)
(25%,14%,28%)

RGB channels and saturation

R 63 of 255 = 25%
G 36 of 255 = 14%
B 72 of 255 = 28%

63
36
72

R + G + B ~ 22%. #3F2448 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 36 + 72 = 171 (100%)
R 63 of 171 ~ 36.84%
G 36 of 171 ~ 21.05%
B 72 of 171 ~ 42.11%

%36.84
%21.05
%42.11

CMYK color model

#3F2448 color CMYK value is (13,50,0,72).

  • cyan value is 12.50%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(13,50,0,72)
C13M50Y0K72 
(13%,50%,0%,72%)
(0.13/0.50/0.00/0.72)	

CMYK percentages

%12.5
%50
%0
%71.76

Codes

Color #3F2448 in popluar color models

3F2448
RGB633672
HSL285°33.33%21.18%
HSB/HSV285°50.00%28.24%
CMYK12.50%50.00%0.00%
71.76%

Color #3F2448 in popluar number systems.

HEX3F2448
Decimal633672
Binary1111111001001001000
Octal7744110

Shades and tints

Shades of #3F2448

#3F2448
(63,36,72)
#3A2142
(58,33,66)
#351E3C
(53,30,60)
#301B36
(48,27,54)
#2B1830
(43,24,48)
#26152A
(38,21,42)
#211224
(33,18,36)
#1C0F1E
(28,15,30)
#170C18
(23,12,24)
#120912
(18,9,18)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #3F2448

#3F2448
(63,36,72)
#503758
(80,55,88)
#614A68
(97,74,104)
#725D78
(114,93,120)
#837088
(131,112,136)
#948398
(148,131,152)
#A596A8
(165,150,168)
#B6A9B8
(182,169,184)
#C7BCC8
(199,188,200)
#D8CFD8
(216,207,216)
#E9E2E8
(233,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F2448 color. Also use rgb(63,36,72) instead hex code.

Text Font Color

.myTextColor { color: #3F2448; }

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

This text font color is #3F2448.


Background Color

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

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

This div background color is #3F2448.


Border color

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

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

This div border color is #3F2448.


Opacity

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

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

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

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

This text has shadow with #3F2448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F2448 on black background.


Color preview on white background

This text has color #3F2448 on white background.



Black color preview on #3F2448 background

This text has black color on #3F2448 background.


White color preview on #3F2448 background

This text has white color on #3F2448 background.