COLOR #3F5B5E

HEX: #3F5B5E
RGB: (63,91,94)

Color info

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

RGB color model

#3F5B5E color RGB value is (63,91,94).

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

RGB channels and saturation

R 63 of 255 = 25%
G 91 of 255 = 36%
B 94 of 255 = 37%

63
91
94

R + G + B ~ 33%. #3F5B5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 91 + 94 = 248 (100%)
R 63 of 248 ~ 25.4%
G 91 of 248 ~ 36.69%
B 94 of 248 ~ 37.9%

%25.4
%36.69
%37.9

CMYK color model

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

  • cyan value is 32.98%
  • magenta value is 3.19%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(33,3,0,63)
C33M3Y0K63 
(33%,3%,0%,63%)
(0.33/0.03/0.00/0.63)	

CMYK percentages

%32.98
%3.19
%0
%63.14

Codes

Color #3F5B5E in popluar color models

3F5B5E
RGB639194
HSL186°19.75%30.78%
HSB/HSV186°32.98%36.86%
CMYK32.98%3.19%0.00%
63.14%

Color #3F5B5E in popluar number systems.

HEX3F5B5E
Decimal639194
Binary11111110110111011110
Octal77133136

Shades and tints

Shades of #3F5B5E

#3F5B5E
(63,91,94)
#3A5356
(58,83,86)
#354B4E
(53,75,78)
#304346
(48,67,70)
#2B3B3E
(43,59,62)
#263336
(38,51,54)
#212B2E
(33,43,46)
#1C2326
(28,35,38)
#171B1E
(23,27,30)
#121316
(18,19,22)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #3F5B5E

#3F5B5E
(63,91,94)
#50696C
(80,105,108)
#61777A
(97,119,122)
#728588
(114,133,136)
#839396
(131,147,150)
#94A1A4
(148,161,164)
#A5AFB2
(165,175,178)
#B6BDC0
(182,189,192)
#C7CBCE
(199,203,206)
#D8D9DC
(216,217,220)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5B5E; }

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

This text font color is #3F5B5E.


Background Color

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

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

This div background color is #3F5B5E.


Border color

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

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

This div border color is #3F5B5E.


Opacity

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

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

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

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

This text has shadow with #3F5B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5B5E on black background.


Color preview on white background

This text has color #3F5B5E on white background.



Black color preview on #3F5B5E background

This text has black color on #3F5B5E background.


White color preview on #3F5B5E background

This text has white color on #3F5B5E background.