COLOR #3F6C27

HEX: #3F6C27 RGB: (63,108,39)

Color info

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

RGB color model

#3F6C27 color RGB value is (63,108,39).

RGB: (63,108,39) (25%, 42%, 15%)

RGB channels and saturation

R 63 of 255 = 25%
G 108 of 255 = 42%
B 39 of 255 = 15%

63
108
39

R + G + B ~ 27%. #3F6C27 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 108 + 39 = 210 (100%)
R 63 of 210 ~ 30%
G 108 of 210 ~ 51.43%
B 39 of 210 ~ 18.57'%

%30
%51.43
%18.57

CMYK color model

#3F6C27 color CMYK value is (42,0,64,58).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 63.89%
  • key color value is 57.65%

CMYK: (42,0,64,58)
C42M0Y64K58 (42%, 0%, 64%, 58%)
(0.42 / 0.00 / 0.64 / 0.58)

CMYK percentages

%41.67
%0
%63.89
%57.65

Codes

Color #3F6C27 in popluar color models

3F 6C 27
RGB 63 108 39
HSL 99° 46.94% 28.82%
HSB/HSV 99° 63.89% 42.35%
CMYK 41.67% 0.00% 63.89%
57.65%

Color #3F6C27 in popluar number systems.

HEX 3F 6C 27
Decimal 63 108 39
Binary 111111 1101100 100111
Octal 77 154 47

Shades and tints

Shades of #3F6C27

#3F6C27
(63,108,39)
#3A6324
(58,99,36)
#355A21
(53,90,33)
#30511E
(48,81,30)
#2B481B
(43,72,27)
#263F18
(38,63,24)
#213615
(33,54,21)
#1C2D12
(28,45,18)
#17240F
(23,36,15)
#121B0C
(18,27,12)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #3F6C27

#3F6C27
(63,108,39)
#50793A
(80,121,58)
#61864D
(97,134,77)
#729360
(114,147,96)
#83A073
(131,160,115)
#94AD86
(148,173,134)
#A5BA99
(165,186,153)
#B6C7AC
(182,199,172)
#C7D4BF
(199,212,191)
#D8E1D2
(216,225,210)
#E9EEE5
(233,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6C27; }

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

This text font color is #3F6C27.

Background Color

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

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

This div background color is #3F6C27.

Border color

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

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

This div border color is #3F6C27.

Opacity

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

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

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

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

This text has shadow with #3F6C27 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F6C27.

Preview

Color preview on black background

This text has color #3F6C27 on black background.


Color preview on white background

This text has color #3F6C27 on white background.


Black color preview on #3F6C27 background

This text has black color on #3F6C27 background.


White color preview on #3F6C27 background

This text has white color on #3F6C27 background.


Related colors

Complementary color

Complementary color for #hex is #C093D8.


I love getcolorcode.com

Triadic colors

1 #273F6C and #6C273F with #3F6C27 are triadic colors.

2 #276C3F and #6C3F27 with #3F6C27 are triadic colors.