COLOR #3F953E

HEX: #3F953E
RGB: (63,149,62)

Color info

#3F953E contains mainly green color. Web safe color of #3F953E is #339933 (or #393).

RGB color model

#3F953E color RGB value is (63,149,62).

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

RGB channels and saturation

R 63 of 255 = 25%
G 149 of 255 = 58%
B 62 of 255 = 24%

63
149
62

R + G + B ~ 36%. #3F953E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 149 + 62 = 274 (100%)
R 63 of 274 ~ 22.99%
G 149 of 274 ~ 54.38%
B 62 of 274 ~ 22.63%

%22.99
%54.38
%22.63

CMYK color model

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

  • cyan value is 57.72%
  • magenta value is 0.00%
  • yellow value is 58.39%
  • key color value is 41.57%
CMYK:
(58,0,58,42)
C58M0Y58K42 
(58%,0%,58%,42%)
(0.58/0.00/0.58/0.42)	

CMYK percentages

%57.72
%0
%58.39
%41.57

Codes

Color #3F953E in popluar color models

3F953E
RGB6314962
HSL119°41.23%41.37%
HSB/HSV119°58.39%58.43%
CMYK57.72%0.00%58.39%
41.57%

Color #3F953E in popluar number systems.

HEX3F953E
Decimal6314962
Binary11111110010101111110
Octal7722576

Shades and tints

Shades of #3F953E

#3F953E
(63,149,62)
#3A8839
(58,136,57)
#357B34
(53,123,52)
#306E2F
(48,110,47)
#2B612A
(43,97,42)
#265425
(38,84,37)
#214720
(33,71,32)
#1C3A1B
(28,58,27)
#172D16
(23,45,22)
#122011
(18,32,17)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #3F953E

#3F953E
(63,149,62)
#509E4F
(80,158,79)
#61A760
(97,167,96)
#72B071
(114,176,113)
#83B982
(131,185,130)
#94C293
(148,194,147)
#A5CBA4
(165,203,164)
#B6D4B5
(182,212,181)
#C7DDC6
(199,221,198)
#D8E6D7
(216,230,215)
#E9EFE8
(233,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F953E; }

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

This text font color is #3F953E.


Background Color

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

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

This div background color is #3F953E.


Border color

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

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

This div border color is #3F953E.


Opacity

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

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

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

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

This text has shadow with #3F953E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F953E on black background.


Color preview on white background

This text has color #3F953E on white background.



Black color preview on #3F953E background

This text has black color on #3F953E background.


White color preview on #3F953E background

This text has white color on #3F953E background.