COLOR #3F6856

HEX: #3F6856 RGB: (63,104,86)

Color info

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

RGB color model

#3F6856 color RGB value is (63,104,86).

RGB: (63,104,86) (25%, 41%, 34%)

RGB channels and saturation

R 63 of 255 = 25%
G 104 of 255 = 41%
B 86 of 255 = 34%

63
104
86

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

Portions of RGB colors in percentages

R + G + B = 63 + 104 + 86 = 253 (100%)
R 63 of 253 ~ 24.9%
G 104 of 253 ~ 41.11%
B 86 of 253 ~ 33.99'%

%24.9
%41.11
%33.99

CMYK color model

#3F6856 color CMYK value is (39,0,17,59).

  • cyan value is 39.42%
  • magenta value is 0.00%
  • yellow value is 17.31%
  • key color value is 59.22%

CMYK: (39,0,17,59)
C39M0Y17K59 (39%, 0%, 17%, 59%)
(0.39 / 0.00 / 0.17 / 0.59)

CMYK percentages

%39.42
%0
%17.31
%59.22

Codes

Color #3F6856 in popluar color models

3F 68 56
RGB 63 104 86
HSL 154° 24.55% 32.75%
HSB/HSV 154° 39.42% 40.78%
CMYK 39.42% 0.00% 17.31%
59.22%

Color #3F6856 in popluar number systems.

HEX 3F 68 56
Decimal 63 104 86
Binary 111111 1101000 1010110
Octal 77 150 126

Shades and tints

Shades of #3F6856

#3F6856
(63,104,86)
#3A5F4F
(58,95,79)
#355648
(53,86,72)
#304D41
(48,77,65)
#2B443A
(43,68,58)
#263B33
(38,59,51)
#21322C
(33,50,44)
#1C2925
(28,41,37)
#17201E
(23,32,30)
#121717
(18,23,23)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #3F6856

#3F6856
(63,104,86)
#507565
(80,117,101)
#618274
(97,130,116)
#728F83
(114,143,131)
#839C92
(131,156,146)
#94A9A1
(148,169,161)
#A5B6B0
(165,182,176)
#B6C3BF
(182,195,191)
#C7D0CE
(199,208,206)
#D8DDDD
(216,221,221)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6856; }

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

This text font color is #3F6856.

Background Color

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

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

This div background color is #3F6856.

Border color

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

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

This div border color is #3F6856.

Opacity

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

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

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

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

This text has shadow with #3F6856 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F6856.

Preview

Color preview on black background

This text has color #3F6856 on black background.


Color preview on white background

This text has color #3F6856 on white background.


Black color preview on #3F6856 background

This text has black color on #3F6856 background.


White color preview on #3F6856 background

This text has white color on #3F6856 background.


Related colors

Complementary color

Complementary color for #hex is #C097A9.


I love getcolorcode.com

Triadic colors

1 #563F68 and #68563F with #3F6856 are triadic colors.

2 #56683F and #683F56 with #3F6856 are triadic colors.