COLOR #3F284F

HEX: #3F284F RGB: (63,40,79)

Color info

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

RGB color model

#3F284F color RGB value is (63,40,79).

RGB: (63,40,79) (25%, 16%, 31%)

RGB channels and saturation

R 63 of 255 = 25%
G 40 of 255 = 16%
B 79 of 255 = 31%

63
40
79

R + G + B ~ 24%. #3F284F is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 40 + 79 = 182 (100%)
R 63 of 182 ~ 34.62%
G 40 of 182 ~ 21.98%
B 79 of 182 ~ 43.41'%

%34.62
%21.98
%43.41

CMYK color model

#3F284F color CMYK value is (20,49,0,69).

  • cyan value is 20.25%
  • magenta value is 49.37%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (20,49,0,69)
C20M49Y0K69 (20%, 49%, 0%, 69%)
(0.20 / 0.49 / 0.00 / 0.69)

CMYK percentages

%20.25
%49.37
%0
%69.02

Codes

Color #3F284F in popluar color models

3F 28 4F
RGB 63 40 79
HSL 275° 32.77% 23.33%
HSB/HSV 275° 49.37% 30.98%
CMYK 20.25% 49.37% 0.00%
69.02%

Color #3F284F in popluar number systems.

HEX 3F 28 4F
Decimal 63 40 79
Binary 111111 101000 1001111
Octal 77 50 117

Shades and tints

Shades of #3F284F

#3F284F
(63,40,79)
#3A2548
(58,37,72)
#352241
(53,34,65)
#301F3A
(48,31,58)
#2B1C33
(43,28,51)
#26192C
(38,25,44)
#211625
(33,22,37)
#1C131E
(28,19,30)
#171017
(23,16,23)
#120D10
(18,13,16)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #3F284F

#3F284F
(63,40,79)
#503B5F
(80,59,95)
#614E6F
(97,78,111)
#72617F
(114,97,127)
#83748F
(131,116,143)
#94879F
(148,135,159)
#A59AAF
(165,154,175)
#B6ADBF
(182,173,191)
#C7C0CF
(199,192,207)
#D8D3DF
(216,211,223)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F284F color. Also use rgb(63,40,79) instead hex code.

Text Font Color

.myTextColor { color: #3F284F; }

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

This text font color is #3F284F.

Background Color

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

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

This div background color is #3F284F.

Border color

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

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

This div border color is #3F284F.

Opacity

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

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

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

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

This text has shadow with #3F284F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F284F.

Preview

Color preview on black background

This text has color #3F284F on black background.


Color preview on white background

This text has color #3F284F on white background.


Black color preview on #3F284F background

This text has black color on #3F284F background.


White color preview on #3F284F background

This text has white color on #3F284F background.


Related colors

Complementary color

Complementary color for #hex is #C0D7B0.


I love getcolorcode.com

Triadic colors

1 #4F3F28 and #284F3F with #3F284F are triadic colors.

2 #4F283F and #283F4F with #3F284F are triadic colors.