COLOR #3F6456

HEX: #3F6456
RGB: (63,100,86)

Color info

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

RGB color model

#3F6456 color RGB value is (63,100,86).

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

RGB channels and saturation

R 63 of 255 = 25%
G 100 of 255 = 39%
B 86 of 255 = 34%

63
100
86

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

Portions of RGB colors in percentages

R + G + B =
63 + 100 + 86 = 249 (100%)
R 63 of 249 ~ 25.3%
G 100 of 249 ~ 40.16%
B 86 of 249 ~ 34.54%

%25.3
%40.16
%34.54

CMYK color model

#3F6456 color CMYK value is (37,0,14,61).

  • cyan value is 37.00%
  • magenta value is 0.00%
  • yellow value is 14.00%
  • key color value is 60.78%
CMYK:
(37,0,14,61)
C37M0Y14K61 
(37%,0%,14%,61%)
(0.37/0.00/0.14/0.61)	

CMYK percentages

%37
%0
%14
%60.78

Codes

Color #3F6456 in popluar color models

3F6456
RGB6310086
HSL157°22.70%31.96%
HSB/HSV157°37.00%39.22%
CMYK37.00%0.00%14.00%
60.78%

Color #3F6456 in popluar number systems.

HEX3F6456
Decimal6310086
Binary11111111001001010110
Octal77144126

Shades and tints

Shades of #3F6456

#3F6456
(63,100,86)
#3A5B4F
(58,91,79)
#355248
(53,82,72)
#304941
(48,73,65)
#2B403A
(43,64,58)
#263733
(38,55,51)
#212E2C
(33,46,44)
#1C2525
(28,37,37)
#171C1E
(23,28,30)
#121317
(18,19,23)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #3F6456

#3F6456
(63,100,86)
#507265
(80,114,101)
#618074
(97,128,116)
#728E83
(114,142,131)
#839C92
(131,156,146)
#94AAA1
(148,170,161)
#A5B8B0
(165,184,176)
#B6C6BF
(182,198,191)
#C7D4CE
(199,212,206)
#D8E2DD
(216,226,221)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6456; }

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

This text font color is #3F6456.


Background Color

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

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

This div background color is #3F6456.


Border color

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

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

This div border color is #3F6456.


Opacity

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

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

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

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

This text has shadow with #3F6456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6456 on black background.


Color preview on white background

This text has color #3F6456 on white background.



Black color preview on #3F6456 background

This text has black color on #3F6456 background.


White color preview on #3F6456 background

This text has white color on #3F6456 background.