COLOR #3F6156

HEX: #3F6156
RGB: (63,97,86)

Color info

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

RGB color model

#3F6156 color RGB value is (63,97,86).

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

RGB channels and saturation

R 63 of 255 = 25%
G 97 of 255 = 38%
B 86 of 255 = 34%

63
97
86

R + G + B ~ 32%. #3F6156 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 97 + 86 = 246 (100%)
R 63 of 246 ~ 25.61%
G 97 of 246 ~ 39.43%
B 86 of 246 ~ 34.96%

%25.61
%39.43
%34.96

CMYK color model

#3F6156 color CMYK value is (35,0,11,62).

  • cyan value is 35.05%
  • magenta value is 0.00%
  • yellow value is 11.34%
  • key color value is 61.96%
CMYK:
(35,0,11,62)
C35M0Y11K62 
(35%,0%,11%,62%)
(0.35/0.00/0.11/0.62)	

CMYK percentages

%35.05
%0
%11.34
%61.96

Codes

Color #3F6156 in popluar color models

3F6156
RGB639786
HSL161°21.25%31.37%
HSB/HSV161°35.05%38.04%
CMYK35.05%0.00%11.34%
61.96%

Color #3F6156 in popluar number systems.

HEX3F6156
Decimal639786
Binary11111111000011010110
Octal77141126

Shades and tints

Shades of #3F6156

#3F6156
(63,97,86)
#3A594F
(58,89,79)
#355148
(53,81,72)
#304941
(48,73,65)
#2B413A
(43,65,58)
#263933
(38,57,51)
#21312C
(33,49,44)
#1C2925
(28,41,37)
#17211E
(23,33,30)
#121917
(18,25,23)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #3F6156

#3F6156
(63,97,86)
#506F65
(80,111,101)
#617D74
(97,125,116)
#728B83
(114,139,131)
#839992
(131,153,146)
#94A7A1
(148,167,161)
#A5B5B0
(165,181,176)
#B6C3BF
(182,195,191)
#C7D1CE
(199,209,206)
#D8DFDD
(216,223,221)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6156; }

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

This text font color is #3F6156.


Background Color

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

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

This div background color is #3F6156.


Border color

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

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

This div border color is #3F6156.


Opacity

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

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

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

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

This text has shadow with #3F6156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6156 on black background.


Color preview on white background

This text has color #3F6156 on white background.



Black color preview on #3F6156 background

This text has black color on #3F6156 background.


White color preview on #3F6156 background

This text has white color on #3F6156 background.