COLOR #036607

HEX: #036607 RGB: (3,102,7)

Color info

#036607 contains mainly green color. Web safe color of #036607 is #006600 (or #060).

RGB color model

#036607 color RGB value is (3,102,7).

RGB: (3,102,7) (1%, 40%, 3%)

RGB channels and saturation

R 3 of 255 = 1%
G 102 of 255 = 40%
B 7 of 255 = 3%

3
102
7

R + G + B ~ 15%. #036607 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 102 + 7 = 112 (100%)
R 3 of 112 ~ 2.68%
G 102 of 112 ~ 91.07%
B 7 of 112 ~ 6.25'%

%91.07

CMYK color model

#036607 color CMYK value is (97,0,93,60).

  • cyan value is 97.06%
  • magenta value is 0.00%
  • yellow value is 93.14%
  • key color value is 60.00%

CMYK: (97,0,93,60)
C97M0Y93K60 (97%, 0%, 93%, 60%)
(0.97 / 0.00 / 0.93 / 0.60)

CMYK percentages

%97.06
%0
%93.14
%60

Codes

Color #036607 in popluar color models

03 66 07
RGB 3 102 7
HSL 122° 94.29% 20.59%
HSB/HSV 122° 97.06% 40.00%
CMYK 97.06% 0.00% 93.14%
60.00%

Color #036607 in popluar number systems.

HEX 03 66 07
Decimal 3 102 7
Binary 11 1100110 111
Octal 3 146 7

Shades and tints

Shades of #036607

#036607
(3,102,7)
#035D07
(3,93,7)
#035407
(3,84,7)
#034B07
(3,75,7)
#034207
(3,66,7)
#033907
(3,57,7)
#033007
(3,48,7)
#032707
(3,39,7)
#031E07
(3,30,7)
#031507
(3,21,7)
#030C07
(3,12,7)
#000000
(0,0,0)

Tints of #036607

#036607
(3,102,7)
#19731D
(25,115,29)
#2F8033
(47,128,51)
#458D49
(69,141,73)
#5B9A5F
(91,154,95)
#71A775
(113,167,117)
#87B48B
(135,180,139)
#9DC1A1
(157,193,161)
#B3CEB7
(179,206,183)
#C9DBCD
(201,219,205)
#DFE8E3
(223,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #036607; }

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

This text font color is #036607.

Background Color

.myBgColor { background-color: #036607; }

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

This div background color is #036607.

Border color

.myBorderColor { border: 1px solid #036607; }

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

This div border color is #036607.

Opacity

.myOpacity80 { color: #036607; opacity: 0.8; }

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

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

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

This text has shadow with #036607 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #036607.

Preview

Color preview on black background

This text has color #036607 on black background.


Color preview on white background

This text has color #036607 on white background.


Black color preview on #036607 background

This text has black color on #036607 background.


White color preview on #036607 background

This text has white color on #036607 background.


Related colors

Complementary color

Complementary color for #hex is #FC99F8.


I love getcolorcode.com

Triadic colors

1 #070366 and #660703 with #036607 are triadic colors.

2 #076603 and #660307 with #036607 are triadic colors.