COLOR #3F605B

HEX: #3F605B
RGB: (63,96,91)

Color info

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

RGB color model

#3F605B color RGB value is (63,96,91).

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

RGB channels and saturation

R 63 of 255 = 25%
G 96 of 255 = 38%
B 91 of 255 = 36%

63
96
91

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

Portions of RGB colors in percentages

R + G + B =
63 + 96 + 91 = 250 (100%)
R 63 of 250 ~ 25.2%
G 96 of 250 ~ 38.4%
B 91 of 250 ~ 36.4%

%25.2
%38.4
%36.4

CMYK color model

#3F605B color CMYK value is (34,0,5,62).

  • cyan value is 34.38%
  • magenta value is 0.00%
  • yellow value is 5.21%
  • key color value is 62.35%
CMYK:
(34,0,5,62)
C34M0Y5K62 
(34%,0%,5%,62%)
(0.34/0.00/0.05/0.62)	

CMYK percentages

%34.38
%0
%5.21
%62.35

Codes

Color #3F605B in popluar color models

3F605B
RGB639691
HSL171°20.75%31.18%
HSB/HSV171°34.38%37.65%
CMYK34.38%0.00%5.21%
62.35%

Color #3F605B in popluar number systems.

HEX3F605B
Decimal639691
Binary11111111000001011011
Octal77140133

Shades and tints

Shades of #3F605B

#3F605B
(63,96,91)
#3A5853
(58,88,83)
#35504B
(53,80,75)
#304843
(48,72,67)
#2B403B
(43,64,59)
#263833
(38,56,51)
#21302B
(33,48,43)
#1C2823
(28,40,35)
#17201B
(23,32,27)
#121813
(18,24,19)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #3F605B

#3F605B
(63,96,91)
#506E69
(80,110,105)
#617C77
(97,124,119)
#728A85
(114,138,133)
#839893
(131,152,147)
#94A6A1
(148,166,161)
#A5B4AF
(165,180,175)
#B6C2BD
(182,194,189)
#C7D0CB
(199,208,203)
#D8DED9
(216,222,217)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F605B; }

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

This text font color is #3F605B.


Background Color

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

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

This div background color is #3F605B.


Border color

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

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

This div border color is #3F605B.


Opacity

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

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

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

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

This text has shadow with #3F605B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F605B on black background.


Color preview on white background

This text has color #3F605B on white background.



Black color preview on #3F605B background

This text has black color on #3F605B background.


White color preview on #3F605B background

This text has white color on #3F605B background.