COLOR #3F4E52

HEX: #3F4E52
RGB: (63,78,82)

Color info

#3F4E52 contains red, green and blue colors in about the same proportion. Web safe color of #3F4E52 is #336666 (or #366).

RGB color model

#3F4E52 color RGB value is (63,78,82).

  • red value is 63;
  • green value is 78;
  • blue value is 82.
RGB:
(63,78,82)
(25%,31%,32%)

RGB channels and saturation

R 63 of 255 = 25%
G 78 of 255 = 31%
B 82 of 255 = 32%

63
78
82

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

Portions of RGB colors in percentages

R + G + B =
63 + 78 + 82 = 223 (100%)
R 63 of 223 ~ 28.25%
G 78 of 223 ~ 34.98%
B 82 of 223 ~ 36.77%

%28.25
%34.98
%36.77

CMYK color model

#3F4E52 color CMYK value is (23,5,0,68).

  • cyan value is 23.17%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(23,5,0,68)
C23M5Y0K68 
(23%,5%,0%,68%)
(0.23/0.05/0.00/0.68)	

CMYK percentages

%23.17
%4.88
%0
%67.84

Codes

Color #3F4E52 in popluar color models

3F4E52
RGB637882
HSL193°13.10%28.43%
HSB/HSV193°23.17%32.16%
CMYK23.17%4.88%0.00%
67.84%

Color #3F4E52 in popluar number systems.

HEX3F4E52
Decimal637882
Binary11111110011101010010
Octal77116122

Shades and tints

Shades of #3F4E52

#3F4E52
(63,78,82)
#3A474B
(58,71,75)
#354044
(53,64,68)
#30393D
(48,57,61)
#2B3236
(43,50,54)
#262B2F
(38,43,47)
#212428
(33,36,40)
#1C1D21
(28,29,33)
#17161A
(23,22,26)
#120F13
(18,15,19)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #3F4E52

#3F4E52
(63,78,82)
#505E61
(80,94,97)
#616E70
(97,110,112)
#727E7F
(114,126,127)
#838E8E
(131,142,142)
#949E9D
(148,158,157)
#A5AEAC
(165,174,172)
#B6BEBB
(182,190,187)
#C7CECA
(199,206,202)
#D8DED9
(216,222,217)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4E52 color. Also use rgb(63,78,82) instead hex code.

Text Font Color

.myTextColor { color: #3F4E52; }

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

This text font color is #3F4E52.


Background Color

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

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

This div background color is #3F4E52.


Border color

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

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

This div border color is #3F4E52.


Opacity

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

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

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

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

This text has shadow with #3F4E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4E52 on black background.


Color preview on white background

This text has color #3F4E52 on white background.



Black color preview on #3F4E52 background

This text has black color on #3F4E52 background.


White color preview on #3F4E52 background

This text has white color on #3F4E52 background.