COLOR #3F7832

HEX: #3F7832
RGB: (63,120,50)

Color info

#3F7832 contains mainly red and green colors. Web safe color of #3F7832 is #336633 (or #363).

RGB color model

#3F7832 color RGB value is (63,120,50).

  • red value is 63;
  • green value is 120;
  • blue value is 50.
RGB:
(63,120,50)
(25%,47%,20%)

RGB channels and saturation

R 63 of 255 = 25%
G 120 of 255 = 47%
B 50 of 255 = 20%

63
120
50

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

Portions of RGB colors in percentages

R + G + B =
63 + 120 + 50 = 233 (100%)
R 63 of 233 ~ 27.04%
G 120 of 233 ~ 51.5%
B 50 of 233 ~ 21.46%

%27.04
%51.5
%21.46

CMYK color model

#3F7832 color CMYK value is (48,0,58,53).

  • cyan value is 47.50%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 52.94%
CMYK:
(48,0,58,53)
C48M0Y58K53 
(48%,0%,58%,53%)
(0.48/0.00/0.58/0.53)	

CMYK percentages

%47.5
%0
%58.33
%52.94

Codes

Color #3F7832 in popluar color models

3F7832
RGB6312050
HSL109°41.18%33.33%
HSB/HSV109°58.33%47.06%
CMYK47.50%0.00%58.33%
52.94%

Color #3F7832 in popluar number systems.

HEX3F7832
Decimal6312050
Binary1111111111000110010
Octal7717062

Shades and tints

Shades of #3F7832

#3F7832
(63,120,50)
#3A6E2E
(58,110,46)
#35642A
(53,100,42)
#305A26
(48,90,38)
#2B5022
(43,80,34)
#26461E
(38,70,30)
#213C1A
(33,60,26)
#1C3216
(28,50,22)
#172812
(23,40,18)
#121E0E
(18,30,14)
#0D140A
(13,20,10)
#000000
(0,0,0)

Tints of #3F7832

#3F7832
(63,120,50)
#508444
(80,132,68)
#619056
(97,144,86)
#729C68
(114,156,104)
#83A87A
(131,168,122)
#94B48C
(148,180,140)
#A5C09E
(165,192,158)
#B6CCB0
(182,204,176)
#C7D8C2
(199,216,194)
#D8E4D4
(216,228,212)
#E9F0E6
(233,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7832; }

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

This text font color is #3F7832.


Background Color

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

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

This div background color is #3F7832.


Border color

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

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

This div border color is #3F7832.


Opacity

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

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

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

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

This text has shadow with #3F7832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7832 on black background.


Color preview on white background

This text has color #3F7832 on white background.



Black color preview on #3F7832 background

This text has black color on #3F7832 background.


White color preview on #3F7832 background

This text has white color on #3F7832 background.