COLOR #3F3240

HEX: #3F3240
RGB: (63,50,64)

Color info

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

RGB color model

#3F3240 color RGB value is (63,50,64).

  • red value is 63;
  • green value is 50;
  • blue value is 64.
RGB:
(63,50,64)
(25%,20%,25%)

RGB channels and saturation

R 63 of 255 = 25%
G 50 of 255 = 20%
B 64 of 255 = 25%

63
50
64

R + G + B ~ 23%. #3F3240 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 50 + 64 = 177 (100%)
R 63 of 177 ~ 35.59%
G 50 of 177 ~ 28.25%
B 64 of 177 ~ 36.16%

%35.59
%28.25
%36.16

CMYK color model

#3F3240 color CMYK value is (2,22,0,75).

  • cyan value is 1.56%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(2,22,0,75)
C2M22Y0K75 
(2%,22%,0%,75%)
(0.02/0.22/0.00/0.75)	

CMYK percentages

%1.56
%21.88
%0
%74.9

Codes

Color #3F3240 in popluar color models

3F3240
RGB635064
HSL296°12.28%22.35%
HSB/HSV296°21.88%25.10%
CMYK1.56%21.88%0.00%
74.90%

Color #3F3240 in popluar number systems.

HEX3F3240
Decimal635064
Binary1111111100101000000
Octal7762100

Shades and tints

Shades of #3F3240

#3F3240
(63,50,64)
#3A2E3B
(58,46,59)
#352A36
(53,42,54)
#302631
(48,38,49)
#2B222C
(43,34,44)
#261E27
(38,30,39)
#211A22
(33,26,34)
#1C161D
(28,22,29)
#171218
(23,18,24)
#120E13
(18,14,19)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #3F3240

#3F3240
(63,50,64)
#504451
(80,68,81)
#615662
(97,86,98)
#726873
(114,104,115)
#837A84
(131,122,132)
#948C95
(148,140,149)
#A59EA6
(165,158,166)
#B6B0B7
(182,176,183)
#C7C2C8
(199,194,200)
#D8D4D9
(216,212,217)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3240 color. Also use rgb(63,50,64) instead hex code.

Text Font Color

.myTextColor { color: #3F3240; }

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

This text font color is #3F3240.


Background Color

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

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

This div background color is #3F3240.


Border color

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

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

This div border color is #3F3240.


Opacity

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

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

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

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

This text has shadow with #3F3240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3240 on black background.


Color preview on white background

This text has color #3F3240 on white background.



Black color preview on #3F3240 background

This text has black color on #3F3240 background.


White color preview on #3F3240 background

This text has white color on #3F3240 background.