COLOR #003206

HEX: #003206
RGB: (0,50,6)

Color info

#003206 contains only green and blue colors. Web safe color of #003206 is #003300 (or #030).

RGB color model

#003206 color RGB value is (0,50,6).

  • red value is 0;
  • green value is 50;
  • blue value is 6.
RGB:
(0,50,6)
(0%,20%,2%)

RGB channels and saturation

R 0 of 255 = 0%
G 50 of 255 = 20%
B 6 of 255 = 2%

0
50
6

R + G + B ~ 7%. #003206 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 50 + 6 = 56 (100%)
R 0 of 56 ~ 0%
G 50 of 56 ~ 89.29%
B 6 of 56 ~ 10.71%

%89.29
%10.71

CMYK color model

#003206 color CMYK value is (100,0,88,80).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 88.00%
  • key color value is 80.39%
CMYK:
(100,0,88,80)
C100M0Y88K80 
(100%,0%,88%,80%)
(1.00/0.00/0.88/0.80)	

CMYK percentages

%100
%0
%88
%80.39

Codes

Color #003206 in popluar color models

003206
RGB0506
HSL127°100.00%9.80%
HSB/HSV127°100.00%19.61%
CMYK100.00%0.00%88.00%
80.39%

Color #003206 in popluar number systems.

HEX003206
Decimal0506
Binary0110010110
Octal0626

Shades and tints

Shades of #003206

#003206
(0,50,6)
#002E06
(0,46,6)
#002A06
(0,42,6)
#002606
(0,38,6)
#002206
(0,34,6)
#001E06
(0,30,6)
#001A06
(0,26,6)
#001606
(0,22,6)
#001206
(0,18,6)
#000E06
(0,14,6)
#000A06
(0,10,6)
#000000
(0,0,0)

Tints of #003206

#003206
(0,50,6)
#17441C
(23,68,28)
#2E5632
(46,86,50)
#456848
(69,104,72)
#5C7A5E
(92,122,94)
#738C74
(115,140,116)
#8A9E8A
(138,158,138)
#A1B0A0
(161,176,160)
#B8C2B6
(184,194,182)
#CFD4CC
(207,212,204)
#E6E6E2
(230,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003206 color. Also use rgb(0,50,6) instead hex code.

Text Font Color

.myTextColor { color: #003206; }

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

This text font color is #003206.


Background Color

.myBgColor { background-color: #003206; }

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

This div background color is #003206.


Border color

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

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

This div border color is #003206.


Opacity

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

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

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

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

This text has shadow with #003206 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003206 on black background.


Color preview on white background

This text has color #003206 on white background.



Black color preview on #003206 background

This text has black color on #003206 background.


White color preview on #003206 background

This text has white color on #003206 background.