COLOR #036C03

HEX: #036C03
RGB: (3,108,3)

Color info

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

RGB color model

#036C03 color RGB value is (3,108,3).

  • red value is 3;
  • green value is 108;
  • blue value is 3.
RGB:
(3,108,3)
(1%,42%,1%)

RGB channels and saturation

R 3 of 255 = 1%
G 108 of 255 = 42%
B 3 of 255 = 1%

3
108
3

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

Portions of RGB colors in percentages

R + G + B =
3 + 108 + 3 = 114 (100%)
R 3 of 114 ~ 2.63%
G 108 of 114 ~ 94.74%
B 3 of 114 ~ 2.63%

%94.74

CMYK color model

#036C03 color CMYK value is (97,0,97,58).

  • cyan value is 97.22%
  • magenta value is 0.00%
  • yellow value is 97.22%
  • key color value is 57.65%
CMYK:
(97,0,97,58)
C97M0Y97K58 
(97%,0%,97%,58%)
(0.97/0.00/0.97/0.58)	

CMYK percentages

%97.22
%0
%97.22
%57.65

Codes

Color #036C03 in popluar color models

036C03
RGB31083
HSL120°94.59%21.76%
HSB/HSV120°97.22%42.35%
CMYK97.22%0.00%97.22%
57.65%

Color #036C03 in popluar number systems.

HEX036C03
Decimal31083
Binary11110110011
Octal31543

Shades and tints

Shades of #036C03

#036C03
(3,108,3)
#036303
(3,99,3)
#035A03
(3,90,3)
#035103
(3,81,3)
#034803
(3,72,3)
#033F03
(3,63,3)
#033603
(3,54,3)
#032D03
(3,45,3)
#032403
(3,36,3)
#031B03
(3,27,3)
#031203
(3,18,3)
#000000
(0,0,0)

Tints of #036C03

#036C03
(3,108,3)
#197919
(25,121,25)
#2F862F
(47,134,47)
#459345
(69,147,69)
#5BA05B
(91,160,91)
#71AD71
(113,173,113)
#87BA87
(135,186,135)
#9DC79D
(157,199,157)
#B3D4B3
(179,212,179)
#C9E1C9
(201,225,201)
#DFEEDF
(223,238,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #036C03; }

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

This text font color is #036C03.


Background Color

.myBgColor { background-color: #036C03; }

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

This div background color is #036C03.


Border color

.myBorderColor { border: 1px solid #036C03; }

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

This div border color is #036C03.


Opacity

.myOpacity80 { color: #036C03; opacity: 0.8; }

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

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

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

This text has shadow with #036C03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #036C03 on black background.


Color preview on white background

This text has color #036C03 on white background.



Black color preview on #036C03 background

This text has black color on #036C03 background.


White color preview on #036C03 background

This text has white color on #036C03 background.