COLOR #3F4C52

HEX: #3F4C52 RGB: (63,76,82)

Color info

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

RGB color model

#3F4C52 color RGB value is (63,76,82).

RGB: (63,76,82) (25%, 30%, 32%)

RGB channels and saturation

R 63 of 255 = 25%
G 76 of 255 = 30%
B 82 of 255 = 32%

63
76
82

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

Portions of RGB colors in percentages

R + G + B = 63 + 76 + 82 = 221 (100%)
R 63 of 221 ~ 28.51%
G 76 of 221 ~ 34.39%
B 82 of 221 ~ 37.1'%

%28.51
%34.39
%37.1

CMYK color model

#3F4C52 color CMYK value is (23,7,0,68).

  • cyan value is 23.17%
  • magenta value is 7.32%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (23,7,0,68)
C23M7Y0K68 (23%, 7%, 0%, 68%)
(0.23 / 0.07 / 0.00 / 0.68)

CMYK percentages

%23.17
%7.32
%0
%67.84

Codes

Color #3F4C52 in popluar color models

3F 4C 52
RGB 63 76 82
HSL 199° 13.10% 28.43%
HSB/HSV 199° 23.17% 32.16%
CMYK 23.17% 7.32% 0.00%
67.84%

Color #3F4C52 in popluar number systems.

HEX 3F 4C 52
Decimal 63 76 82
Binary 111111 1001100 1010010
Octal 77 114 122

Shades and tints

Shades of #3F4C52

#3F4C52
(63,76,82)
#3A464B
(58,70,75)
#354044
(53,64,68)
#303A3D
(48,58,61)
#2B3436
(43,52,54)
#262E2F
(38,46,47)
#212828
(33,40,40)
#1C2221
(28,34,33)
#171C1A
(23,28,26)
#121613
(18,22,19)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #3F4C52

#3F4C52
(63,76,82)
#505C61
(80,92,97)
#616C70
(97,108,112)
#727C7F
(114,124,127)
#838C8E
(131,140,142)
#949C9D
(148,156,157)
#A5ACAC
(165,172,172)
#B6BCBB
(182,188,187)
#C7CCCA
(199,204,202)
#D8DCD9
(216,220,217)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4C52; }

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

This text font color is #3F4C52.

Background Color

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

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

This div background color is #3F4C52.

Border color

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

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

This div border color is #3F4C52.

Opacity

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

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

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

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

This text has shadow with #3F4C52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4C52.

Preview

Color preview on black background

This text has color #3F4C52 on black background.


Color preview on white background

This text has color #3F4C52 on white background.


Black color preview on #3F4C52 background

This text has black color on #3F4C52 background.


White color preview on #3F4C52 background

This text has white color on #3F4C52 background.


Related colors

Complementary color

Complementary color for #hex is #C0B3AD.


I love getcolorcode.com

Triadic colors

1 #523F4C and #4C523F with #3F4C52 are triadic colors.

2 #524C3F and #4C3F52 with #3F4C52 are triadic colors.