COLOR #3F323E

HEX: #3F323E
RGB: (63,50,62)

Color info

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

RGB color model

#3F323E color RGB value is (63,50,62).

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

RGB channels and saturation

R 63 of 255 = 25%
G 50 of 255 = 20%
B 62 of 255 = 24%

63
50
62

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

Portions of RGB colors in percentages

R + G + B =
63 + 50 + 62 = 175 (100%)
R 63 of 175 ~ 36%
G 50 of 175 ~ 28.57%
B 62 of 175 ~ 35.43%

%36
%28.57
%35.43

CMYK color model

#3F323E color CMYK value is (0,21,2,75).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 1.59%
  • key color value is 75.29%
CMYK:
(0,21,2,75)
C0M21Y2K75 
(0%,21%,2%,75%)
(0.00/0.21/0.02/0.75)	

CMYK percentages

%0
%20.63
%1.59
%75.29

Codes

Color #3F323E in popluar color models

3F323E
RGB635062
HSL305°11.50%22.16%
HSB/HSV305°20.63%24.71%
CMYK0.00%20.63%1.59%
75.29%

Color #3F323E in popluar number systems.

HEX3F323E
Decimal635062
Binary111111110010111110
Octal776276

Shades and tints

Shades of #3F323E

#3F323E
(63,50,62)
#3A2E39
(58,46,57)
#352A34
(53,42,52)
#30262F
(48,38,47)
#2B222A
(43,34,42)
#261E25
(38,30,37)
#211A20
(33,26,32)
#1C161B
(28,22,27)
#171216
(23,18,22)
#120E11
(18,14,17)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #3F323E

#3F323E
(63,50,62)
#50444F
(80,68,79)
#615660
(97,86,96)
#726871
(114,104,113)
#837A82
(131,122,130)
#948C93
(148,140,147)
#A59EA4
(165,158,164)
#B6B0B5
(182,176,181)
#C7C2C6
(199,194,198)
#D8D4D7
(216,212,215)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F323E; }

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

This text font color is #3F323E.


Background Color

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

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

This div background color is #3F323E.


Border color

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

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

This div border color is #3F323E.


Opacity

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

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

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

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

This text has shadow with #3F323E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F323E on black background.


Color preview on white background

This text has color #3F323E on white background.



Black color preview on #3F323E background

This text has black color on #3F323E background.


White color preview on #3F323E background

This text has white color on #3F323E background.