COLOR #3F4442

HEX: #3F4442 RGB: (63,68,66)

Color info

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

RGB color model

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

RGB: (63,68,66) (25%, 27%, 26%)

RGB channels and saturation

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

63
68
66

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

Portions of RGB colors in percentages

R + G + B = 63 + 68 + 66 = 197 (100%)
R 63 of 197 ~ 31.98%
G 68 of 197 ~ 34.52%
B 66 of 197 ~ 33.5'%

%31.98
%34.52
%33.5

CMYK color model

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

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 73.33%

CMYK: (7,0,3,73)
C7M0Y3K73 (7%, 0%, 3%, 73%)
(0.07 / 0.00 / 0.03 / 0.73)

CMYK percentages

%7.35
%0
%2.94
%73.33

Codes

Color #3F4442 in popluar color models

3F 44 42
RGB 63 68 66
HSL 156° 3.82% 25.69%
HSB/HSV 156° 7.35% 26.67%
CMYK 7.35% 0.00% 2.94%
73.33%

Color #3F4442 in popluar number systems.

HEX 3F 44 42
Decimal 63 68 66
Binary 111111 1000100 1000010
Octal 77 104 102

Shades and tints

Shades of #3F4442

#3F4442
(63,68,66)
#3A3E3C
(58,62,60)
#353836
(53,56,54)
#303230
(48,50,48)
#2B2C2A
(43,44,42)
#262624
(38,38,36)
#21201E
(33,32,30)
#1C1A18
(28,26,24)
#171412
(23,20,18)
#120E0C
(18,14,12)
#0D0806
(13,8,6)
#000000
(0,0,0)

Tints of #3F4442

#3F4442
(63,68,66)
#505553
(80,85,83)
#616664
(97,102,100)
#727775
(114,119,117)
#838886
(131,136,134)
#949997
(148,153,151)
#A5AAA8
(165,170,168)
#B6BBB9
(182,187,185)
#C7CCCA
(199,204,202)
#D8DDDB
(216,221,219)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4442; }

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

This text font color is #3F4442.

Background Color

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

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

This div background color is #3F4442.

Border color

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

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

This div border color is #3F4442.

Opacity

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

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

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

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

This text has shadow with #3F4442 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4442.

Preview

Color preview on black background

This text has color #3F4442 on black background.


Color preview on white background

This text has color #3F4442 on white background.


Black color preview on #3F4442 background

This text has black color on #3F4442 background.


White color preview on #3F4442 background

This text has white color on #3F4442 background.


Related colors

Complementary color

Complementary color for #hex is #C0BBBD.


I love getcolorcode.com

Triadic colors

1 #423F44 and #44423F with #3F4442 are triadic colors.

2 #42443F and #443F42 with #3F4442 are triadic colors.