COLOR #3F4C58

HEX: #3F4C58 RGB: (63,76,88)

Color info

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

RGB color model

#3F4C58 color RGB value is (63,76,88).

RGB: (63,76,88) (25%, 30%, 35%)

RGB channels and saturation

R 63 of 255 = 25%
G 76 of 255 = 30%
B 88 of 255 = 35%

63
76
88

R + G + B ~ 30%. #3F4C58 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 76 + 88 = 227 (100%)
R 63 of 227 ~ 27.75%
G 76 of 227 ~ 33.48%
B 88 of 227 ~ 38.77'%

%27.75
%33.48
%38.77

CMYK color model

#3F4C58 color CMYK value is (28,14,0,65).

  • cyan value is 28.41%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (28,14,0,65)
C28M14Y0K65 (28%, 14%, 0%, 65%)
(0.28 / 0.14 / 0.00 / 0.65)

CMYK percentages

%28.41
%13.64
%0
%65.49

Codes

Color #3F4C58 in popluar color models

3F 4C 58
RGB 63 76 88
HSL 209° 16.56% 29.61%
HSB/HSV 209° 28.41% 34.51%
CMYK 28.41% 13.64% 0.00%
65.49%

Color #3F4C58 in popluar number systems.

HEX 3F 4C 58
Decimal 63 76 88
Binary 111111 1001100 1011000
Octal 77 114 130

Shades and tints

Shades of #3F4C58

#3F4C58
(63,76,88)
#3A4650
(58,70,80)
#354048
(53,64,72)
#303A40
(48,58,64)
#2B3438
(43,52,56)
#262E30
(38,46,48)
#212828
(33,40,40)
#1C2220
(28,34,32)
#171C18
(23,28,24)
#121610
(18,22,16)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #3F4C58

#3F4C58
(63,76,88)
#505C67
(80,92,103)
#616C76
(97,108,118)
#727C85
(114,124,133)
#838C94
(131,140,148)
#949CA3
(148,156,163)
#A5ACB2
(165,172,178)
#B6BCC1
(182,188,193)
#C7CCD0
(199,204,208)
#D8DCDF
(216,220,223)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4C58; }

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

This text font color is #3F4C58.

Background Color

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

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

This div background color is #3F4C58.

Border color

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

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

This div border color is #3F4C58.

Opacity

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

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

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

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

This text has shadow with #3F4C58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4C58.

Preview

Color preview on black background

This text has color #3F4C58 on black background.


Color preview on white background

This text has color #3F4C58 on white background.


Black color preview on #3F4C58 background

This text has black color on #3F4C58 background.


White color preview on #3F4C58 background

This text has white color on #3F4C58 background.


Related colors

Complementary color

Complementary color for #hex is #C0B3A7.


I love getcolorcode.com

Triadic colors

1 #583F4C and #4C583F with #3F4C58 are triadic colors.

2 #584C3F and #4C3F58 with #3F4C58 are triadic colors.