COLOR #3F4853

HEX: #3F4853
RGB: (63,72,83)

Color info

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

RGB color model

#3F4853 color RGB value is (63,72,83).

  • red value is 63;
  • green value is 72;
  • blue value is 83.
RGB:
(63,72,83)
(25%,28%,33%)

RGB channels and saturation

R 63 of 255 = 25%
G 72 of 255 = 28%
B 83 of 255 = 33%

63
72
83

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

Portions of RGB colors in percentages

R + G + B =
63 + 72 + 83 = 218 (100%)
R 63 of 218 ~ 28.9%
G 72 of 218 ~ 33.03%
B 83 of 218 ~ 38.07%

%28.9
%33.03
%38.07

CMYK color model

#3F4853 color CMYK value is (24,13,0,67).

  • cyan value is 24.10%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(24,13,0,67)
C24M13Y0K67 
(24%,13%,0%,67%)
(0.24/0.13/0.00/0.67)	

CMYK percentages

%24.1
%13.25
%0
%67.45

Codes

Color #3F4853 in popluar color models

3F4853
RGB637283
HSL213°13.70%28.63%
HSB/HSV213°24.10%32.55%
CMYK24.10%13.25%0.00%
67.45%

Color #3F4853 in popluar number systems.

HEX3F4853
Decimal637283
Binary11111110010001010011
Octal77110123

Shades and tints

Shades of #3F4853

#3F4853
(63,72,83)
#3A424C
(58,66,76)
#353C45
(53,60,69)
#30363E
(48,54,62)
#2B3037
(43,48,55)
#262A30
(38,42,48)
#212429
(33,36,41)
#1C1E22
(28,30,34)
#17181B
(23,24,27)
#121214
(18,18,20)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #3F4853

#3F4853
(63,72,83)
#505862
(80,88,98)
#616871
(97,104,113)
#727880
(114,120,128)
#83888F
(131,136,143)
#94989E
(148,152,158)
#A5A8AD
(165,168,173)
#B6B8BC
(182,184,188)
#C7C8CB
(199,200,203)
#D8D8DA
(216,216,218)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4853 color. Also use rgb(63,72,83) instead hex code.

Text Font Color

.myTextColor { color: #3F4853; }

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

This text font color is #3F4853.


Background Color

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

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

This div background color is #3F4853.


Border color

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

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

This div border color is #3F4853.


Opacity

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

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

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

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

This text has shadow with #3F4853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4853 on black background.


Color preview on white background

This text has color #3F4853 on white background.



Black color preview on #3F4853 background

This text has black color on #3F4853 background.


White color preview on #3F4853 background

This text has white color on #3F4853 background.