COLOR #3F3739

HEX: #3F3739
RGB: (63,55,57)

Color info

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

RGB color model

#3F3739 color RGB value is (63,55,57).

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

RGB channels and saturation

R 63 of 255 = 25%
G 55 of 255 = 22%
B 57 of 255 = 22%

63
55
57

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

Portions of RGB colors in percentages

R + G + B =
63 + 55 + 57 = 175 (100%)
R 63 of 175 ~ 36%
G 55 of 175 ~ 31.43%
B 57 of 175 ~ 32.57%

%36
%31.43
%32.57

CMYK color model

#3F3739 color CMYK value is (0,13,10,75).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 9.52%
  • key color value is 75.29%
CMYK:
(0,13,10,75)
C0M13Y10K75 
(0%,13%,10%,75%)
(0.00/0.13/0.10/0.75)	

CMYK percentages

%0
%12.7
%9.52
%75.29

Codes

Color #3F3739 in popluar color models

3F3739
RGB635557
HSL345°6.78%23.14%
HSB/HSV345°12.70%24.71%
CMYK0.00%12.70%9.52%
75.29%

Color #3F3739 in popluar number systems.

HEX3F3739
Decimal635557
Binary111111110111111001
Octal776771

Shades and tints

Shades of #3F3739

#3F3739
(63,55,57)
#3A3234
(58,50,52)
#352D2F
(53,45,47)
#30282A
(48,40,42)
#2B2325
(43,35,37)
#261E20
(38,30,32)
#21191B
(33,25,27)
#1C1416
(28,20,22)
#170F11
(23,15,17)
#120A0C
(18,10,12)
#0D0507
(13,5,7)
#000000
(0,0,0)

Tints of #3F3739

#3F3739
(63,55,57)
#50494B
(80,73,75)
#615B5D
(97,91,93)
#726D6F
(114,109,111)
#837F81
(131,127,129)
#949193
(148,145,147)
#A5A3A5
(165,163,165)
#B6B5B7
(182,181,183)
#C7C7C9
(199,199,201)
#D8D9DB
(216,217,219)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3739; }

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

This text font color is #3F3739.


Background Color

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

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

This div background color is #3F3739.


Border color

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

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

This div border color is #3F3739.


Opacity

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

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

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

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

This text has shadow with #3F3739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3739 on black background.


Color preview on white background

This text has color #3F3739 on white background.



Black color preview on #3F3739 background

This text has black color on #3F3739 background.


White color preview on #3F3739 background

This text has white color on #3F3739 background.