COLOR #003403

HEX: #003403
RGB: (0,52,3)

Color info

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

RGB color model

#003403 color RGB value is (0,52,3).

  • red value is 0;
  • green value is 52;
  • blue value is 3.
RGB:
(0,52,3)
(0%,20%,1%)

RGB channels and saturation

R 0 of 255 = 0%
G 52 of 255 = 20%
B 3 of 255 = 1%

0
52
3

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

Portions of RGB colors in percentages

R + G + B =
0 + 52 + 3 = 55 (100%)
R 0 of 55 ~ 0%
G 52 of 55 ~ 94.55%
B 3 of 55 ~ 5.45%

%94.55

CMYK color model

#003403 color CMYK value is (100,0,94,80).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 94.23%
  • key color value is 79.61%
CMYK:
(100,0,94,80)
C100M0Y94K80 
(100%,0%,94%,80%)
(1.00/0.00/0.94/0.80)	

CMYK percentages

%100
%0
%94.23
%79.61

Codes

Color #003403 in popluar color models

003403
RGB0523
HSL123°100.00%10.20%
HSB/HSV123°100.00%20.39%
CMYK100.00%0.00%94.23%
79.61%

Color #003403 in popluar number systems.

HEX003403
Decimal0523
Binary011010011
Octal0643

Shades and tints

Shades of #003403

#003403
(0,52,3)
#003003
(0,48,3)
#002C03
(0,44,3)
#002803
(0,40,3)
#002403
(0,36,3)
#002003
(0,32,3)
#001C03
(0,28,3)
#001803
(0,24,3)
#001403
(0,20,3)
#001003
(0,16,3)
#000C03
(0,12,3)
#000000
(0,0,0)

Tints of #003403

#003403
(0,52,3)
#174619
(23,70,25)
#2E582F
(46,88,47)
#456A45
(69,106,69)
#5C7C5B
(92,124,91)
#738E71
(115,142,113)
#8AA087
(138,160,135)
#A1B29D
(161,178,157)
#B8C4B3
(184,196,179)
#CFD6C9
(207,214,201)
#E6E8DF
(230,232,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003403 color. Also use rgb(0,52,3) instead hex code.

Text Font Color

.myTextColor { color: #003403; }

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

This text font color is #003403.


Background Color

.myBgColor { background-color: #003403; }

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

This div background color is #003403.


Border color

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

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

This div border color is #003403.


Opacity

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

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

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

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

This text has shadow with #003403 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003403 on black background.


Color preview on white background

This text has color #003403 on white background.



Black color preview on #003403 background

This text has black color on #003403 background.


White color preview on #003403 background

This text has white color on #003403 background.