COLOR #3F4744

HEX: #3F4744
RGB: (63,71,68)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

63
71
68

R + G + B ~ 27%. #3F4744 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 71 + 68 = 202 (100%)
R 63 of 202 ~ 31.19%
G 71 of 202 ~ 35.15%
B 68 of 202 ~ 33.66%

%31.19
%35.15
%33.66

CMYK color model

#3F4744 color CMYK value is (11,0,4,72).

  • cyan value is 11.27%
  • magenta value is 0.00%
  • yellow value is 4.23%
  • key color value is 72.16%
CMYK:
(11,0,4,72)
C11M0Y4K72 
(11%,0%,4%,72%)
(0.11/0.00/0.04/0.72)	

CMYK percentages

%11.27
%0
%4.23
%72.16

Codes

Color #3F4744 in popluar color models

3F4744
RGB637168
HSL158°5.97%26.27%
HSB/HSV158°11.27%27.84%
CMYK11.27%0.00%4.23%
72.16%

Color #3F4744 in popluar number systems.

HEX3F4744
Decimal637168
Binary11111110001111000100
Octal77107104

Shades and tints

Shades of #3F4744

#3F4744
(63,71,68)
#3A413E
(58,65,62)
#353B38
(53,59,56)
#303532
(48,53,50)
#2B2F2C
(43,47,44)
#262926
(38,41,38)
#212320
(33,35,32)
#1C1D1A
(28,29,26)
#171714
(23,23,20)
#12110E
(18,17,14)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #3F4744

#3F4744
(63,71,68)
#505755
(80,87,85)
#616766
(97,103,102)
#727777
(114,119,119)
#838788
(131,135,136)
#949799
(148,151,153)
#A5A7AA
(165,167,170)
#B6B7BB
(182,183,187)
#C7C7CC
(199,199,204)
#D8D7DD
(216,215,221)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4744; }

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

This text font color is #3F4744.


Background Color

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

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

This div background color is #3F4744.


Border color

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

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

This div border color is #3F4744.


Opacity

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

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

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

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

This text has shadow with #3F4744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4744 on black background.


Color preview on white background

This text has color #3F4744 on white background.



Black color preview on #3F4744 background

This text has black color on #3F4744 background.


White color preview on #3F4744 background

This text has white color on #3F4744 background.