COLOR #3F5676

HEX: #3F5676
RGB: (63,86,118)

Color info

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

RGB color model

#3F5676 color RGB value is (63,86,118).

  • red value is 63;
  • green value is 86;
  • blue value is 118.
RGB:
(63,86,118)
(25%,34%,46%)

RGB channels and saturation

R 63 of 255 = 25%
G 86 of 255 = 34%
B 118 of 255 = 46%

63
86
118

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

Portions of RGB colors in percentages

R + G + B =
63 + 86 + 118 = 267 (100%)
R 63 of 267 ~ 23.6%
G 86 of 267 ~ 32.21%
B 118 of 267 ~ 44.19%

%23.6
%32.21
%44.19

CMYK color model

#3F5676 color CMYK value is (47,27,0,54).

  • cyan value is 46.61%
  • magenta value is 27.12%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(47,27,0,54)
C47M27Y0K54 
(47%,27%,0%,54%)
(0.47/0.27/0.00/0.54)	

CMYK percentages

%46.61
%27.12
%0
%53.73

Codes

Color #3F5676 in popluar color models

3F5676
RGB6386118
HSL215°30.39%35.49%
HSB/HSV215°46.61%46.27%
CMYK46.61%27.12%0.00%
53.73%

Color #3F5676 in popluar number systems.

HEX3F5676
Decimal6386118
Binary11111110101101110110
Octal77126166

Shades and tints

Shades of #3F5676

#3F5676
(63,86,118)
#3A4F6C
(58,79,108)
#354862
(53,72,98)
#304158
(48,65,88)
#2B3A4E
(43,58,78)
#263344
(38,51,68)
#212C3A
(33,44,58)
#1C2530
(28,37,48)
#171E26
(23,30,38)
#12171C
(18,23,28)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #3F5676

#3F5676
(63,86,118)
#506582
(80,101,130)
#61748E
(97,116,142)
#72839A
(114,131,154)
#8392A6
(131,146,166)
#94A1B2
(148,161,178)
#A5B0BE
(165,176,190)
#B6BFCA
(182,191,202)
#C7CED6
(199,206,214)
#D8DDE2
(216,221,226)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5676 color. Also use rgb(63,86,118) instead hex code.

Text Font Color

.myTextColor { color: #3F5676; }

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

This text font color is #3F5676.


Background Color

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

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

This div background color is #3F5676.


Border color

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

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

This div border color is #3F5676.


Opacity

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

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

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

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

This text has shadow with #3F5676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5676 on black background.


Color preview on white background

This text has color #3F5676 on white background.



Black color preview on #3F5676 background

This text has black color on #3F5676 background.


White color preview on #3F5676 background

This text has white color on #3F5676 background.