COLOR #3F6C0C

HEX: #3F6C0C RGB: (63,108,12)

Color info

#3F6C0C contains mainly red and green colors. Web safe color of #3F6C0C is #336600 (or #360).

RGB color model

#3F6C0C color RGB value is (63,108,12).

RGB: (63,108,12) (25%, 42%, 5%)

RGB channels and saturation

R 63 of 255 = 25%
G 108 of 255 = 42%
B 12 of 255 = 5%

63
108
12

R + G + B ~ 24%. #3F6C0C is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 108 + 12 = 183 (100%)
R 63 of 183 ~ 34.43%
G 108 of 183 ~ 59.02%
B 12 of 183 ~ 6.56'%

%34.43
%59.02

CMYK color model

#3F6C0C color CMYK value is (42,0,89,58).

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

CMYK: (42,0,89,58)
C42M0Y89K58 (42%, 0%, 89%, 58%)
(0.42 / 0.00 / 0.89 / 0.58)

CMYK percentages

%41.67
%0
%88.89
%57.65

Codes

Color #3F6C0C in popluar color models

3F 6C 0C
RGB 63 108 12
HSL 88° 80.00% 23.53%
HSB/HSV 88° 88.89% 42.35%
CMYK 41.67% 0.00% 88.89%
57.65%

Color #3F6C0C in popluar number systems.

HEX 3F 6C 0C
Decimal 63 108 12
Binary 111111 1101100 1100
Octal 77 154 14

Shades and tints

Shades of #3F6C0C

#3F6C0C
(63,108,12)
#3A630B
(58,99,11)
#355A0A
(53,90,10)
#305109
(48,81,9)
#2B4808
(43,72,8)
#263F07
(38,63,7)
#213606
(33,54,6)
#1C2D05
(28,45,5)
#172404
(23,36,4)
#121B03
(18,27,3)
#0D1202
(13,18,2)
#000000
(0,0,0)

Tints of #3F6C0C

#3F6C0C
(63,108,12)
#507922
(80,121,34)
#618638
(97,134,56)
#72934E
(114,147,78)
#83A064
(131,160,100)
#94AD7A
(148,173,122)
#A5BA90
(165,186,144)
#B6C7A6
(182,199,166)
#C7D4BC
(199,212,188)
#D8E1D2
(216,225,210)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6C0C; }

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

This text font color is #3F6C0C.

Background Color

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

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

This div background color is #3F6C0C.

Border color

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

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

This div border color is #3F6C0C.

Opacity

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

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

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

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

This text has shadow with #3F6C0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F6C0C.

Preview

Color preview on black background

This text has color #3F6C0C on black background.


Color preview on white background

This text has color #3F6C0C on white background.


Black color preview on #3F6C0C background

This text has black color on #3F6C0C background.


White color preview on #3F6C0C background

This text has white color on #3F6C0C background.


Related colors

Complementary color

Complementary color for #hex is #C093F3.


I love getcolorcode.com

Triadic colors

1 #0C3F6C and #6C0C3F with #3F6C0C are triadic colors.

2 #0C6C3F and #6C3F0C with #3F6C0C are triadic colors.