COLOR #3F294C

HEX: #3F294C
RGB: (63,41,76)

Color info

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

RGB color model

#3F294C color RGB value is (63,41,76).

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

RGB channels and saturation

R 63 of 255 = 25%
G 41 of 255 = 16%
B 76 of 255 = 30%

63
41
76

R + G + B ~ 24%. #3F294C is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 41 + 76 = 180 (100%)
R 63 of 180 ~ 35%
G 41 of 180 ~ 22.78%
B 76 of 180 ~ 42.22%

%35
%22.78
%42.22

CMYK color model

#3F294C color CMYK value is (17,46,0,70).

  • cyan value is 17.11%
  • magenta value is 46.05%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(17,46,0,70)
C17M46Y0K70 
(17%,46%,0%,70%)
(0.17/0.46/0.00/0.70)	

CMYK percentages

%17.11
%46.05
%0
%70.2

Codes

Color #3F294C in popluar color models

3F294C
RGB634176
HSL278°29.91%22.94%
HSB/HSV278°46.05%29.80%
CMYK17.11%46.05%0.00%
70.20%

Color #3F294C in popluar number systems.

HEX3F294C
Decimal634176
Binary1111111010011001100
Octal7751114

Shades and tints

Shades of #3F294C

#3F294C
(63,41,76)
#3A2646
(58,38,70)
#352340
(53,35,64)
#30203A
(48,32,58)
#2B1D34
(43,29,52)
#261A2E
(38,26,46)
#211728
(33,23,40)
#1C1422
(28,20,34)
#17111C
(23,17,28)
#120E16
(18,14,22)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #3F294C

#3F294C
(63,41,76)
#503C5C
(80,60,92)
#614F6C
(97,79,108)
#72627C
(114,98,124)
#83758C
(131,117,140)
#94889C
(148,136,156)
#A59BAC
(165,155,172)
#B6AEBC
(182,174,188)
#C7C1CC
(199,193,204)
#D8D4DC
(216,212,220)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F294C; }

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

This text font color is #3F294C.


Background Color

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

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

This div background color is #3F294C.


Border color

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

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

This div border color is #3F294C.


Opacity

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

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

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

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

This text has shadow with #3F294C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F294C on black background.


Color preview on white background

This text has color #3F294C on white background.



Black color preview on #3F294C background

This text has black color on #3F294C background.


White color preview on #3F294C background

This text has white color on #3F294C background.