COLOR #3F5A73

HEX: #3F5A73
RGB: (63,90,115)

Color info

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

RGB color model

#3F5A73 color RGB value is (63,90,115).

  • red value is 63;
  • green value is 90;
  • blue value is 115.
RGB:
(63,90,115)
(25%,35%,45%)

RGB channels and saturation

R 63 of 255 = 25%
G 90 of 255 = 35%
B 115 of 255 = 45%

63
90
115

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

Portions of RGB colors in percentages

R + G + B =
63 + 90 + 115 = 268 (100%)
R 63 of 268 ~ 23.51%
G 90 of 268 ~ 33.58%
B 115 of 268 ~ 42.91%

%23.51
%33.58
%42.91

CMYK color model

#3F5A73 color CMYK value is (45,22,0,55).

  • cyan value is 45.22%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(45,22,0,55)
C45M22Y0K55 
(45%,22%,0%,55%)
(0.45/0.22/0.00/0.55)	

CMYK percentages

%45.22
%21.74
%0
%54.9

Codes

Color #3F5A73 in popluar color models

3F5A73
RGB6390115
HSL209°29.21%34.90%
HSB/HSV209°45.22%45.10%
CMYK45.22%21.74%0.00%
54.90%

Color #3F5A73 in popluar number systems.

HEX3F5A73
Decimal6390115
Binary11111110110101110011
Octal77132163

Shades and tints

Shades of #3F5A73

#3F5A73
(63,90,115)
#3A5269
(58,82,105)
#354A5F
(53,74,95)
#304255
(48,66,85)
#2B3A4B
(43,58,75)
#263241
(38,50,65)
#212A37
(33,42,55)
#1C222D
(28,34,45)
#171A23
(23,26,35)
#121219
(18,18,25)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #3F5A73

#3F5A73
(63,90,115)
#50697F
(80,105,127)
#61788B
(97,120,139)
#728797
(114,135,151)
#8396A3
(131,150,163)
#94A5AF
(148,165,175)
#A5B4BB
(165,180,187)
#B6C3C7
(182,195,199)
#C7D2D3
(199,210,211)
#D8E1DF
(216,225,223)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5A73 color. Also use rgb(63,90,115) instead hex code.

Text Font Color

.myTextColor { color: #3F5A73; }

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

This text font color is #3F5A73.


Background Color

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

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

This div background color is #3F5A73.


Border color

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

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

This div border color is #3F5A73.


Opacity

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

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

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

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

This text has shadow with #3F5A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5A73 on black background.


Color preview on white background

This text has color #3F5A73 on white background.



Black color preview on #3F5A73 background

This text has black color on #3F5A73 background.


White color preview on #3F5A73 background

This text has white color on #3F5A73 background.