COLOR #3F4244

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

63
66
68

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

Portions of RGB colors in percentages

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

%31.98
%33.5
%34.52

CMYK color model

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

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

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

CMYK percentages

%7.35
%2.94
%0
%73.33

Codes

Color #3F4244 in popluar color models

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

Color #3F4244 in popluar number systems.

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

Shades and tints

Shades of #3F4244

#3F4244
(63,66,68)
#3A3C3E
(58,60,62)
#353638
(53,54,56)
#303032
(48,48,50)
#2B2A2C
(43,42,44)
#262426
(38,36,38)
#211E20
(33,30,32)
#1C181A
(28,24,26)
#171214
(23,18,20)
#120C0E
(18,12,14)
#0D0608
(13,6,8)
#000000
(0,0,0)

Tints of #3F4244

#3F4244
(63,66,68)
#505355
(80,83,85)
#616466
(97,100,102)
#727577
(114,117,119)
#838688
(131,134,136)
#949799
(148,151,153)
#A5A8AA
(165,168,170)
#B6B9BB
(182,185,187)
#C7CACC
(199,202,204)
#D8DBDD
(216,219,221)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4244; }

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

This text font color is #3F4244.

Background Color

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

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

This div background color is #3F4244.

Border color

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

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

This div border color is #3F4244.

Opacity

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

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

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

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

This text has shadow with #3F4244 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4244.

Preview

Color preview on black background

This text has color #3F4244 on black background.


Color preview on white background

This text has color #3F4244 on white background.


Black color preview on #3F4244 background

This text has black color on #3F4244 background.


White color preview on #3F4244 background

This text has white color on #3F4244 background.


Related colors

Complementary color

Complementary color for #hex is #C0BDBB.


I love getcolorcode.com

Triadic colors

1 #443F42 and #42443F with #3F4244 are triadic colors.

2 #44423F and #423F44 with #3F4244 are triadic colors.