COLOR #3F3A42

HEX: #3F3A42 RGB: (63,58,66)

Color info

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

RGB color model

#3F3A42 color RGB value is (63,58,66).

RGB: (63,58,66) (25%, 23%, 26%)

RGB channels and saturation

R 63 of 255 = 25%
G 58 of 255 = 23%
B 66 of 255 = 26%

63
58
66

R + G + B ~ 25%. #3F3A42 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 58 + 66 = 187 (100%)
R 63 of 187 ~ 33.69%
G 58 of 187 ~ 31.02%
B 66 of 187 ~ 35.29'%

%33.69
%31.02
%35.29

CMYK color model

#3F3A42 color CMYK value is (5,12,0,74).

  • cyan value is 4.55%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 74.12%

CMYK: (5,12,0,74)
C5M12Y0K74 (5%, 12%, 0%, 74%)
(0.05 / 0.12 / 0.00 / 0.74)

CMYK percentages

%4.55
%12.12
%0
%74.12

Codes

Color #3F3A42 in popluar color models

3F 3A 42
RGB 63 58 66
HSL 278° 6.45% 24.31%
HSB/HSV 278° 12.12% 25.88%
CMYK 4.55% 12.12% 0.00%
74.12%

Color #3F3A42 in popluar number systems.

HEX 3F 3A 42
Decimal 63 58 66
Binary 111111 111010 1000010
Octal 77 72 102

Shades and tints

Shades of #3F3A42

#3F3A42
(63,58,66)
#3A353C
(58,53,60)
#353036
(53,48,54)
#302B30
(48,43,48)
#2B262A
(43,38,42)
#262124
(38,33,36)
#211C1E
(33,28,30)
#1C1718
(28,23,24)
#171212
(23,18,18)
#120D0C
(18,13,12)
#0D0806
(13,8,6)
#000000
(0,0,0)

Tints of #3F3A42

#3F3A42
(63,58,66)
#504B53
(80,75,83)
#615C64
(97,92,100)
#726D75
(114,109,117)
#837E86
(131,126,134)
#948F97
(148,143,151)
#A5A0A8
(165,160,168)
#B6B1B9
(182,177,185)
#C7C2CA
(199,194,202)
#D8D3DB
(216,211,219)
#E9E4EC
(233,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3A42; }

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

This text font color is #3F3A42.

Background Color

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

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

This div background color is #3F3A42.

Border color

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

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

This div border color is #3F3A42.

Opacity

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

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

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

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

This text has shadow with #3F3A42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3A42.

Preview

Color preview on black background

This text has color #3F3A42 on black background.


Color preview on white background

This text has color #3F3A42 on white background.


Black color preview on #3F3A42 background

This text has black color on #3F3A42 background.


White color preview on #3F3A42 background

This text has white color on #3F3A42 background.


Related colors

Complementary color

Complementary color for #hex is #C0C5BD.


I love getcolorcode.com

Triadic colors

1 #423F3A and #3A423F with #3F3A42 are triadic colors.

2 #423A3F and #3A3F42 with #3F3A42 are triadic colors.