COLOR #3F5166

HEX: #3F5166
RGB: (63,81,102)

Color info

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

RGB color model

#3F5166 color RGB value is (63,81,102).

  • red value is 63;
  • green value is 81;
  • blue value is 102.
RGB:
(63,81,102)
(25%,32%,40%)

RGB channels and saturation

R 63 of 255 = 25%
G 81 of 255 = 32%
B 102 of 255 = 40%

63
81
102

R + G + B ~ 32%. #3F5166 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 81 + 102 = 246 (100%)
R 63 of 246 ~ 25.61%
G 81 of 246 ~ 32.93%
B 102 of 246 ~ 41.46%

%25.61
%32.93
%41.46

CMYK color model

#3F5166 color CMYK value is (38,21,0,60).

  • cyan value is 38.24%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(38,21,0,60)
C38M21Y0K60 
(38%,21%,0%,60%)
(0.38/0.21/0.00/0.60)	

CMYK percentages

%38.24
%20.59
%0
%60

Codes

Color #3F5166 in popluar color models

3F5166
RGB6381102
HSL212°23.64%32.35%
HSB/HSV212°38.24%40.00%
CMYK38.24%20.59%0.00%
60.00%

Color #3F5166 in popluar number systems.

HEX3F5166
Decimal6381102
Binary11111110100011100110
Octal77121146

Shades and tints

Shades of #3F5166

#3F5166
(63,81,102)
#3A4A5D
(58,74,93)
#354354
(53,67,84)
#303C4B
(48,60,75)
#2B3542
(43,53,66)
#262E39
(38,46,57)
#212730
(33,39,48)
#1C2027
(28,32,39)
#17191E
(23,25,30)
#121215
(18,18,21)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #3F5166

#3F5166
(63,81,102)
#506073
(80,96,115)
#616F80
(97,111,128)
#727E8D
(114,126,141)
#838D9A
(131,141,154)
#949CA7
(148,156,167)
#A5ABB4
(165,171,180)
#B6BAC1
(182,186,193)
#C7C9CE
(199,201,206)
#D8D8DB
(216,216,219)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5166 color. Also use rgb(63,81,102) instead hex code.

Text Font Color

.myTextColor { color: #3F5166; }

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

This text font color is #3F5166.


Background Color

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

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

This div background color is #3F5166.


Border color

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

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

This div border color is #3F5166.


Opacity

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

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

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

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

This text has shadow with #3F5166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5166 on black background.


Color preview on white background

This text has color #3F5166 on white background.



Black color preview on #3F5166 background

This text has black color on #3F5166 background.


White color preview on #3F5166 background

This text has white color on #3F5166 background.