COLOR #3F4E4A

HEX: #3F4E4A RGB: (63,78,74)

Color info

#3F4E4A contains red, green and blue colors in about the same proportion. Web safe color of #3F4E4A is #336633 (or #363).

RGB color model

#3F4E4A color RGB value is (63,78,74).

RGB: (63,78,74) (25%, 31%, 29%)

RGB channels and saturation

R 63 of 255 = 25%
G 78 of 255 = 31%
B 74 of 255 = 29%

63
78
74

R + G + B ~ 28%. #3F4E4A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 78 + 74 = 215 (100%)
R 63 of 215 ~ 29.3%
G 78 of 215 ~ 36.28%
B 74 of 215 ~ 34.42'%

%29.3
%36.28
%34.42

CMYK color model

#3F4E4A color CMYK value is (19,0,5,69).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 69.41%
CMYK: (19,0,5,69) C19M0Y5K69 (19%,0%,5%,69%) (0.19/0.00/0.05/0.69) 

CMYK percentages

%19.23
%0
%5.13
%69.41

Codes

Color #3F4E4A in popluar color models

3F 4E 4A
RGB 63 78 74
HSL 164° 10.64% 27.65%
HSB/HSV 164° 19.23% 30.59%
CMYK 19.23% 0.00% 5.13%
69.41%

Color #3F4E4A in popluar number systems.

HEX 3F 4E 4A
Decimal 63 78 74
Binary 111111 1001110 1001010
Octal 77 116 112

Shades and tints

Shades of #3F4E4A

#3F4E4A
(63,78,74)
#3A4744
(58,71,68)
#35403E
(53,64,62)
#303938
(48,57,56)
#2B3232
(43,50,50)
#262B2C
(38,43,44)
#212426
(33,36,38)
#1C1D20
(28,29,32)
#17161A
(23,22,26)
#120F14
(18,15,20)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #3F4E4A

#3F4E4A
(63,78,74)
#505E5A
(80,94,90)
#616E6A
(97,110,106)
#727E7A
(114,126,122)
#838E8A
(131,142,138)
#949E9A
(148,158,154)
#A5AEAA
(165,174,170)
#B6BEBA
(182,190,186)
#C7CECA
(199,206,202)
#D8DEDA
(216,222,218)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4E4A; }

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

This text font color is #3F4E4A.

Background Color

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

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

This div background color is #3F4E4A.

Border color

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

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

This div border color is #3F4E4A.

Opacity

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

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

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

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

This text has shadow with #3F4E4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4E4A.

Preview

Color preview on black background

This text has color #3F4E4A on black background.


Color preview on white background

This text has color #3F4E4A on white background.


Black color preview on #3F4E4A background

This text has black color on #3F4E4A background.


White color preview on #3F4E4A background

This text has white color on #3F4E4A background.


Related colors

Complementary color

Complementary color for #hex is #C0B1B5.


I love getcolorcode.com

Triadic colors

1 #4A3F4E and #4E4A3F with #3F4E4A are triadic colors.

2 #4A4E3F and #4E3F4A with #3F4E4A are triadic colors.