COLOR #3F3C3E

HEX: #3F3C3E
RGB: (63,60,62)

Color info

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

RGB color model

#3F3C3E color RGB value is (63,60,62).

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

RGB channels and saturation

R 63 of 255 = 25%
G 60 of 255 = 24%
B 62 of 255 = 24%

63
60
62

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

Portions of RGB colors in percentages

R + G + B =
63 + 60 + 62 = 185 (100%)
R 63 of 185 ~ 34.05%
G 60 of 185 ~ 32.43%
B 62 of 185 ~ 33.51%

%34.05
%32.43
%33.51

CMYK color model

#3F3C3E color CMYK value is (0,5,2,75).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 1.59%
  • key color value is 75.29%
CMYK:
(0,5,2,75)
C0M5Y2K75 
(0%,5%,2%,75%)
(0.00/0.05/0.02/0.75)	

CMYK percentages

%0
%4.76
%1.59
%75.29

Codes

Color #3F3C3E in popluar color models

3F3C3E
RGB636062
HSL320°2.44%24.12%
HSB/HSV320°4.76%24.71%
CMYK0.00%4.76%1.59%
75.29%

Color #3F3C3E in popluar number systems.

HEX3F3C3E
Decimal636062
Binary111111111100111110
Octal777476

Shades and tints

Shades of #3F3C3E

#3F3C3E
(63,60,62)
#3A3739
(58,55,57)
#353234
(53,50,52)
#302D2F
(48,45,47)
#2B282A
(43,40,42)
#262325
(38,35,37)
#211E20
(33,30,32)
#1C191B
(28,25,27)
#171416
(23,20,22)
#120F11
(18,15,17)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #3F3C3E

#3F3C3E
(63,60,62)
#504D4F
(80,77,79)
#615E60
(97,94,96)
#726F71
(114,111,113)
#838082
(131,128,130)
#949193
(148,145,147)
#A5A2A4
(165,162,164)
#B6B3B5
(182,179,181)
#C7C4C6
(199,196,198)
#D8D5D7
(216,213,215)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3C3E; }

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

This text font color is #3F3C3E.


Background Color

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

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

This div background color is #3F3C3E.


Border color

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

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

This div border color is #3F3C3E.


Opacity

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

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

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

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

This text has shadow with #3F3C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3C3E on black background.


Color preview on white background

This text has color #3F3C3E on white background.



Black color preview on #3F3C3E background

This text has black color on #3F3C3E background.


White color preview on #3F3C3E background

This text has white color on #3F3C3E background.