COLOR #3F4040

HEX: #3F4040 RGB: (63,64,64)

Color info

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

RGB color model

#3F4040 color RGB value is (63,64,64).

RGB: (63,64,64) (25%, 25%, 25%)

RGB channels and saturation

R 63 of 255 = 25%
G 64 of 255 = 25%
B 64 of 255 = 25%

63
64
64

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

Portions of RGB colors in percentages

R + G + B = 63 + 64 + 64 = 191 (100%)
R 63 of 191 ~ 32.98%
G 64 of 191 ~ 33.51%
B 64 of 191 ~ 33.51'%

%32.98
%33.51
%33.51

CMYK color model

#3F4040 color CMYK value is (2,0,0,75).

  • cyan value is 1.56%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK: (2,0,0,75) C2M0Y0K75 (2%,0%,0%,75%) (0.02/0.00/0.00/0.75) 

CMYK percentages

%1.56
%0
%0
%74.9

Codes

Color #3F4040 in popluar color models

3F 40 40
RGB 63 64 64
HSL 180° 0.79% 24.90%
HSB/HSV 180° 1.56% 25.10%
CMYK 1.56% 0.00% 0.00%
74.90%

Color #3F4040 in popluar number systems.

HEX 3F 40 40
Decimal 63 64 64
Binary 111111 1000000 1000000
Octal 77 100 100

Shades and tints

Shades of #3F4040

#3F4040
(63,64,64)
#3A3B3B
(58,59,59)
#353636
(53,54,54)
#303131
(48,49,49)
#2B2C2C
(43,44,44)
#262727
(38,39,39)
#212222
(33,34,34)
#1C1D1D
(28,29,29)
#171818
(23,24,24)
#121313
(18,19,19)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #3F4040

#3F4040
(63,64,64)
#505151
(80,81,81)
#616262
(97,98,98)
#727373
(114,115,115)
#838484
(131,132,132)
#949595
(148,149,149)
#A5A6A6
(165,166,166)
#B6B7B7
(182,183,183)
#C7C8C8
(199,200,200)
#D8D9D9
(216,217,217)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4040; }

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

This text font color is #3F4040.

Background Color

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

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

This div background color is #3F4040.

Border color

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

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

This div border color is #3F4040.

Opacity

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

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

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

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

This text has shadow with #3F4040 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4040.

Preview

Color preview on black background

This text has color #3F4040 on black background.


Color preview on white background

This text has color #3F4040 on white background.


Black color preview on #3F4040 background

This text has black color on #3F4040 background.


White color preview on #3F4040 background

This text has white color on #3F4040 background.


Related colors

Complementary color

Complementary color for #hex is #C0BFBF.


I love getcolorcode.com