COLOR #3F576F

HEX: #3F576F
RGB: (63,87,111)

Color info

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

RGB color model

#3F576F color RGB value is (63,87,111).

  • red value is 63;
  • green value is 87;
  • blue value is 111.
RGB:
(63,87,111)
(25%,34%,44%)

RGB channels and saturation

R 63 of 255 = 25%
G 87 of 255 = 34%
B 111 of 255 = 44%

63
87
111

R + G + B ~ 34%. #3F576F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 87 + 111 = 261 (100%)
R 63 of 261 ~ 24.14%
G 87 of 261 ~ 33.33%
B 111 of 261 ~ 42.53%

%24.14
%33.33
%42.53

CMYK color model

#3F576F color CMYK value is (43,22,0,56).

  • cyan value is 43.24%
  • magenta value is 21.62%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(43,22,0,56)
C43M22Y0K56 
(43%,22%,0%,56%)
(0.43/0.22/0.00/0.56)	

CMYK percentages

%43.24
%21.62
%0
%56.47

Codes

Color #3F576F in popluar color models

3F576F
RGB6387111
HSL210°27.59%34.12%
HSB/HSV210°43.24%43.53%
CMYK43.24%21.62%0.00%
56.47%

Color #3F576F in popluar number systems.

HEX3F576F
Decimal6387111
Binary11111110101111101111
Octal77127157

Shades and tints

Shades of #3F576F

#3F576F
(63,87,111)
#3A5065
(58,80,101)
#35495B
(53,73,91)
#304251
(48,66,81)
#2B3B47
(43,59,71)
#26343D
(38,52,61)
#212D33
(33,45,51)
#1C2629
(28,38,41)
#171F1F
(23,31,31)
#121815
(18,24,21)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #3F576F

#3F576F
(63,87,111)
#50667C
(80,102,124)
#617589
(97,117,137)
#728496
(114,132,150)
#8393A3
(131,147,163)
#94A2B0
(148,162,176)
#A5B1BD
(165,177,189)
#B6C0CA
(182,192,202)
#C7CFD7
(199,207,215)
#D8DEE4
(216,222,228)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F576F color. Also use rgb(63,87,111) instead hex code.

Text Font Color

.myTextColor { color: #3F576F; }

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

This text font color is #3F576F.


Background Color

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

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

This div background color is #3F576F.


Border color

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

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

This div border color is #3F576F.


Opacity

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

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

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

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

This text has shadow with #3F576F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F576F on black background.


Color preview on white background

This text has color #3F576F on white background.



Black color preview on #3F576F background

This text has black color on #3F576F background.


White color preview on #3F576F background

This text has white color on #3F576F background.