COLOR #3F8460

HEX: #3F8460
RGB: (63,132,96)

Color info

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

RGB color model

#3F8460 color RGB value is (63,132,96).

  • red value is 63;
  • green value is 132;
  • blue value is 96.
RGB:
(63,132,96)
(25%,52%,38%)

RGB channels and saturation

R 63 of 255 = 25%
G 132 of 255 = 52%
B 96 of 255 = 38%

63
132
96

R + G + B ~ 38%. #3F8460 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 132 + 96 = 291 (100%)
R 63 of 291 ~ 21.65%
G 132 of 291 ~ 45.36%
B 96 of 291 ~ 32.99%

%21.65
%45.36
%32.99

CMYK color model

#3F8460 color CMYK value is (52,0,27,48).

  • cyan value is 52.27%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 48.24%
CMYK:
(52,0,27,48)
C52M0Y27K48 
(52%,0%,27%,48%)
(0.52/0.00/0.27/0.48)	

CMYK percentages

%52.27
%0
%27.27
%48.24

Codes

Color #3F8460 in popluar color models

3F8460
RGB6313296
HSL149°35.38%38.24%
HSB/HSV149°52.27%51.76%
CMYK52.27%0.00%27.27%
48.24%

Color #3F8460 in popluar number systems.

HEX3F8460
Decimal6313296
Binary111111100001001100000
Octal77204140

Shades and tints

Shades of #3F8460

#3F8460
(63,132,96)
#3A7858
(58,120,88)
#356C50
(53,108,80)
#306048
(48,96,72)
#2B5440
(43,84,64)
#264838
(38,72,56)
#213C30
(33,60,48)
#1C3028
(28,48,40)
#172420
(23,36,32)
#121818
(18,24,24)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #3F8460

#3F8460
(63,132,96)
#508F6E
(80,143,110)
#619A7C
(97,154,124)
#72A58A
(114,165,138)
#83B098
(131,176,152)
#94BBA6
(148,187,166)
#A5C6B4
(165,198,180)
#B6D1C2
(182,209,194)
#C7DCD0
(199,220,208)
#D8E7DE
(216,231,222)
#E9F2EC
(233,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F8460 color. Also use rgb(63,132,96) instead hex code.

Text Font Color

.myTextColor { color: #3F8460; }

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

This text font color is #3F8460.


Background Color

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

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

This div background color is #3F8460.


Border color

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

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

This div border color is #3F8460.


Opacity

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

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

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

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

This text has shadow with #3F8460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F8460 on black background.


Color preview on white background

This text has color #3F8460 on white background.



Black color preview on #3F8460 background

This text has black color on #3F8460 background.


White color preview on #3F8460 background

This text has white color on #3F8460 background.