COLOR #3F5F06

HEX: #3F5F06
RGB: (63,95,6)

Color info

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

RGB color model

#3F5F06 color RGB value is (63,95,6).

  • red value is 63;
  • green value is 95;
  • blue value is 6.
RGB: (63,95,6) (25%,37%,2%)

RGB channels and saturation

R 63 of 255 = 25%
G 95 of 255 = 37%
B 6 of 255 = 2%

63
95
6

R + G + B ~ 21%. #3F5F06 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 95 + 6 = 164 (100%)
R 63 of 164 ~ 38.41%
G 95 of 164 ~ 57.93%
B 6 of 164 ~ 3.66%

%38.41
%57.93

CMYK color model

#3F5F06 color CMYK value is (34,0,94,63).

  • cyan value is 33.68%
  • magenta value is 0.00%
  • yellow value is 93.68%
  • key color value is 62.75%
CMYK: (34,0,94,63) C34M0Y94K63 (34%,0%,94%,63%) (0.34/0.00/0.94/0.63)

CMYK percentages

%33.68
%0
%93.68
%62.75

Codes

Color #3F5F06 in popluar color models

3F5F06
RGB63956
HSL82°88.12%19.80%
HSB/HSV82°93.68%37.25%
CMYK33.68%0.00%93.68%
62.75%

Color #3F5F06 in popluar number systems.

HEX3F5F06
Decimal63956
Binary1111111011111110
Octal771376

Shades and tints

Shades of #3F5F06

#3F5F06
(63,95,6)
#3A5706
(58,87,6)
#354F06
(53,79,6)
#304706
(48,71,6)
#2B3F06
(43,63,6)
#263706
(38,55,6)
#212F06
(33,47,6)
#1C2706
(28,39,6)
#171F06
(23,31,6)
#121706
(18,23,6)
#0D0F06
(13,15,6)
#000000
(0,0,0)

Tints of #3F5F06

#3F5F06
(63,95,6)
#506D1C
(80,109,28)
#617B32
(97,123,50)
#728948
(114,137,72)
#83975E
(131,151,94)
#94A574
(148,165,116)
#A5B38A
(165,179,138)
#B6C1A0
(182,193,160)
#C7CFB6
(199,207,182)
#D8DDCC
(216,221,204)
#E9EBE2
(233,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5F06 color. Also use rgb(63,95,6) instead hex code.

Text Font Color

.myTextColor { color: #3F5F06; }

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

This text font color is #3F5F06.


Background Color

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

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

This div background color is #3F5F06.


Border color

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

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

This div border color is #3F5F06.


Opacity

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

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

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

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

This text has shadow with #3F5F06 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3F5F06 on black background.


Color preview on white background

This text has color #3F5F06 on white background.



Black color preview on #3F5F06 background

This text has black color on #3F5F06 background.


White color preview on #3F5F06 background

This text has white color on #3F5F06 background.