COLOR #3F344F

HEX: #3F344F
RGB: (63,52,79)

Color info

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

RGB color model

#3F344F color RGB value is (63,52,79).

  • red value is 63;
  • green value is 52;
  • blue value is 79.
RGB:
(63,52,79)
(25%,20%,31%)

RGB channels and saturation

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

63
52
79

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

Portions of RGB colors in percentages

R + G + B =
63 + 52 + 79 = 194 (100%)
R 63 of 194 ~ 32.47%
G 52 of 194 ~ 26.8%
B 79 of 194 ~ 40.72%

%32.47
%26.8
%40.72

CMYK color model

#3F344F color CMYK value is (20,34,0,69).

  • cyan value is 20.25%
  • magenta value is 34.18%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(20,34,0,69)
C20M34Y0K69 
(20%,34%,0%,69%)
(0.20/0.34/0.00/0.69)	

CMYK percentages

%20.25
%34.18
%0
%69.02

Codes

Color #3F344F in popluar color models

3F344F
RGB635279
HSL264°20.61%25.69%
HSB/HSV264°34.18%30.98%
CMYK20.25%34.18%0.00%
69.02%

Color #3F344F in popluar number systems.

HEX3F344F
Decimal635279
Binary1111111101001001111
Octal7764117

Shades and tints

Shades of #3F344F

#3F344F
(63,52,79)
#3A3048
(58,48,72)
#352C41
(53,44,65)
#30283A
(48,40,58)
#2B2433
(43,36,51)
#26202C
(38,32,44)
#211C25
(33,28,37)
#1C181E
(28,24,30)
#171417
(23,20,23)
#121010
(18,16,16)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #3F344F

#3F344F
(63,52,79)
#50465F
(80,70,95)
#61586F
(97,88,111)
#726A7F
(114,106,127)
#837C8F
(131,124,143)
#948E9F
(148,142,159)
#A5A0AF
(165,160,175)
#B6B2BF
(182,178,191)
#C7C4CF
(199,196,207)
#D8D6DF
(216,214,223)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F344F; }

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

This text font color is #3F344F.


Background Color

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

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

This div background color is #3F344F.


Border color

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

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

This div border color is #3F344F.


Opacity

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

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

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

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

This text has shadow with #3F344F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F344F on black background.


Color preview on white background

This text has color #3F344F on white background.



Black color preview on #3F344F background

This text has black color on #3F344F background.


White color preview on #3F344F background

This text has white color on #3F344F background.