COLOR #3F393C

HEX: #3F393C
RGB: (63,57,60)

Color info

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

RGB color model

#3F393C color RGB value is (63,57,60).

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

RGB channels and saturation

R 63 of 255 = 25%
G 57 of 255 = 22%
B 60 of 255 = 24%

63
57
60

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

Portions of RGB colors in percentages

R + G + B =
63 + 57 + 60 = 180 (100%)
R 63 of 180 ~ 35%
G 57 of 180 ~ 31.67%
B 60 of 180 ~ 33.33%

%35
%31.67
%33.33

CMYK color model

#3F393C color CMYK value is (0,10,5,75).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 4.76%
  • key color value is 75.29%
CMYK:
(0,10,5,75)
C0M10Y5K75 
(0%,10%,5%,75%)
(0.00/0.10/0.05/0.75)	

CMYK percentages

%0
%9.52
%4.76
%75.29

Codes

Color #3F393C in popluar color models

3F393C
RGB635760
HSL330°5.00%23.53%
HSB/HSV330°9.52%24.71%
CMYK0.00%9.52%4.76%
75.29%

Color #3F393C in popluar number systems.

HEX3F393C
Decimal635760
Binary111111111001111100
Octal777174

Shades and tints

Shades of #3F393C

#3F393C
(63,57,60)
#3A3437
(58,52,55)
#352F32
(53,47,50)
#302A2D
(48,42,45)
#2B2528
(43,37,40)
#262023
(38,32,35)
#211B1E
(33,27,30)
#1C1619
(28,22,25)
#171114
(23,17,20)
#120C0F
(18,12,15)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #3F393C

#3F393C
(63,57,60)
#504B4D
(80,75,77)
#615D5E
(97,93,94)
#726F6F
(114,111,111)
#838180
(131,129,128)
#949391
(148,147,145)
#A5A5A2
(165,165,162)
#B6B7B3
(182,183,179)
#C7C9C4
(199,201,196)
#D8DBD5
(216,219,213)
#E9EDE6
(233,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F393C; }

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

This text font color is #3F393C.


Background Color

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

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

This div background color is #3F393C.


Border color

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

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

This div border color is #3F393C.


Opacity

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

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

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

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

This text has shadow with #3F393C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F393C on black background.


Color preview on white background

This text has color #3F393C on white background.



Black color preview on #3F393C background

This text has black color on #3F393C background.


White color preview on #3F393C background

This text has white color on #3F393C background.