COLOR #3F6E31

HEX: #3F6E31 RGB: (63,110,49)

Color info

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

RGB color model

#3F6E31 color RGB value is (63,110,49).

RGB: (63,110,49) (25%, 43%, 19%)

RGB channels and saturation

R 63 of 255 = 25%
G 110 of 255 = 43%
B 49 of 255 = 19%

63
110
49

R + G + B ~ 29%. #3F6E31 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 110 + 49 = 222 (100%)
R 63 of 222 ~ 28.38%
G 110 of 222 ~ 49.55%
B 49 of 222 ~ 22.07'%

%28.38
%49.55
%22.07

CMYK color model

#3F6E31 color CMYK value is (43,0,55,57).

  • cyan value is 42.73%
  • magenta value is 0.00%
  • yellow value is 55.45%
  • key color value is 56.86%

CMYK: (43,0,55,57)
C43M0Y55K57 (43%, 0%, 55%, 57%)
(0.43 / 0.00 / 0.55 / 0.57)

CMYK percentages

%42.73
%0
%55.45
%56.86

Codes

Color #3F6E31 in popluar color models

3F 6E 31
RGB 63 110 49
HSL 106° 38.36% 31.18%
HSB/HSV 106° 55.45% 43.14%
CMYK 42.73% 0.00% 55.45%
56.86%

Color #3F6E31 in popluar number systems.

HEX 3F 6E 31
Decimal 63 110 49
Binary 111111 1101110 110001
Octal 77 156 61

Shades and tints

Shades of #3F6E31

#3F6E31
(63,110,49)
#3A642D
(58,100,45)
#355A29
(53,90,41)
#305025
(48,80,37)
#2B4621
(43,70,33)
#263C1D
(38,60,29)
#213219
(33,50,25)
#1C2815
(28,40,21)
#171E11
(23,30,17)
#12140D
(18,20,13)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #3F6E31

#3F6E31
(63,110,49)
#507B43
(80,123,67)
#618855
(97,136,85)
#729567
(114,149,103)
#83A279
(131,162,121)
#94AF8B
(148,175,139)
#A5BC9D
(165,188,157)
#B6C9AF
(182,201,175)
#C7D6C1
(199,214,193)
#D8E3D3
(216,227,211)
#E9F0E5
(233,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6E31; }

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

This text font color is #3F6E31.

Background Color

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

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

This div background color is #3F6E31.

Border color

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

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

This div border color is #3F6E31.

Opacity

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

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

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

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

This text has shadow with #3F6E31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F6E31.

Preview

Color preview on black background

This text has color #3F6E31 on black background.


Color preview on white background

This text has color #3F6E31 on white background.


Black color preview on #3F6E31 background

This text has black color on #3F6E31 background.


White color preview on #3F6E31 background

This text has white color on #3F6E31 background.


Related colors

Complementary color

Complementary color for #hex is #C091CE.


I love getcolorcode.com

Triadic colors

1 #313F6E and #6E313F with #3F6E31 are triadic colors.

2 #316E3F and #6E3F31 with #3F6E31 are triadic colors.