COLOR #002603

HEX: #002603
RGB: (0,38,3)

Color info

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

RGB color model

#002603 color RGB value is (0,38,3).

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

RGB channels and saturation

R 0 of 255 = 0%
G 38 of 255 = 15%
B 3 of 255 = 1%

0
38
3

R + G + B ~ 5%. #002603 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 38 + 3 = 41 (100%)
R 0 of 41 ~ 0%
G 38 of 41 ~ 92.68%
B 3 of 41 ~ 7.32%

%92.68

CMYK color model

#002603 color CMYK value is (100,0,92,85).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 92.11%
  • key color value is 85.10%
CMYK:
(100,0,92,85)
C100M0Y92K85 
(100%,0%,92%,85%)
(1.00/0.00/0.92/0.85)	

CMYK percentages

%100
%0
%92.11
%85.1

Codes

Color #002603 in popluar color models

002603
RGB0383
HSL125°100.00%7.45%
HSB/HSV125°100.00%14.90%
CMYK100.00%0.00%92.11%
85.10%

Color #002603 in popluar number systems.

HEX002603
Decimal0383
Binary010011011
Octal0463

Shades and tints

Shades of #002603

#002603
(0,38,3)
#002303
(0,35,3)
#002003
(0,32,3)
#001D03
(0,29,3)
#001A03
(0,26,3)
#001703
(0,23,3)
#001403
(0,20,3)
#001103
(0,17,3)
#000E03
(0,14,3)
#000B03
(0,11,3)
#000803
(0,8,3)
#000000
(0,0,0)

Tints of #002603

#002603
(0,38,3)
#173919
(23,57,25)
#2E4C2F
(46,76,47)
#455F45
(69,95,69)
#5C725B
(92,114,91)
#738571
(115,133,113)
#8A9887
(138,152,135)
#A1AB9D
(161,171,157)
#B8BEB3
(184,190,179)
#CFD1C9
(207,209,201)
#E6E4DF
(230,228,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002603; }

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

This text font color is #002603.


Background Color

.myBgColor { background-color: #002603; }

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

This div background color is #002603.


Border color

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

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

This div border color is #002603.


Opacity

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

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

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

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

This text has shadow with #002603 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002603 on black background.


Color preview on white background

This text has color #002603 on white background.



Black color preview on #002603 background

This text has black color on #002603 background.


White color preview on #002603 background

This text has white color on #002603 background.