COLOR #3F344C

HEX: #3F344C
RGB: (63,52,76)

Color info

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

RGB color model

#3F344C color RGB value is (63,52,76).

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

RGB channels and saturation

R 63 of 255 = 25%
G 52 of 255 = 20%
B 76 of 255 = 30%

63
52
76

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

Portions of RGB colors in percentages

R + G + B =
63 + 52 + 76 = 191 (100%)
R 63 of 191 ~ 32.98%
G 52 of 191 ~ 27.23%
B 76 of 191 ~ 39.79%

%32.98
%27.23
%39.79

CMYK color model

#3F344C color CMYK value is (17,32,0,70).

  • cyan value is 17.11%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(17,32,0,70)
C17M32Y0K70 
(17%,32%,0%,70%)
(0.17/0.32/0.00/0.70)	

CMYK percentages

%17.11
%31.58
%0
%70.2

Codes

Color #3F344C in popluar color models

3F344C
RGB635276
HSL268°18.75%25.10%
HSB/HSV268°31.58%29.80%
CMYK17.11%31.58%0.00%
70.20%

Color #3F344C in popluar number systems.

HEX3F344C
Decimal635276
Binary1111111101001001100
Octal7764114

Shades and tints

Shades of #3F344C

#3F344C
(63,52,76)
#3A3046
(58,48,70)
#352C40
(53,44,64)
#30283A
(48,40,58)
#2B2434
(43,36,52)
#26202E
(38,32,46)
#211C28
(33,28,40)
#1C1822
(28,24,34)
#17141C
(23,20,28)
#121016
(18,16,22)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #3F344C

#3F344C
(63,52,76)
#50465C
(80,70,92)
#61586C
(97,88,108)
#726A7C
(114,106,124)
#837C8C
(131,124,140)
#948E9C
(148,142,156)
#A5A0AC
(165,160,172)
#B6B2BC
(182,178,188)
#C7C4CC
(199,196,204)
#D8D6DC
(216,214,220)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F344C; }

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

This text font color is #3F344C.


Background Color

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

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

This div background color is #3F344C.


Border color

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

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

This div border color is #3F344C.


Opacity

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

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

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

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

This text has shadow with #3F344C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F344C on black background.


Color preview on white background

This text has color #3F344C on white background.



Black color preview on #3F344C background

This text has black color on #3F344C background.


White color preview on #3F344C background

This text has white color on #3F344C background.