COLOR #3F6F3F

HEX: #3F6F3F
RGB: (63,111,63)

Color info

#3F6F3F contains red, green and blue colors in about the same proportion. Web safe color of #3F6F3F is #336633 (or #363).

RGB color model

#3F6F3F color RGB value is (63,111,63).

  • red value is 63;
  • green value is 111;
  • blue value is 63.
RGB:
(63,111,63)
(25%,44%,25%)

RGB channels and saturation

R 63 of 255 = 25%
G 111 of 255 = 44%
B 63 of 255 = 25%

63
111
63

R + G + B ~ 31%. #3F6F3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 111 + 63 = 237 (100%)
R 63 of 237 ~ 26.58%
G 111 of 237 ~ 46.84%
B 63 of 237 ~ 26.58%

%26.58
%46.84
%26.58

CMYK color model

#3F6F3F color CMYK value is (43,0,43,56).

  • cyan value is 43.24%
  • magenta value is 0.00%
  • yellow value is 43.24%
  • key color value is 56.47%
CMYK:
(43,0,43,56)
C43M0Y43K56 
(43%,0%,43%,56%)
(0.43/0.00/0.43/0.56)	

CMYK percentages

%43.24
%0
%43.24
%56.47

Codes

Color #3F6F3F in popluar color models

3F6F3F
RGB6311163
HSL120°27.59%34.12%
HSB/HSV120°43.24%43.53%
CMYK43.24%0.00%43.24%
56.47%

Color #3F6F3F in popluar number systems.

HEX3F6F3F
Decimal6311163
Binary1111111101111111111
Octal7715777

Shades and tints

Shades of #3F6F3F

#3F6F3F
(63,111,63)
#3A653A
(58,101,58)
#355B35
(53,91,53)
#305130
(48,81,48)
#2B472B
(43,71,43)
#263D26
(38,61,38)
#213321
(33,51,33)
#1C291C
(28,41,28)
#171F17
(23,31,23)
#121512
(18,21,18)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #3F6F3F

#3F6F3F
(63,111,63)
#507C50
(80,124,80)
#618961
(97,137,97)
#729672
(114,150,114)
#83A383
(131,163,131)
#94B094
(148,176,148)
#A5BDA5
(165,189,165)
#B6CAB6
(182,202,182)
#C7D7C7
(199,215,199)
#D8E4D8
(216,228,216)
#E9F1E9
(233,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6F3F; }

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

This text font color is #3F6F3F.


Background Color

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

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

This div background color is #3F6F3F.


Border color

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

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

This div border color is #3F6F3F.


Opacity

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

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

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

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

This text has shadow with #3F6F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6F3F on black background.


Color preview on white background

This text has color #3F6F3F on white background.



Black color preview on #3F6F3F background

This text has black color on #3F6F3F background.


White color preview on #3F6F3F background

This text has white color on #3F6F3F background.