COLOR #3F5A75

HEX: #3F5A75
RGB: (63,90,117)

Color info

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

RGB color model

#3F5A75 color RGB value is (63,90,117).

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

RGB channels and saturation

R 63 of 255 = 25%
G 90 of 255 = 35%
B 117 of 255 = 46%

63
90
117

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

Portions of RGB colors in percentages

R + G + B =
63 + 90 + 117 = 270 (100%)
R 63 of 270 ~ 23.33%
G 90 of 270 ~ 33.33%
B 117 of 270 ~ 43.33%

%23.33
%33.33
%43.33

CMYK color model

#3F5A75 color CMYK value is (46,23,0,54).

  • cyan value is 46.15%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(46,23,0,54)
C46M23Y0K54 
(46%,23%,0%,54%)
(0.46/0.23/0.00/0.54)	

CMYK percentages

%46.15
%23.08
%0
%54.12

Codes

Color #3F5A75 in popluar color models

3F5A75
RGB6390117
HSL210°30.00%35.29%
HSB/HSV210°46.15%45.88%
CMYK46.15%23.08%0.00%
54.12%

Color #3F5A75 in popluar number systems.

HEX3F5A75
Decimal6390117
Binary11111110110101110101
Octal77132165

Shades and tints

Shades of #3F5A75

#3F5A75
(63,90,117)
#3A526B
(58,82,107)
#354A61
(53,74,97)
#304257
(48,66,87)
#2B3A4D
(43,58,77)
#263243
(38,50,67)
#212A39
(33,42,57)
#1C222F
(28,34,47)
#171A25
(23,26,37)
#12121B
(18,18,27)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #3F5A75

#3F5A75
(63,90,117)
#506981
(80,105,129)
#61788D
(97,120,141)
#728799
(114,135,153)
#8396A5
(131,150,165)
#94A5B1
(148,165,177)
#A5B4BD
(165,180,189)
#B6C3C9
(182,195,201)
#C7D2D5
(199,210,213)
#D8E1E1
(216,225,225)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5A75; }

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

This text font color is #3F5A75.


Background Color

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

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

This div background color is #3F5A75.


Border color

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

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

This div border color is #3F5A75.


Opacity

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

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

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

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

This text has shadow with #3F5A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5A75 on black background.


Color preview on white background

This text has color #3F5A75 on white background.



Black color preview on #3F5A75 background

This text has black color on #3F5A75 background.


White color preview on #3F5A75 background

This text has white color on #3F5A75 background.