COLOR #3F6579

HEX: #3F6579
RGB: (63,101,121)

Color info

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

RGB color model

#3F6579 color RGB value is (63,101,121).

  • red value is 63;
  • green value is 101;
  • blue value is 121.
RGB:
(63,101,121)
(25%,40%,47%)

RGB channels and saturation

R 63 of 255 = 25%
G 101 of 255 = 40%
B 121 of 255 = 47%

63
101
121

R + G + B ~ 37%. #3F6579 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 101 + 121 = 285 (100%)
R 63 of 285 ~ 22.11%
G 101 of 285 ~ 35.44%
B 121 of 285 ~ 42.46%

%22.11
%35.44
%42.46

CMYK color model

#3F6579 color CMYK value is (48,17,0,53).

  • cyan value is 47.93%
  • magenta value is 16.53%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(48,17,0,53)
C48M17Y0K53 
(48%,17%,0%,53%)
(0.48/0.17/0.00/0.53)	

CMYK percentages

%47.93
%16.53
%0
%52.55

Codes

Color #3F6579 in popluar color models

3F6579
RGB63101121
HSL201°31.52%36.08%
HSB/HSV201°47.93%47.45%
CMYK47.93%16.53%0.00%
52.55%

Color #3F6579 in popluar number systems.

HEX3F6579
Decimal63101121
Binary11111111001011111001
Octal77145171

Shades and tints

Shades of #3F6579

#3F6579
(63,101,121)
#3A5C6E
(58,92,110)
#355363
(53,83,99)
#304A58
(48,74,88)
#2B414D
(43,65,77)
#263842
(38,56,66)
#212F37
(33,47,55)
#1C262C
(28,38,44)
#171D21
(23,29,33)
#121416
(18,20,22)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #3F6579

#3F6579
(63,101,121)
#507385
(80,115,133)
#618191
(97,129,145)
#728F9D
(114,143,157)
#839DA9
(131,157,169)
#94ABB5
(148,171,181)
#A5B9C1
(165,185,193)
#B6C7CD
(182,199,205)
#C7D5D9
(199,213,217)
#D8E3E5
(216,227,229)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6579 color. Also use rgb(63,101,121) instead hex code.

Text Font Color

.myTextColor { color: #3F6579; }

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

This text font color is #3F6579.


Background Color

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

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

This div background color is #3F6579.


Border color

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

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

This div border color is #3F6579.


Opacity

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

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

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

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

This text has shadow with #3F6579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6579 on black background.


Color preview on white background

This text has color #3F6579 on white background.



Black color preview on #3F6579 background

This text has black color on #3F6579 background.


White color preview on #3F6579 background

This text has white color on #3F6579 background.