COLOR #3F5446

HEX: #3F5446
RGB: (63,84,70)

Color info

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

RGB color model

#3F5446 color RGB value is (63,84,70).

  • red value is 63;
  • green value is 84;
  • blue value is 70.
RGB:
(63,84,70)
(25%,33%,27%)

RGB channels and saturation

R 63 of 255 = 25%
G 84 of 255 = 33%
B 70 of 255 = 27%

63
84
70

R + G + B ~ 28%. #3F5446 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 84 + 70 = 217 (100%)
R 63 of 217 ~ 29.03%
G 84 of 217 ~ 38.71%
B 70 of 217 ~ 32.26%

%29.03
%38.71
%32.26

CMYK color model

#3F5446 color CMYK value is (25,0,17,67).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 67.06%
CMYK:
(25,0,17,67)
C25M0Y17K67 
(25%,0%,17%,67%)
(0.25/0.00/0.17/0.67)	

CMYK percentages

%25
%0
%16.67
%67.06

Codes

Color #3F5446 in popluar color models

3F5446
RGB638470
HSL140°14.29%28.82%
HSB/HSV140°25.00%32.94%
CMYK25.00%0.00%16.67%
67.06%

Color #3F5446 in popluar number systems.

HEX3F5446
Decimal638470
Binary11111110101001000110
Octal77124106

Shades and tints

Shades of #3F5446

#3F5446
(63,84,70)
#3A4D40
(58,77,64)
#35463A
(53,70,58)
#303F34
(48,63,52)
#2B382E
(43,56,46)
#263128
(38,49,40)
#212A22
(33,42,34)
#1C231C
(28,35,28)
#171C16
(23,28,22)
#121510
(18,21,16)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #3F5446

#3F5446
(63,84,70)
#506356
(80,99,86)
#617266
(97,114,102)
#728176
(114,129,118)
#839086
(131,144,134)
#949F96
(148,159,150)
#A5AEA6
(165,174,166)
#B6BDB6
(182,189,182)
#C7CCC6
(199,204,198)
#D8DBD6
(216,219,214)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5446 color. Also use rgb(63,84,70) instead hex code.

Text Font Color

.myTextColor { color: #3F5446; }

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

This text font color is #3F5446.


Background Color

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

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

This div background color is #3F5446.


Border color

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

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

This div border color is #3F5446.


Opacity

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

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

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

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

This text has shadow with #3F5446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5446 on black background.


Color preview on white background

This text has color #3F5446 on white background.



Black color preview on #3F5446 background

This text has black color on #3F5446 background.


White color preview on #3F5446 background

This text has white color on #3F5446 background.