COLOR #3F596C

HEX: #3F596C
RGB: (63,89,108)

Color info

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

RGB color model

#3F596C color RGB value is (63,89,108).

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

RGB channels and saturation

R 63 of 255 = 25%
G 89 of 255 = 35%
B 108 of 255 = 42%

63
89
108

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

Portions of RGB colors in percentages

R + G + B =
63 + 89 + 108 = 260 (100%)
R 63 of 260 ~ 24.23%
G 89 of 260 ~ 34.23%
B 108 of 260 ~ 41.54%

%24.23
%34.23
%41.54

CMYK color model

#3F596C color CMYK value is (42,18,0,58).

  • cyan value is 41.67%
  • magenta value is 17.59%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(42,18,0,58)
C42M18Y0K58 
(42%,18%,0%,58%)
(0.42/0.18/0.00/0.58)	

CMYK percentages

%41.67
%17.59
%0
%57.65

Codes

Color #3F596C in popluar color models

3F596C
RGB6389108
HSL205°26.32%33.53%
HSB/HSV205°41.67%42.35%
CMYK41.67%17.59%0.00%
57.65%

Color #3F596C in popluar number systems.

HEX3F596C
Decimal6389108
Binary11111110110011101100
Octal77131154

Shades and tints

Shades of #3F596C

#3F596C
(63,89,108)
#3A5163
(58,81,99)
#35495A
(53,73,90)
#304151
(48,65,81)
#2B3948
(43,57,72)
#26313F
(38,49,63)
#212936
(33,41,54)
#1C212D
(28,33,45)
#171924
(23,25,36)
#12111B
(18,17,27)
#0D0912
(13,9,18)
#000000
(0,0,0)

Tints of #3F596C

#3F596C
(63,89,108)
#506879
(80,104,121)
#617786
(97,119,134)
#728693
(114,134,147)
#8395A0
(131,149,160)
#94A4AD
(148,164,173)
#A5B3BA
(165,179,186)
#B6C2C7
(182,194,199)
#C7D1D4
(199,209,212)
#D8E0E1
(216,224,225)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F596C; }

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

This text font color is #3F596C.


Background Color

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

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

This div background color is #3F596C.


Border color

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

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

This div border color is #3F596C.


Opacity

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

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

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

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

This text has shadow with #3F596C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F596C on black background.


Color preview on white background

This text has color #3F596C on white background.



Black color preview on #3F596C background

This text has black color on #3F596C background.


White color preview on #3F596C background

This text has white color on #3F596C background.