COLOR #3F8756

HEX: #3F8756
RGB: (63,135,86)

Color info

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

RGB color model

#3F8756 color RGB value is (63,135,86).

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

RGB channels and saturation

R 63 of 255 = 25%
G 135 of 255 = 53%
B 86 of 255 = 34%

63
135
86

R + G + B ~ 37%. #3F8756 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 135 + 86 = 284 (100%)
R 63 of 284 ~ 22.18%
G 135 of 284 ~ 47.54%
B 86 of 284 ~ 30.28%

%22.18
%47.54
%30.28

CMYK color model

#3F8756 color CMYK value is (53,0,36,47).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 36.30%
  • key color value is 47.06%
CMYK:
(53,0,36,47)
C53M0Y36K47 
(53%,0%,36%,47%)
(0.53/0.00/0.36/0.47)	

CMYK percentages

%53.33
%0
%36.3
%47.06

Codes

Color #3F8756 in popluar color models

3F8756
RGB6313586
HSL139°36.36%38.82%
HSB/HSV139°53.33%52.94%
CMYK53.33%0.00%36.30%
47.06%

Color #3F8756 in popluar number systems.

HEX3F8756
Decimal6313586
Binary111111100001111010110
Octal77207126

Shades and tints

Shades of #3F8756

#3F8756
(63,135,86)
#3A7B4F
(58,123,79)
#356F48
(53,111,72)
#306341
(48,99,65)
#2B573A
(43,87,58)
#264B33
(38,75,51)
#213F2C
(33,63,44)
#1C3325
(28,51,37)
#17271E
(23,39,30)
#121B17
(18,27,23)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #3F8756

#3F8756
(63,135,86)
#509165
(80,145,101)
#619B74
(97,155,116)
#72A583
(114,165,131)
#83AF92
(131,175,146)
#94B9A1
(148,185,161)
#A5C3B0
(165,195,176)
#B6CDBF
(182,205,191)
#C7D7CE
(199,215,206)
#D8E1DD
(216,225,221)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F8756; }

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

This text font color is #3F8756.


Background Color

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

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

This div background color is #3F8756.


Border color

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

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

This div border color is #3F8756.


Opacity

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

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

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

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

This text has shadow with #3F8756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F8756 on black background.


Color preview on white background

This text has color #3F8756 on white background.



Black color preview on #3F8756 background

This text has black color on #3F8756 background.


White color preview on #3F8756 background

This text has white color on #3F8756 background.