COLOR #3F3346

HEX: #3F3346
RGB: (63,51,70)

Color info

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

RGB color model

#3F3346 color RGB value is (63,51,70).

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

RGB channels and saturation

R 63 of 255 = 25%
G 51 of 255 = 20%
B 70 of 255 = 27%

63
51
70

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

Portions of RGB colors in percentages

R + G + B =
63 + 51 + 70 = 184 (100%)
R 63 of 184 ~ 34.24%
G 51 of 184 ~ 27.72%
B 70 of 184 ~ 38.04%

%34.24
%27.72
%38.04

CMYK color model

#3F3346 color CMYK value is (10,27,0,73).

  • cyan value is 10.00%
  • magenta value is 27.14%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(10,27,0,73)
C10M27Y0K73 
(10%,27%,0%,73%)
(0.10/0.27/0.00/0.73)	

CMYK percentages

%10
%27.14
%0
%72.55

Codes

Color #3F3346 in popluar color models

3F3346
RGB635170
HSL278°15.70%23.73%
HSB/HSV278°27.14%27.45%
CMYK10.00%27.14%0.00%
72.55%

Color #3F3346 in popluar number systems.

HEX3F3346
Decimal635170
Binary1111111100111000110
Octal7763106

Shades and tints

Shades of #3F3346

#3F3346
(63,51,70)
#3A2F40
(58,47,64)
#352B3A
(53,43,58)
#302734
(48,39,52)
#2B232E
(43,35,46)
#261F28
(38,31,40)
#211B22
(33,27,34)
#1C171C
(28,23,28)
#171316
(23,19,22)
#120F10
(18,15,16)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #3F3346

#3F3346
(63,51,70)
#504556
(80,69,86)
#615766
(97,87,102)
#726976
(114,105,118)
#837B86
(131,123,134)
#948D96
(148,141,150)
#A59FA6
(165,159,166)
#B6B1B6
(182,177,182)
#C7C3C6
(199,195,198)
#D8D5D6
(216,213,214)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3346; }

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

This text font color is #3F3346.


Background Color

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

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

This div background color is #3F3346.


Border color

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

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

This div border color is #3F3346.


Opacity

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

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

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

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

This text has shadow with #3F3346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3346 on black background.


Color preview on white background

This text has color #3F3346 on white background.



Black color preview on #3F3346 background

This text has black color on #3F3346 background.


White color preview on #3F3346 background

This text has white color on #3F3346 background.