COLOR #3F2248

HEX: #3F2248 RGB: (63,34,72)

Color info

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

RGB color model

#3F2248 color RGB value is (63,34,72).

RGB: (63,34,72) (25%, 13%, 28%)

RGB channels and saturation

R 63 of 255 = 25%
G 34 of 255 = 13%
B 72 of 255 = 28%

63
34
72

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

Portions of RGB colors in percentages

R + G + B = 63 + 34 + 72 = 169 (100%)
R 63 of 169 ~ 37.28%
G 34 of 169 ~ 20.12%
B 72 of 169 ~ 42.6'%

%37.28
%20.12
%42.6

CMYK color model

#3F2248 color CMYK value is (13,53,0,72).

  • cyan value is 12.50%
  • magenta value is 52.78%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (13,53,0,72)
C13M53Y0K72 (13%, 53%, 0%, 72%)
(0.13 / 0.53 / 0.00 / 0.72)

CMYK percentages

%12.5
%52.78
%0
%71.76

Codes

Color #3F2248 in popluar color models

3F 22 48
RGB 63 34 72
HSL 286° 35.85% 20.78%
HSB/HSV 286° 52.78% 28.24%
CMYK 12.50% 52.78% 0.00%
71.76%

Color #3F2248 in popluar number systems.

HEX 3F 22 48
Decimal 63 34 72
Binary 111111 100010 1001000
Octal 77 42 110

Shades and tints

Shades of #3F2248

#3F2248
(63,34,72)
#3A1F42
(58,31,66)
#351C3C
(53,28,60)
#301936
(48,25,54)
#2B1630
(43,22,48)
#26132A
(38,19,42)
#211024
(33,16,36)
#1C0D1E
(28,13,30)
#170A18
(23,10,24)
#120712
(18,7,18)
#0D040C
(13,4,12)
#000000
(0,0,0)

Tints of #3F2248

#3F2248
(63,34,72)
#503658
(80,54,88)
#614A68
(97,74,104)
#725E78
(114,94,120)
#837288
(131,114,136)
#948698
(148,134,152)
#A59AA8
(165,154,168)
#B6AEB8
(182,174,184)
#C7C2C8
(199,194,200)
#D8D6D8
(216,214,216)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F2248; }

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

This text font color is #3F2248.

Background Color

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

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

This div background color is #3F2248.

Border color

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

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

This div border color is #3F2248.

Opacity

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

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

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

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

This text has shadow with #3F2248 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F2248.

Preview

Color preview on black background

This text has color #3F2248 on black background.


Color preview on white background

This text has color #3F2248 on white background.


Black color preview on #3F2248 background

This text has black color on #3F2248 background.


White color preview on #3F2248 background

This text has white color on #3F2248 background.


Related colors

Complementary color

Complementary color for #hex is #C0DDB7.


I love getcolorcode.com

Triadic colors

1 #483F22 and #22483F with #3F2248 are triadic colors.

2 #48223F and #223F48 with #3F2248 are triadic colors.