COLOR #3F8C3D

HEX: #3F8C3D
RGB: (63,140,61)

Color info

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

RGB color model

#3F8C3D color RGB value is (63,140,61).

  • red value is 63;
  • green value is 140;
  • blue value is 61.
RGB:
(63,140,61)
(25%,55%,24%)

RGB channels and saturation

R 63 of 255 = 25%
G 140 of 255 = 55%
B 61 of 255 = 24%

63
140
61

R + G + B ~ 35%. #3F8C3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 140 + 61 = 264 (100%)
R 63 of 264 ~ 23.86%
G 140 of 264 ~ 53.03%
B 61 of 264 ~ 23.11%

%23.86
%53.03
%23.11

CMYK color model

#3F8C3D color CMYK value is (55,0,56,45).

  • cyan value is 55.00%
  • magenta value is 0.00%
  • yellow value is 56.43%
  • key color value is 45.10%
CMYK:
(55,0,56,45)
C55M0Y56K45 
(55%,0%,56%,45%)
(0.55/0.00/0.56/0.45)	

CMYK percentages

%55
%0
%56.43
%45.1

Codes

Color #3F8C3D in popluar color models

3F8C3D
RGB6314061
HSL118°39.30%39.41%
HSB/HSV118°56.43%54.90%
CMYK55.00%0.00%56.43%
45.10%

Color #3F8C3D in popluar number systems.

HEX3F8C3D
Decimal6314061
Binary11111110001100111101
Octal7721475

Shades and tints

Shades of #3F8C3D

#3F8C3D
(63,140,61)
#3A8038
(58,128,56)
#357433
(53,116,51)
#30682E
(48,104,46)
#2B5C29
(43,92,41)
#265024
(38,80,36)
#21441F
(33,68,31)
#1C381A
(28,56,26)
#172C15
(23,44,21)
#122010
(18,32,16)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #3F8C3D

#3F8C3D
(63,140,61)
#50964E
(80,150,78)
#61A05F
(97,160,95)
#72AA70
(114,170,112)
#83B481
(131,180,129)
#94BE92
(148,190,146)
#A5C8A3
(165,200,163)
#B6D2B4
(182,210,180)
#C7DCC5
(199,220,197)
#D8E6D6
(216,230,214)
#E9F0E7
(233,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F8C3D color. Also use rgb(63,140,61) instead hex code.

Text Font Color

.myTextColor { color: #3F8C3D; }

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

This text font color is #3F8C3D.


Background Color

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

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

This div background color is #3F8C3D.


Border color

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

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

This div border color is #3F8C3D.


Opacity

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

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

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

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

This text has shadow with #3F8C3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F8C3D on black background.


Color preview on white background

This text has color #3F8C3D on white background.



Black color preview on #3F8C3D background

This text has black color on #3F8C3D background.


White color preview on #3F8C3D background

This text has white color on #3F8C3D background.