COLOR #3F545B

HEX: #3F545B
RGB: (63,84,91)

Color info

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

RGB color model

#3F545B color RGB value is (63,84,91).

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

RGB channels and saturation

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

63
84
91

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

Portions of RGB colors in percentages

R + G + B =
63 + 84 + 91 = 238 (100%)
R 63 of 238 ~ 26.47%
G 84 of 238 ~ 35.29%
B 91 of 238 ~ 38.24%

%26.47
%35.29
%38.24

CMYK color model

#3F545B color CMYK value is (31,8,0,64).

  • cyan value is 30.77%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(31,8,0,64)
C31M8Y0K64 
(31%,8%,0%,64%)
(0.31/0.08/0.00/0.64)	

CMYK percentages

%30.77
%7.69
%0
%64.31

Codes

Color #3F545B in popluar color models

3F545B
RGB638491
HSL195°18.18%30.20%
HSB/HSV195°30.77%35.69%
CMYK30.77%7.69%0.00%
64.31%

Color #3F545B in popluar number systems.

HEX3F545B
Decimal638491
Binary11111110101001011011
Octal77124133

Shades and tints

Shades of #3F545B

#3F545B
(63,84,91)
#3A4D53
(58,77,83)
#35464B
(53,70,75)
#303F43
(48,63,67)
#2B383B
(43,56,59)
#263133
(38,49,51)
#212A2B
(33,42,43)
#1C2323
(28,35,35)
#171C1B
(23,28,27)
#121513
(18,21,19)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #3F545B

#3F545B
(63,84,91)
#506369
(80,99,105)
#617277
(97,114,119)
#728185
(114,129,133)
#839093
(131,144,147)
#949FA1
(148,159,161)
#A5AEAF
(165,174,175)
#B6BDBD
(182,189,189)
#C7CCCB
(199,204,203)
#D8DBD9
(216,219,217)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F545B; }

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

This text font color is #3F545B.


Background Color

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

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

This div background color is #3F545B.


Border color

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

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

This div border color is #3F545B.


Opacity

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

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

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

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

This text has shadow with #3F545B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F545B on black background.


Color preview on white background

This text has color #3F545B on white background.



Black color preview on #3F545B background

This text has black color on #3F545B background.


White color preview on #3F545B background

This text has white color on #3F545B background.