COLOR #003205

HEX: #003205
RGB: (0,50,5)

Color info

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

RGB color model

#003205 color RGB value is (0,50,5).

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

RGB channels and saturation

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

0
50
5

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

Portions of RGB colors in percentages

R + G + B =
0 + 50 + 5 = 55 (100%)
R 0 of 55 ~ 0%
G 50 of 55 ~ 90.91%
B 5 of 55 ~ 9.09%

%90.91

CMYK color model

#003205 color CMYK value is (100,0,90,80).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 90.00%
  • key color value is 80.39%
CMYK:
(100,0,90,80)
C100M0Y90K80 
(100%,0%,90%,80%)
(1.00/0.00/0.90/0.80)	

CMYK percentages

%100
%0
%90
%80.39

Codes

Color #003205 in popluar color models

003205
RGB0505
HSL126°100.00%9.80%
HSB/HSV126°100.00%19.61%
CMYK100.00%0.00%90.00%
80.39%

Color #003205 in popluar number systems.

HEX003205
Decimal0505
Binary0110010101
Octal0625

Shades and tints

Shades of #003205

#003205
(0,50,5)
#002E05
(0,46,5)
#002A05
(0,42,5)
#002605
(0,38,5)
#002205
(0,34,5)
#001E05
(0,30,5)
#001A05
(0,26,5)
#001605
(0,22,5)
#001205
(0,18,5)
#000E05
(0,14,5)
#000A05
(0,10,5)
#000000
(0,0,0)

Tints of #003205

#003205
(0,50,5)
#17441B
(23,68,27)
#2E5631
(46,86,49)
#456847
(69,104,71)
#5C7A5D
(92,122,93)
#738C73
(115,140,115)
#8A9E89
(138,158,137)
#A1B09F
(161,176,159)
#B8C2B5
(184,194,181)
#CFD4CB
(207,212,203)
#E6E6E1
(230,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003205; }

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

This text font color is #003205.


Background Color

.myBgColor { background-color: #003205; }

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

This div background color is #003205.


Border color

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

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

This div border color is #003205.


Opacity

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

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

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

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

This text has shadow with #003205 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003205 on black background.


Color preview on white background

This text has color #003205 on white background.



Black color preview on #003205 background

This text has black color on #003205 background.


White color preview on #003205 background

This text has white color on #003205 background.