COLOR #036B3F

HEX: #036B3F RGB: (3,107,63)

Color info

#036B3F contains mainly green and blue colors. Web safe color of #036B3F is #006633 (or #063).

RGB color model

#036B3F color RGB value is (3,107,63).

RGB: (3,107,63) (1%, 42%, 25%)

RGB channels and saturation

R 3 of 255 = 1%
G 107 of 255 = 42%
B 63 of 255 = 25%

3
107
63

R + G + B ~ 23%. #036B3F is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 107 + 63 = 173 (100%)
R 3 of 173 ~ 1.73%
G 107 of 173 ~ 61.85%
B 63 of 173 ~ 36.42'%

%61.85
%36.42

CMYK color model

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

  • cyan value is 97.20%
  • magenta value is 0.00%
  • yellow value is 41.12%
  • key color value is 58.04%
CMYK: (97,0,41,58) C97M0Y41K58 (97%,0%,41%,58%) (0.97/0.00/0.41/0.58) 

CMYK percentages

%97.2
%0
%41.12
%58.04

Codes

Color #036B3F in popluar color models

03 6B 3F
RGB 3 107 63
HSL 155° 94.55% 21.57%
HSB/HSV 155° 97.20% 41.96%
CMYK 97.20% 0.00% 41.12%
58.04%

Color #036B3F in popluar number systems.

HEX 03 6B 3F
Decimal 3 107 63
Binary 11 1101011 111111
Octal 3 153 77

Shades and tints

Shades of #036B3F

#036B3F
(3,107,63)
#03623A
(3,98,58)
#035935
(3,89,53)
#035030
(3,80,48)
#03472B
(3,71,43)
#033E26
(3,62,38)
#033521
(3,53,33)
#032C1C
(3,44,28)
#032317
(3,35,23)
#031A12
(3,26,18)
#03110D
(3,17,13)
#000000
(0,0,0)

Tints of #036B3F

#036B3F
(3,107,63)
#197850
(25,120,80)
#2F8561
(47,133,97)
#459272
(69,146,114)
#5B9F83
(91,159,131)
#71AC94
(113,172,148)
#87B9A5
(135,185,165)
#9DC6B6
(157,198,182)
#B3D3C7
(179,211,199)
#C9E0D8
(201,224,216)
#DFEDE9
(223,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #036B3F; }

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

This text font color is #036B3F.

Background Color

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

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

This div background color is #036B3F.

Border color

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

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

This div border color is #036B3F.

Opacity

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

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

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

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

This text has shadow with #036B3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #036B3F.

Preview

Color preview on black background

This text has color #036B3F on black background.


Color preview on white background

This text has color #036B3F on white background.


Black color preview on #036B3F background

This text has black color on #036B3F background.


White color preview on #036B3F background

This text has white color on #036B3F background.


Related colors

Complementary color

Complementary color for #hex is #FC94C0.


I love getcolorcode.com

Triadic colors

1 #3F036B and #6B3F03 with #036B3F are triadic colors.

2 #3F6B03 and #6B033F with #036B3F are triadic colors.