COLOR #3F527E

HEX: #3F527E
RGB: (63,82,126)

Color info

#3F527E contains mainly green and blue colors. Web safe color of #3F527E is #336666 (or #366).

RGB color model

#3F527E color RGB value is (63,82,126).

  • red value is 63;
  • green value is 82;
  • blue value is 126.
RGB:
(63,82,126)
(25%,32%,49%)

RGB channels and saturation

R 63 of 255 = 25%
G 82 of 255 = 32%
B 126 of 255 = 49%

63
82
126

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

Portions of RGB colors in percentages

R + G + B =
63 + 82 + 126 = 271 (100%)
R 63 of 271 ~ 23.25%
G 82 of 271 ~ 30.26%
B 126 of 271 ~ 46.49%

%23.25
%30.26
%46.49

CMYK color model

#3F527E color CMYK value is (50,35,0,51).

  • cyan value is 50.00%
  • magenta value is 34.92%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(50,35,0,51)
C50M35Y0K51 
(50%,35%,0%,51%)
(0.50/0.35/0.00/0.51)	

CMYK percentages

%50
%34.92
%0
%50.59

Codes

Color #3F527E in popluar color models

3F527E
RGB6382126
HSL222°33.33%37.06%
HSB/HSV222°50.00%49.41%
CMYK50.00%34.92%0.00%
50.59%

Color #3F527E in popluar number systems.

HEX3F527E
Decimal6382126
Binary11111110100101111110
Octal77122176

Shades and tints

Shades of #3F527E

#3F527E
(63,82,126)
#3A4B73
(58,75,115)
#354468
(53,68,104)
#303D5D
(48,61,93)
#2B3652
(43,54,82)
#262F47
(38,47,71)
#21283C
(33,40,60)
#1C2131
(28,33,49)
#171A26
(23,26,38)
#12131B
(18,19,27)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #3F527E

#3F527E
(63,82,126)
#506189
(80,97,137)
#617094
(97,112,148)
#727F9F
(114,127,159)
#838EAA
(131,142,170)
#949DB5
(148,157,181)
#A5ACC0
(165,172,192)
#B6BBCB
(182,187,203)
#C7CAD6
(199,202,214)
#D8D9E1
(216,217,225)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F527E color. Also use rgb(63,82,126) instead hex code.

Text Font Color

.myTextColor { color: #3F527E; }

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

This text font color is #3F527E.


Background Color

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

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

This div background color is #3F527E.


Border color

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

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

This div border color is #3F527E.


Opacity

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

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

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

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

This text has shadow with #3F527E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F527E on black background.


Color preview on white background

This text has color #3F527E on white background.



Black color preview on #3F527E background

This text has black color on #3F527E background.


White color preview on #3F527E background

This text has white color on #3F527E background.