COLOR #3F545D

HEX: #3F545D
RGB: (63,84,93)

Color info

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

RGB color model

#3F545D color RGB value is (63,84,93).

  • red value is 63;
  • green value is 84;
  • blue value is 93.
RGB:
(63,84,93)
(25%,33%,36%)

RGB channels and saturation

R 63 of 255 = 25%
G 84 of 255 = 33%
B 93 of 255 = 36%

63
84
93

R + G + B ~ 31%. #3F545D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 84 + 93 = 240 (100%)
R 63 of 240 ~ 26.25%
G 84 of 240 ~ 35%
B 93 of 240 ~ 38.75%

%26.25
%35
%38.75

CMYK color model

#3F545D color CMYK value is (32,10,0,64).

  • cyan value is 32.26%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(32,10,0,64)
C32M10Y0K64 
(32%,10%,0%,64%)
(0.32/0.10/0.00/0.64)	

CMYK percentages

%32.26
%9.68
%0
%63.53

Codes

Color #3F545D in popluar color models

3F545D
RGB638493
HSL198°19.23%30.59%
HSB/HSV198°32.26%36.47%
CMYK32.26%9.68%0.00%
63.53%

Color #3F545D in popluar number systems.

HEX3F545D
Decimal638493
Binary11111110101001011101
Octal77124135

Shades and tints

Shades of #3F545D

#3F545D
(63,84,93)
#3A4D55
(58,77,85)
#35464D
(53,70,77)
#303F45
(48,63,69)
#2B383D
(43,56,61)
#263135
(38,49,53)
#212A2D
(33,42,45)
#1C2325
(28,35,37)
#171C1D
(23,28,29)
#121515
(18,21,21)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #3F545D

#3F545D
(63,84,93)
#50636B
(80,99,107)
#617279
(97,114,121)
#728187
(114,129,135)
#839095
(131,144,149)
#949FA3
(148,159,163)
#A5AEB1
(165,174,177)
#B6BDBF
(182,189,191)
#C7CCCD
(199,204,205)
#D8DBDB
(216,219,219)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F545D; }

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

This text font color is #3F545D.


Background Color

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

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

This div background color is #3F545D.


Border color

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

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

This div border color is #3F545D.


Opacity

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

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

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

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

This text has shadow with #3F545D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F545D on black background.


Color preview on white background

This text has color #3F545D on white background.



Black color preview on #3F545D background

This text has black color on #3F545D background.


White color preview on #3F545D background

This text has white color on #3F545D background.