COLOR #3F3936

HEX: #3F3936
RGB: (63,57,54)

Color info

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

RGB color model

#3F3936 color RGB value is (63,57,54).

  • red value is 63;
  • green value is 57;
  • blue value is 54.
RGB:
(63,57,54)
(25%,22%,21%)

RGB channels and saturation

R 63 of 255 = 25%
G 57 of 255 = 22%
B 54 of 255 = 21%

63
57
54

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

Portions of RGB colors in percentages

R + G + B =
63 + 57 + 54 = 174 (100%)
R 63 of 174 ~ 36.21%
G 57 of 174 ~ 32.76%
B 54 of 174 ~ 31.03%

%36.21
%32.76
%31.03

CMYK color model

#3F3936 color CMYK value is (0,10,14,75).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 14.29%
  • key color value is 75.29%
CMYK:
(0,10,14,75)
C0M10Y14K75 
(0%,10%,14%,75%)
(0.00/0.10/0.14/0.75)	

CMYK percentages

%0
%9.52
%14.29
%75.29

Codes

Color #3F3936 in popluar color models

3F3936
RGB635754
HSL20°7.69%22.94%
HSB/HSV20°14.29%24.71%
CMYK0.00%9.52%14.29%
75.29%

Color #3F3936 in popluar number systems.

HEX3F3936
Decimal635754
Binary111111111001110110
Octal777166

Shades and tints

Shades of #3F3936

#3F3936
(63,57,54)
#3A3432
(58,52,50)
#352F2E
(53,47,46)
#302A2A
(48,42,42)
#2B2526
(43,37,38)
#262022
(38,32,34)
#211B1E
(33,27,30)
#1C161A
(28,22,26)
#171116
(23,17,22)
#120C12
(18,12,18)
#0D070E
(13,7,14)
#000000
(0,0,0)

Tints of #3F3936

#3F3936
(63,57,54)
#504B48
(80,75,72)
#615D5A
(97,93,90)
#726F6C
(114,111,108)
#83817E
(131,129,126)
#949390
(148,147,144)
#A5A5A2
(165,165,162)
#B6B7B4
(182,183,180)
#C7C9C6
(199,201,198)
#D8DBD8
(216,219,216)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3936 color. Also use rgb(63,57,54) instead hex code.

Text Font Color

.myTextColor { color: #3F3936; }

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

This text font color is #3F3936.


Background Color

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

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

This div background color is #3F3936.


Border color

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

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

This div border color is #3F3936.


Opacity

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

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

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

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

This text has shadow with #3F3936 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3936 on black background.


Color preview on white background

This text has color #3F3936 on white background.



Black color preview on #3F3936 background

This text has black color on #3F3936 background.


White color preview on #3F3936 background

This text has white color on #3F3936 background.