COLOR #3F3354

HEX: #3F3354
RGB: (63,51,84)

Color info

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

RGB color model

#3F3354 color RGB value is (63,51,84).

  • red value is 63;
  • green value is 51;
  • blue value is 84.
RGB:
(63,51,84)
(25%,20%,33%)

RGB channels and saturation

R 63 of 255 = 25%
G 51 of 255 = 20%
B 84 of 255 = 33%

63
51
84

R + G + B ~ 26%. #3F3354 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 51 + 84 = 198 (100%)
R 63 of 198 ~ 31.82%
G 51 of 198 ~ 25.76%
B 84 of 198 ~ 42.42%

%31.82
%25.76
%42.42

CMYK color model

#3F3354 color CMYK value is (25,39,0,67).

  • cyan value is 25.00%
  • magenta value is 39.29%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(25,39,0,67)
C25M39Y0K67 
(25%,39%,0%,67%)
(0.25/0.39/0.00/0.67)	

CMYK percentages

%25
%39.29
%0
%67.06

Codes

Color #3F3354 in popluar color models

3F3354
RGB635184
HSL262°24.44%26.47%
HSB/HSV262°39.29%32.94%
CMYK25.00%39.29%0.00%
67.06%

Color #3F3354 in popluar number systems.

HEX3F3354
Decimal635184
Binary1111111100111010100
Octal7763124

Shades and tints

Shades of #3F3354

#3F3354
(63,51,84)
#3A2F4D
(58,47,77)
#352B46
(53,43,70)
#30273F
(48,39,63)
#2B2338
(43,35,56)
#261F31
(38,31,49)
#211B2A
(33,27,42)
#1C1723
(28,23,35)
#17131C
(23,19,28)
#120F15
(18,15,21)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #3F3354

#3F3354
(63,51,84)
#504563
(80,69,99)
#615772
(97,87,114)
#726981
(114,105,129)
#837B90
(131,123,144)
#948D9F
(148,141,159)
#A59FAE
(165,159,174)
#B6B1BD
(182,177,189)
#C7C3CC
(199,195,204)
#D8D5DB
(216,213,219)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3354 color. Also use rgb(63,51,84) instead hex code.

Text Font Color

.myTextColor { color: #3F3354; }

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

This text font color is #3F3354.


Background Color

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

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

This div background color is #3F3354.


Border color

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

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

This div border color is #3F3354.


Opacity

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

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

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

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

This text has shadow with #3F3354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3354 on black background.


Color preview on white background

This text has color #3F3354 on white background.



Black color preview on #3F3354 background

This text has black color on #3F3354 background.


White color preview on #3F3354 background

This text has white color on #3F3354 background.