COLOR #036213

HEX: #036213
RGB: (3,98,19)

Color info

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

RGB color model

#036213 color RGB value is (3,98,19).

  • red value is 3;
  • green value is 98;
  • blue value is 19.
RGB:
(3,98,19)
(1%,38%,7%)

RGB channels and saturation

R 3 of 255 = 1%
G 98 of 255 = 38%
B 19 of 255 = 7%

3
98
19

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

Portions of RGB colors in percentages

R + G + B =
3 + 98 + 19 = 120 (100%)
R 3 of 120 ~ 2.5%
G 98 of 120 ~ 81.67%
B 19 of 120 ~ 15.83%

%81.67
%15.83

CMYK color model

#036213 color CMYK value is (97,0,81,62).

  • cyan value is 96.94%
  • magenta value is 0.00%
  • yellow value is 80.61%
  • key color value is 61.57%
CMYK:
(97,0,81,62)
C97M0Y81K62 
(97%,0%,81%,62%)
(0.97/0.00/0.81/0.62)	

CMYK percentages

%96.94
%0
%80.61
%61.57

Codes

Color #036213 in popluar color models

036213
RGB39819
HSL130°94.06%19.80%
HSB/HSV130°96.94%38.43%
CMYK96.94%0.00%80.61%
61.57%

Color #036213 in popluar number systems.

HEX036213
Decimal39819
Binary11110001010011
Octal314223

Shades and tints

Shades of #036213

#036213
(3,98,19)
#035A12
(3,90,18)
#035211
(3,82,17)
#034A10
(3,74,16)
#03420F
(3,66,15)
#033A0E
(3,58,14)
#03320D
(3,50,13)
#032A0C
(3,42,12)
#03220B
(3,34,11)
#031A0A
(3,26,10)
#031209
(3,18,9)
#000000
(0,0,0)

Tints of #036213

#036213
(3,98,19)
#197028
(25,112,40)
#2F7E3D
(47,126,61)
#458C52
(69,140,82)
#5B9A67
(91,154,103)
#71A87C
(113,168,124)
#87B691
(135,182,145)
#9DC4A6
(157,196,166)
#B3D2BB
(179,210,187)
#C9E0D0
(201,224,208)
#DFEEE5
(223,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #036213 color. Also use rgb(3,98,19) instead hex code.

Text Font Color

.myTextColor { color: #036213; }

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

This text font color is #036213.


Background Color

.myBgColor { background-color: #036213; }

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

This div background color is #036213.


Border color

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

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

This div border color is #036213.


Opacity

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

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

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

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

This text has shadow with #036213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #036213 on black background.


Color preview on white background

This text has color #036213 on white background.



Black color preview on #036213 background

This text has black color on #036213 background.


White color preview on #036213 background

This text has white color on #036213 background.