COLOR #3F956E

HEX: #3F956E
RGB: (63,149,110)

Color info

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

RGB color model

#3F956E color RGB value is (63,149,110).

  • red value is 63;
  • green value is 149;
  • blue value is 110.
RGB:
(63,149,110)
(25%,58%,43%)

RGB channels and saturation

R 63 of 255 = 25%
G 149 of 255 = 58%
B 110 of 255 = 43%

63
149
110

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

Portions of RGB colors in percentages

R + G + B =
63 + 149 + 110 = 322 (100%)
R 63 of 322 ~ 19.57%
G 149 of 322 ~ 46.27%
B 110 of 322 ~ 34.16%

%19.57
%46.27
%34.16

CMYK color model

#3F956E color CMYK value is (58,0,26,42).

  • cyan value is 57.72%
  • magenta value is 0.00%
  • yellow value is 26.17%
  • key color value is 41.57%
CMYK:
(58,0,26,42)
C58M0Y26K42 
(58%,0%,26%,42%)
(0.58/0.00/0.26/0.42)	

CMYK percentages

%57.72
%0
%26.17
%41.57

Codes

Color #3F956E in popluar color models

3F956E
RGB63149110
HSL153°40.57%41.57%
HSB/HSV153°57.72%58.43%
CMYK57.72%0.00%26.17%
41.57%

Color #3F956E in popluar number systems.

HEX3F956E
Decimal63149110
Binary111111100101011101110
Octal77225156

Shades and tints

Shades of #3F956E

#3F956E
(63,149,110)
#3A8864
(58,136,100)
#357B5A
(53,123,90)
#306E50
(48,110,80)
#2B6146
(43,97,70)
#26543C
(38,84,60)
#214732
(33,71,50)
#1C3A28
(28,58,40)
#172D1E
(23,45,30)
#122014
(18,32,20)
#0D130A
(13,19,10)
#000000
(0,0,0)

Tints of #3F956E

#3F956E
(63,149,110)
#509E7B
(80,158,123)
#61A788
(97,167,136)
#72B095
(114,176,149)
#83B9A2
(131,185,162)
#94C2AF
(148,194,175)
#A5CBBC
(165,203,188)
#B6D4C9
(182,212,201)
#C7DDD6
(199,221,214)
#D8E6E3
(216,230,227)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F956E color. Also use rgb(63,149,110) instead hex code.

Text Font Color

.myTextColor { color: #3F956E; }

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

This text font color is #3F956E.


Background Color

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

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

This div background color is #3F956E.


Border color

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

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

This div border color is #3F956E.


Opacity

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

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

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

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

This text has shadow with #3F956E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F956E on black background.


Color preview on white background

This text has color #3F956E on white background.



Black color preview on #3F956E background

This text has black color on #3F956E background.


White color preview on #3F956E background

This text has white color on #3F956E background.