COLOR #3F863D

HEX: #3F863D
RGB: (63,134,61)

Color info

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

RGB color model

#3F863D color RGB value is (63,134,61).

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

RGB channels and saturation

R 63 of 255 = 25%
G 134 of 255 = 53%
B 61 of 255 = 24%

63
134
61

R + G + B ~ 34%. #3F863D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 134 + 61 = 258 (100%)
R 63 of 258 ~ 24.42%
G 134 of 258 ~ 51.94%
B 61 of 258 ~ 23.64%

%24.42
%51.94
%23.64

CMYK color model

#3F863D color CMYK value is (53,0,54,47).

  • cyan value is 52.99%
  • magenta value is 0.00%
  • yellow value is 54.48%
  • key color value is 47.45%
CMYK:
(53,0,54,47)
C53M0Y54K47 
(53%,0%,54%,47%)
(0.53/0.00/0.54/0.47)	

CMYK percentages

%52.99
%0
%54.48
%47.45

Codes

Color #3F863D in popluar color models

3F863D
RGB6313461
HSL118°37.44%38.24%
HSB/HSV118°54.48%52.55%
CMYK52.99%0.00%54.48%
47.45%

Color #3F863D in popluar number systems.

HEX3F863D
Decimal6313461
Binary11111110000110111101
Octal7720675

Shades and tints

Shades of #3F863D

#3F863D
(63,134,61)
#3A7A38
(58,122,56)
#356E33
(53,110,51)
#30622E
(48,98,46)
#2B5629
(43,86,41)
#264A24
(38,74,36)
#213E1F
(33,62,31)
#1C321A
(28,50,26)
#172615
(23,38,21)
#121A10
(18,26,16)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #3F863D

#3F863D
(63,134,61)
#50914E
(80,145,78)
#619C5F
(97,156,95)
#72A770
(114,167,112)
#83B281
(131,178,129)
#94BD92
(148,189,146)
#A5C8A3
(165,200,163)
#B6D3B4
(182,211,180)
#C7DEC5
(199,222,197)
#D8E9D6
(216,233,214)
#E9F4E7
(233,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F863D; }

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

This text font color is #3F863D.


Background Color

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

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

This div background color is #3F863D.


Border color

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

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

This div border color is #3F863D.


Opacity

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

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

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

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

This text has shadow with #3F863D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F863D on black background.


Color preview on white background

This text has color #3F863D on white background.



Black color preview on #3F863D background

This text has black color on #3F863D background.


White color preview on #3F863D background

This text has white color on #3F863D background.