COLOR #3F6612

HEX: #3F6612
RGB: (63,102,18)

Color info

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

RGB color model

#3F6612 color RGB value is (63,102,18).

  • red value is 63;
  • green value is 102;
  • blue value is 18.
RGB:
(63,102,18)
(25%,40%,7%)

RGB channels and saturation

R 63 of 255 = 25%
G 102 of 255 = 40%
B 18 of 255 = 7%

63
102
18

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

Portions of RGB colors in percentages

R + G + B =
63 + 102 + 18 = 183 (100%)
R 63 of 183 ~ 34.43%
G 102 of 183 ~ 55.74%
B 18 of 183 ~ 9.84%

%34.43
%55.74
%9.84

CMYK color model

#3F6612 color CMYK value is (38,0,82,60).

  • cyan value is 38.24%
  • magenta value is 0.00%
  • yellow value is 82.35%
  • key color value is 60.00%
CMYK:
(38,0,82,60)
C38M0Y82K60 
(38%,0%,82%,60%)
(0.38/0.00/0.82/0.60)	

CMYK percentages

%38.24
%0
%82.35
%60

Codes

Color #3F6612 in popluar color models

3F6612
RGB6310218
HSL88°70.00%23.53%
HSB/HSV88°82.35%40.00%
CMYK38.24%0.00%82.35%
60.00%

Color #3F6612 in popluar number systems.

HEX3F6612
Decimal6310218
Binary111111110011010010
Octal7714622

Shades and tints

Shades of #3F6612

#3F6612
(63,102,18)
#3A5D11
(58,93,17)
#355410
(53,84,16)
#304B0F
(48,75,15)
#2B420E
(43,66,14)
#26390D
(38,57,13)
#21300C
(33,48,12)
#1C270B
(28,39,11)
#171E0A
(23,30,10)
#121509
(18,21,9)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #3F6612

#3F6612
(63,102,18)
#507327
(80,115,39)
#61803C
(97,128,60)
#728D51
(114,141,81)
#839A66
(131,154,102)
#94A77B
(148,167,123)
#A5B490
(165,180,144)
#B6C1A5
(182,193,165)
#C7CEBA
(199,206,186)
#D8DBCF
(216,219,207)
#E9E8E4
(233,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6612 color. Also use rgb(63,102,18) instead hex code.

Text Font Color

.myTextColor { color: #3F6612; }

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

This text font color is #3F6612.


Background Color

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

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

This div background color is #3F6612.


Border color

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

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

This div border color is #3F6612.


Opacity

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

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

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

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

This text has shadow with #3F6612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6612 on black background.


Color preview on white background

This text has color #3F6612 on white background.



Black color preview on #3F6612 background

This text has black color on #3F6612 background.


White color preview on #3F6612 background

This text has white color on #3F6612 background.