COLOR #3F344E

HEX: #3F344E RGB: (63,52,78)

Color info

#3F344E contains red, green and blue colors in about the same proportion. Web safe color of #3F344E is #333366 (or #336).

RGB color model

#3F344E color RGB value is (63,52,78).

RGB: (63,52,78) (25%, 20%, 31%)

RGB channels and saturation

R 63 of 255 = 25%
G 52 of 255 = 20%
B 78 of 255 = 31%

63
52
78

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

Portions of RGB colors in percentages

R + G + B = 63 + 52 + 78 = 193 (100%)
R 63 of 193 ~ 32.64%
G 52 of 193 ~ 26.94%
B 78 of 193 ~ 40.41'%

%32.64
%26.94
%40.41

CMYK color model

#3F344E color CMYK value is (19,33,0,69).

  • cyan value is 19.23%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK: (19,33,0,69) C19M33Y0K69 (19%,33%,0%,69%) (0.19/0.33/0.00/0.69) 

CMYK percentages

%19.23
%33.33
%0
%69.41

Codes

Color #3F344E in popluar color models

3F 34 4E
RGB 63 52 78
HSL 265° 20.00% 25.49%
HSB/HSV 265° 33.33% 30.59%
CMYK 19.23% 33.33% 0.00%
69.41%

Color #3F344E in popluar number systems.

HEX 3F 34 4E
Decimal 63 52 78
Binary 111111 110100 1001110
Octal 77 64 116

Shades and tints

Shades of #3F344E

#3F344E
(63,52,78)
#3A3047
(58,48,71)
#352C40
(53,44,64)
#302839
(48,40,57)
#2B2432
(43,36,50)
#26202B
(38,32,43)
#211C24
(33,28,36)
#1C181D
(28,24,29)
#171416
(23,20,22)
#12100F
(18,16,15)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #3F344E

#3F344E
(63,52,78)
#50465E
(80,70,94)
#61586E
(97,88,110)
#726A7E
(114,106,126)
#837C8E
(131,124,142)
#948E9E
(148,142,158)
#A5A0AE
(165,160,174)
#B6B2BE
(182,178,190)
#C7C4CE
(199,196,206)
#D8D6DE
(216,214,222)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F344E; }

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

This text font color is #3F344E.

Background Color

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

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

This div background color is #3F344E.

Border color

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

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

This div border color is #3F344E.

Opacity

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

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

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

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

This text has shadow with #3F344E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F344E.

Preview

Color preview on black background

This text has color #3F344E on black background.


Color preview on white background

This text has color #3F344E on white background.


Black color preview on #3F344E background

This text has black color on #3F344E background.


White color preview on #3F344E background

This text has white color on #3F344E background.


Related colors

Complementary color

Complementary color for #hex is #C0CBB1.


I love getcolorcode.com

Triadic colors

1 #4E3F34 and #344E3F with #3F344E are triadic colors.

2 #4E343F and #343F4E with #3F344E are triadic colors.