COLOR #3F3238

HEX: #3F3238
RGB: (63,50,56)

Color info

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

RGB color model

#3F3238 color RGB value is (63,50,56).

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

RGB channels and saturation

R 63 of 255 = 25%
G 50 of 255 = 20%
B 56 of 255 = 22%

63
50
56

R + G + B ~ 22%. #3F3238 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 50 + 56 = 169 (100%)
R 63 of 169 ~ 37.28%
G 50 of 169 ~ 29.59%
B 56 of 169 ~ 33.14%

%37.28
%29.59
%33.14

CMYK color model

#3F3238 color CMYK value is (0,21,11,75).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 11.11%
  • key color value is 75.29%
CMYK:
(0,21,11,75)
C0M21Y11K75 
(0%,21%,11%,75%)
(0.00/0.21/0.11/0.75)	

CMYK percentages

%0
%20.63
%11.11
%75.29

Codes

Color #3F3238 in popluar color models

3F3238
RGB635056
HSL332°11.50%22.16%
HSB/HSV332°20.63%24.71%
CMYK0.00%20.63%11.11%
75.29%

Color #3F3238 in popluar number systems.

HEX3F3238
Decimal635056
Binary111111110010111000
Octal776270

Shades and tints

Shades of #3F3238

#3F3238
(63,50,56)
#3A2E33
(58,46,51)
#352A2E
(53,42,46)
#302629
(48,38,41)
#2B2224
(43,34,36)
#261E1F
(38,30,31)
#211A1A
(33,26,26)
#1C1615
(28,22,21)
#171210
(23,18,16)
#120E0B
(18,14,11)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #3F3238

#3F3238
(63,50,56)
#50444A
(80,68,74)
#61565C
(97,86,92)
#72686E
(114,104,110)
#837A80
(131,122,128)
#948C92
(148,140,146)
#A59EA4
(165,158,164)
#B6B0B6
(182,176,182)
#C7C2C8
(199,194,200)
#D8D4DA
(216,212,218)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3238; }

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

This text font color is #3F3238.


Background Color

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

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

This div background color is #3F3238.


Border color

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

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

This div border color is #3F3238.


Opacity

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

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

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

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

This text has shadow with #3F3238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3238 on black background.


Color preview on white background

This text has color #3F3238 on white background.



Black color preview on #3F3238 background

This text has black color on #3F3238 background.


White color preview on #3F3238 background

This text has white color on #3F3238 background.