COLOR #3F5450

HEX: #3F5450 RGB: (63,84,80)

Color info

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

RGB color model

#3F5450 color RGB value is (63,84,80).

RGB: (63,84,80) (25%, 33%, 31%)

RGB channels and saturation

R 63 of 255 = 25%
G 84 of 255 = 33%
B 80 of 255 = 31%

63
84
80

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

Portions of RGB colors in percentages

R + G + B = 63 + 84 + 80 = 227 (100%)
R 63 of 227 ~ 27.75%
G 84 of 227 ~ 37%
B 80 of 227 ~ 35.24'%

%27.75
%37
%35.24

CMYK color model

#3F5450 color CMYK value is (25,0,5,67).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 67.06%

CMYK: (25,0,5,67)
C25M0Y5K67 (25%, 0%, 5%, 67%)
(0.25 / 0.00 / 0.05 / 0.67)

CMYK percentages

%25
%0
%4.76
%67.06

Codes

Color #3F5450 in popluar color models

3F 54 50
RGB 63 84 80
HSL 169° 14.29% 28.82%
HSB/HSV 169° 25.00% 32.94%
CMYK 25.00% 0.00% 4.76%
67.06%

Color #3F5450 in popluar number systems.

HEX 3F 54 50
Decimal 63 84 80
Binary 111111 1010100 1010000
Octal 77 124 120

Shades and tints

Shades of #3F5450

#3F5450
(63,84,80)
#3A4D49
(58,77,73)
#354642
(53,70,66)
#303F3B
(48,63,59)
#2B3834
(43,56,52)
#26312D
(38,49,45)
#212A26
(33,42,38)
#1C231F
(28,35,31)
#171C18
(23,28,24)
#121511
(18,21,17)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #3F5450

#3F5450
(63,84,80)
#50635F
(80,99,95)
#61726E
(97,114,110)
#72817D
(114,129,125)
#83908C
(131,144,140)
#949F9B
(148,159,155)
#A5AEAA
(165,174,170)
#B6BDB9
(182,189,185)
#C7CCC8
(199,204,200)
#D8DBD7
(216,219,215)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5450 color. Also use rgb(63,84,80) instead hex code.

Text Font Color

.myTextColor { color: #3F5450; }

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

This text font color is #3F5450.

Background Color

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

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

This div background color is #3F5450.

Border color

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

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

This div border color is #3F5450.

Opacity

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

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

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

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

This text has shadow with #3F5450 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5450.

Preview

Color preview on black background

This text has color #3F5450 on black background.


Color preview on white background

This text has color #3F5450 on white background.


Black color preview on #3F5450 background

This text has black color on #3F5450 background.


White color preview on #3F5450 background

This text has white color on #3F5450 background.


Related colors

Complementary color

Complementary color for #hex is #C0ABAF.


I love getcolorcode.com

Triadic colors

1 #503F54 and #54503F with #3F5450 are triadic colors.

2 #50543F and #543F50 with #3F5450 are triadic colors.