COLOR #3F515E

HEX: #3F515E
RGB: (63,81,94)

Color info

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

RGB color model

#3F515E color RGB value is (63,81,94).

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

RGB channels and saturation

R 63 of 255 = 25%
G 81 of 255 = 32%
B 94 of 255 = 37%

63
81
94

R + G + B ~ 31%. #3F515E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 81 + 94 = 238 (100%)
R 63 of 238 ~ 26.47%
G 81 of 238 ~ 34.03%
B 94 of 238 ~ 39.5%

%26.47
%34.03
%39.5

CMYK color model

#3F515E color CMYK value is (33,14,0,63).

  • cyan value is 32.98%
  • magenta value is 13.83%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(33,14,0,63)
C33M14Y0K63 
(33%,14%,0%,63%)
(0.33/0.14/0.00/0.63)	

CMYK percentages

%32.98
%13.83
%0
%63.14

Codes

Color #3F515E in popluar color models

3F515E
RGB638194
HSL205°19.75%30.78%
HSB/HSV205°32.98%36.86%
CMYK32.98%13.83%0.00%
63.14%

Color #3F515E in popluar number systems.

HEX3F515E
Decimal638194
Binary11111110100011011110
Octal77121136

Shades and tints

Shades of #3F515E

#3F515E
(63,81,94)
#3A4A56
(58,74,86)
#35434E
(53,67,78)
#303C46
(48,60,70)
#2B353E
(43,53,62)
#262E36
(38,46,54)
#21272E
(33,39,46)
#1C2026
(28,32,38)
#17191E
(23,25,30)
#121216
(18,18,22)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #3F515E

#3F515E
(63,81,94)
#50606C
(80,96,108)
#616F7A
(97,111,122)
#727E88
(114,126,136)
#838D96
(131,141,150)
#949CA4
(148,156,164)
#A5ABB2
(165,171,178)
#B6BAC0
(182,186,192)
#C7C9CE
(199,201,206)
#D8D8DC
(216,216,220)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F515E; }

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

This text font color is #3F515E.


Background Color

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

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

This div background color is #3F515E.


Border color

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

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

This div border color is #3F515E.


Opacity

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

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

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

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

This text has shadow with #3F515E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F515E on black background.


Color preview on white background

This text has color #3F515E on white background.



Black color preview on #3F515E background

This text has black color on #3F515E background.


White color preview on #3F515E background

This text has white color on #3F515E background.