COLOR #3F4444

HEX: #3F4444
RGB: (63,68,68)

Color info

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

RGB color model

#3F4444 color RGB value is (63,68,68).

  • red value is 63;
  • green value is 68;
  • blue value is 68.
RGB:
(63,68,68)
(25%,27%,27%)

RGB channels and saturation

R 63 of 255 = 25%
G 68 of 255 = 27%
B 68 of 255 = 27%

63
68
68

R + G + B ~ 26%. #3F4444 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 68 + 68 = 199 (100%)
R 63 of 199 ~ 31.66%
G 68 of 199 ~ 34.17%
B 68 of 199 ~ 34.17%

%31.66
%34.17
%34.17

CMYK color model

#3F4444 color CMYK value is (7,0,0,73).

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(7,0,0,73)
C7M0Y0K73 
(7%,0%,0%,73%)
(0.07/0.00/0.00/0.73)	

CMYK percentages

%7.35
%0
%0
%73.33

Codes

Color #3F4444 in popluar color models

3F4444
RGB636868
HSL180°3.82%25.69%
HSB/HSV180°7.35%26.67%
CMYK7.35%0.00%0.00%
73.33%

Color #3F4444 in popluar number systems.

HEX3F4444
Decimal636868
Binary11111110001001000100
Octal77104104

Shades and tints

Shades of #3F4444

#3F4444
(63,68,68)
#3A3E3E
(58,62,62)
#353838
(53,56,56)
#303232
(48,50,50)
#2B2C2C
(43,44,44)
#262626
(38,38,38)
#212020
(33,32,32)
#1C1A1A
(28,26,26)
#171414
(23,20,20)
#120E0E
(18,14,14)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #3F4444

#3F4444
(63,68,68)
#505555
(80,85,85)
#616666
(97,102,102)
#727777
(114,119,119)
#838888
(131,136,136)
#949999
(148,153,153)
#A5AAAA
(165,170,170)
#B6BBBB
(182,187,187)
#C7CCCC
(199,204,204)
#D8DDDD
(216,221,221)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4444; }

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

This text font color is #3F4444.


Background Color

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

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

This div background color is #3F4444.


Border color

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

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

This div border color is #3F4444.


Opacity

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

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

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

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

This text has shadow with #3F4444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4444 on black background.


Color preview on white background

This text has color #3F4444 on white background.



Black color preview on #3F4444 background

This text has black color on #3F4444 background.


White color preview on #3F4444 background

This text has white color on #3F4444 background.