COLOR #3F323B

HEX: #3F323B
RGB: (63,50,59)

Color info

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

RGB color model

#3F323B color RGB value is (63,50,59).

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

RGB channels and saturation

R 63 of 255 = 25%
G 50 of 255 = 20%
B 59 of 255 = 23%

63
50
59

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

Portions of RGB colors in percentages

R + G + B =
63 + 50 + 59 = 172 (100%)
R 63 of 172 ~ 36.63%
G 50 of 172 ~ 29.07%
B 59 of 172 ~ 34.3%

%36.63
%29.07
%34.3

CMYK color model

#3F323B color CMYK value is (0,21,6,75).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 6.35%
  • key color value is 75.29%
CMYK:
(0,21,6,75)
C0M21Y6K75 
(0%,21%,6%,75%)
(0.00/0.21/0.06/0.75)	

CMYK percentages

%0
%20.63
%6.35
%75.29

Codes

Color #3F323B in popluar color models

3F323B
RGB635059
HSL318°11.50%22.16%
HSB/HSV318°20.63%24.71%
CMYK0.00%20.63%6.35%
75.29%

Color #3F323B in popluar number systems.

HEX3F323B
Decimal635059
Binary111111110010111011
Octal776273

Shades and tints

Shades of #3F323B

#3F323B
(63,50,59)
#3A2E36
(58,46,54)
#352A31
(53,42,49)
#30262C
(48,38,44)
#2B2227
(43,34,39)
#261E22
(38,30,34)
#211A1D
(33,26,29)
#1C1618
(28,22,24)
#171213
(23,18,19)
#120E0E
(18,14,14)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #3F323B

#3F323B
(63,50,59)
#50444C
(80,68,76)
#61565D
(97,86,93)
#72686E
(114,104,110)
#837A7F
(131,122,127)
#948C90
(148,140,144)
#A59EA1
(165,158,161)
#B6B0B2
(182,176,178)
#C7C2C3
(199,194,195)
#D8D4D4
(216,212,212)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F323B; }

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

This text font color is #3F323B.


Background Color

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

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

This div background color is #3F323B.


Border color

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

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

This div border color is #3F323B.


Opacity

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

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

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

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

This text has shadow with #3F323B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F323B on black background.


Color preview on white background

This text has color #3F323B on white background.



Black color preview on #3F323B background

This text has black color on #3F323B background.


White color preview on #3F323B background

This text has white color on #3F323B background.