COLOR #3F596F

HEX: #3F596F
RGB: (63,89,111)

Color info

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

RGB color model

#3F596F color RGB value is (63,89,111).

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

RGB channels and saturation

R 63 of 255 = 25%
G 89 of 255 = 35%
B 111 of 255 = 44%

63
89
111

R + G + B ~ 35%. #3F596F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 89 + 111 = 263 (100%)
R 63 of 263 ~ 23.95%
G 89 of 263 ~ 33.84%
B 111 of 263 ~ 42.21%

%23.95
%33.84
%42.21

CMYK color model

#3F596F color CMYK value is (43,20,0,56).

  • cyan value is 43.24%
  • magenta value is 19.82%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(43,20,0,56)
C43M20Y0K56 
(43%,20%,0%,56%)
(0.43/0.20/0.00/0.56)	

CMYK percentages

%43.24
%19.82
%0
%56.47

Codes

Color #3F596F in popluar color models

3F596F
RGB6389111
HSL208°27.59%34.12%
HSB/HSV208°43.24%43.53%
CMYK43.24%19.82%0.00%
56.47%

Color #3F596F in popluar number systems.

HEX3F596F
Decimal6389111
Binary11111110110011101111
Octal77131157

Shades and tints

Shades of #3F596F

#3F596F
(63,89,111)
#3A5165
(58,81,101)
#35495B
(53,73,91)
#304151
(48,65,81)
#2B3947
(43,57,71)
#26313D
(38,49,61)
#212933
(33,41,51)
#1C2129
(28,33,41)
#17191F
(23,25,31)
#121115
(18,17,21)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #3F596F

#3F596F
(63,89,111)
#50687C
(80,104,124)
#617789
(97,119,137)
#728696
(114,134,150)
#8395A3
(131,149,163)
#94A4B0
(148,164,176)
#A5B3BD
(165,179,189)
#B6C2CA
(182,194,202)
#C7D1D7
(199,209,215)
#D8E0E4
(216,224,228)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F596F; }

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

This text font color is #3F596F.


Background Color

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

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

This div background color is #3F596F.


Border color

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

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

This div border color is #3F596F.


Opacity

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

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

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

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

This text has shadow with #3F596F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F596F on black background.


Color preview on white background

This text has color #3F596F on white background.



Black color preview on #3F596F background

This text has black color on #3F596F background.


White color preview on #3F596F background

This text has white color on #3F596F background.