COLOR #3F425C

HEX: #3F425C
RGB: (63,66,92)

Color info

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

RGB color model

#3F425C color RGB value is (63,66,92).

  • red value is 63;
  • green value is 66;
  • blue value is 92.
RGB:
(63,66,92)
(25%,26%,36%)

RGB channels and saturation

R 63 of 255 = 25%
G 66 of 255 = 26%
B 92 of 255 = 36%

63
66
92

R + G + B ~ 29%. #3F425C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 66 + 92 = 221 (100%)
R 63 of 221 ~ 28.51%
G 66 of 221 ~ 29.86%
B 92 of 221 ~ 41.63%

%28.51
%29.86
%41.63

CMYK color model

#3F425C color CMYK value is (32,28,0,64).

  • cyan value is 31.52%
  • magenta value is 28.26%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(32,28,0,64)
C32M28Y0K64 
(32%,28%,0%,64%)
(0.32/0.28/0.00/0.64)	

CMYK percentages

%31.52
%28.26
%0
%63.92

Codes

Color #3F425C in popluar color models

3F425C
RGB636692
HSL234°18.71%30.39%
HSB/HSV234°31.52%36.08%
CMYK31.52%28.26%0.00%
63.92%

Color #3F425C in popluar number systems.

HEX3F425C
Decimal636692
Binary11111110000101011100
Octal77102134

Shades and tints

Shades of #3F425C

#3F425C
(63,66,92)
#3A3C54
(58,60,84)
#35364C
(53,54,76)
#303044
(48,48,68)
#2B2A3C
(43,42,60)
#262434
(38,36,52)
#211E2C
(33,30,44)
#1C1824
(28,24,36)
#17121C
(23,18,28)
#120C14
(18,12,20)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #3F425C

#3F425C
(63,66,92)
#50536A
(80,83,106)
#616478
(97,100,120)
#727586
(114,117,134)
#838694
(131,134,148)
#9497A2
(148,151,162)
#A5A8B0
(165,168,176)
#B6B9BE
(182,185,190)
#C7CACC
(199,202,204)
#D8DBDA
(216,219,218)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F425C color. Also use rgb(63,66,92) instead hex code.

Text Font Color

.myTextColor { color: #3F425C; }

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

This text font color is #3F425C.


Background Color

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

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

This div background color is #3F425C.


Border color

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

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

This div border color is #3F425C.


Opacity

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

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

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

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

This text has shadow with #3F425C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F425C on black background.


Color preview on white background

This text has color #3F425C on white background.



Black color preview on #3F425C background

This text has black color on #3F425C background.


White color preview on #3F425C background

This text has white color on #3F425C background.