COLOR #3F5647

HEX: #3F5647
RGB: (63,86,71)

Color info

#3F5647 contains red, green and blue colors in about the same proportion. Web safe color of #3F5647 is #336633 (or #363).

RGB color model

#3F5647 color RGB value is (63,86,71).

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

RGB channels and saturation

R 63 of 255 = 25%
G 86 of 255 = 34%
B 71 of 255 = 28%

63
86
71

R + G + B ~ 29%. #3F5647 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 86 + 71 = 220 (100%)
R 63 of 220 ~ 28.64%
G 86 of 220 ~ 39.09%
B 71 of 220 ~ 32.27%

%28.64
%39.09
%32.27

CMYK color model

#3F5647 color CMYK value is (27,0,17,66).

  • cyan value is 26.74%
  • magenta value is 0.00%
  • yellow value is 17.44%
  • key color value is 66.27%
CMYK:
(27,0,17,66)
C27M0Y17K66 
(27%,0%,17%,66%)
(0.27/0.00/0.17/0.66)	

CMYK percentages

%26.74
%0
%17.44
%66.27

Codes

Color #3F5647 in popluar color models

3F5647
RGB638671
HSL141°15.44%29.22%
HSB/HSV141°26.74%33.73%
CMYK26.74%0.00%17.44%
66.27%

Color #3F5647 in popluar number systems.

HEX3F5647
Decimal638671
Binary11111110101101000111
Octal77126107

Shades and tints

Shades of #3F5647

#3F5647
(63,86,71)
#3A4F41
(58,79,65)
#35483B
(53,72,59)
#304135
(48,65,53)
#2B3A2F
(43,58,47)
#263329
(38,51,41)
#212C23
(33,44,35)
#1C251D
(28,37,29)
#171E17
(23,30,23)
#121711
(18,23,17)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #3F5647

#3F5647
(63,86,71)
#506557
(80,101,87)
#617467
(97,116,103)
#728377
(114,131,119)
#839287
(131,146,135)
#94A197
(148,161,151)
#A5B0A7
(165,176,167)
#B6BFB7
(182,191,183)
#C7CEC7
(199,206,199)
#D8DDD7
(216,221,215)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5647; }

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

This text font color is #3F5647.


Background Color

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

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

This div background color is #3F5647.


Border color

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

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

This div border color is #3F5647.


Opacity

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

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

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

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

This text has shadow with #3F5647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5647 on black background.


Color preview on white background

This text has color #3F5647 on white background.



Black color preview on #3F5647 background

This text has black color on #3F5647 background.


White color preview on #3F5647 background

This text has white color on #3F5647 background.