COLOR #3F896C

HEX: #3F896C
RGB: (63,137,108)

Color info

#3F896C contains mainly green and blue colors. Web safe color of #3F896C is #339966 (or #396).

RGB color model

#3F896C color RGB value is (63,137,108).

  • red value is 63;
  • green value is 137;
  • blue value is 108.
RGB:
(63,137,108)
(25%,54%,42%)

RGB channels and saturation

R 63 of 255 = 25%
G 137 of 255 = 54%
B 108 of 255 = 42%

63
137
108

R + G + B ~ 40%. #3F896C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
63 + 137 + 108 = 308 (100%)
R 63 of 308 ~ 20.45%
G 137 of 308 ~ 44.48%
B 108 of 308 ~ 35.06%

%20.45
%44.48
%35.06

CMYK color model

#3F896C color CMYK value is (54,0,21,46).

  • cyan value is 54.01%
  • magenta value is 0.00%
  • yellow value is 21.17%
  • key color value is 46.27%
CMYK:
(54,0,21,46)
C54M0Y21K46 
(54%,0%,21%,46%)
(0.54/0.00/0.21/0.46)	

CMYK percentages

%54.01
%0
%21.17
%46.27

Codes

Color #3F896C in popluar color models

3F896C
RGB63137108
HSL156°37.00%39.22%
HSB/HSV156°54.01%53.73%
CMYK54.01%0.00%21.17%
46.27%

Color #3F896C in popluar number systems.

HEX3F896C
Decimal63137108
Binary111111100010011101100
Octal77211154

Shades and tints

Shades of #3F896C

#3F896C
(63,137,108)
#3A7D63
(58,125,99)
#35715A
(53,113,90)
#306551
(48,101,81)
#2B5948
(43,89,72)
#264D3F
(38,77,63)
#214136
(33,65,54)
#1C352D
(28,53,45)
#172924
(23,41,36)
#121D1B
(18,29,27)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #3F896C

#3F896C
(63,137,108)
#509379
(80,147,121)
#619D86
(97,157,134)
#72A793
(114,167,147)
#83B1A0
(131,177,160)
#94BBAD
(148,187,173)
#A5C5BA
(165,197,186)
#B6CFC7
(182,207,199)
#C7D9D4
(199,217,212)
#D8E3E1
(216,227,225)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F896C color. Also use rgb(63,137,108) instead hex code.

Text Font Color

.myTextColor { color: #3F896C; }

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

This text font color is #3F896C.


Background Color

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

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

This div background color is #3F896C.


Border color

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

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

This div border color is #3F896C.


Opacity

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

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

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

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

This text has shadow with #3F896C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F896C on black background.


Color preview on white background

This text has color #3F896C on white background.



Black color preview on #3F896C background

This text has black color on #3F896C background.


White color preview on #3F896C background

This text has white color on #3F896C background.