COLOR #3F7B36

HEX: #3F7B36
RGB: (63,123,54)

Color info

#3F7B36 contains mainly green color. Web safe color of #3F7B36 is #336633 (or #363).

RGB color model

#3F7B36 color RGB value is (63,123,54).

  • red value is 63;
  • green value is 123;
  • blue value is 54.
RGB:
(63,123,54)
(25%,48%,21%)

RGB channels and saturation

R 63 of 255 = 25%
G 123 of 255 = 48%
B 54 of 255 = 21%

63
123
54

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

Portions of RGB colors in percentages

R + G + B =
63 + 123 + 54 = 240 (100%)
R 63 of 240 ~ 26.25%
G 123 of 240 ~ 51.25%
B 54 of 240 ~ 22.5%

%26.25
%51.25
%22.5

CMYK color model

#3F7B36 color CMYK value is (49,0,56,52).

  • cyan value is 48.78%
  • magenta value is 0.00%
  • yellow value is 56.10%
  • key color value is 51.76%
CMYK:
(49,0,56,52)
C49M0Y56K52 
(49%,0%,56%,52%)
(0.49/0.00/0.56/0.52)	

CMYK percentages

%48.78
%0
%56.1
%51.76

Codes

Color #3F7B36 in popluar color models

3F7B36
RGB6312354
HSL112°38.98%34.71%
HSB/HSV112°56.10%48.24%
CMYK48.78%0.00%56.10%
51.76%

Color #3F7B36 in popluar number systems.

HEX3F7B36
Decimal6312354
Binary1111111111011110110
Octal7717366

Shades and tints

Shades of #3F7B36

#3F7B36
(63,123,54)
#3A7032
(58,112,50)
#35652E
(53,101,46)
#305A2A
(48,90,42)
#2B4F26
(43,79,38)
#264422
(38,68,34)
#21391E
(33,57,30)
#1C2E1A
(28,46,26)
#172316
(23,35,22)
#121812
(18,24,18)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #3F7B36

#3F7B36
(63,123,54)
#508748
(80,135,72)
#61935A
(97,147,90)
#729F6C
(114,159,108)
#83AB7E
(131,171,126)
#94B790
(148,183,144)
#A5C3A2
(165,195,162)
#B6CFB4
(182,207,180)
#C7DBC6
(199,219,198)
#D8E7D8
(216,231,216)
#E9F3EA
(233,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7B36; }

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

This text font color is #3F7B36.


Background Color

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

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

This div background color is #3F7B36.


Border color

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

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

This div border color is #3F7B36.


Opacity

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

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

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

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

This text has shadow with #3F7B36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7B36 on black background.


Color preview on white background

This text has color #3F7B36 on white background.



Black color preview on #3F7B36 background

This text has black color on #3F7B36 background.


White color preview on #3F7B36 background

This text has white color on #3F7B36 background.