COLOR #003101

HEX: #003101
RGB: (0,49,1)

Color info

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

RGB color model

#003101 color RGB value is (0,49,1).

  • red value is 0;
  • green value is 49;
  • blue value is 1.
RGB:
(0,49,1)
(0%,19%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 49 of 255 = 19%
B 1 of 255 = 0%

0
49
1

R + G + B ~ 6%. #003101 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 49 + 1 = 50 (100%)
R 0 of 50 ~ 0%
G 49 of 50 ~ 98%
B 1 of 50 ~ 2%

%98

CMYK color model

#003101 color CMYK value is (100,0,98,81).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 97.96%
  • key color value is 80.78%
CMYK:
(100,0,98,81)
C100M0Y98K81 
(100%,0%,98%,81%)
(1.00/0.00/0.98/0.81)	

CMYK percentages

%100
%0
%97.96
%80.78

Codes

Color #003101 in popluar color models

003101
RGB0491
HSL121°100.00%9.61%
HSB/HSV121°100.00%19.22%
CMYK100.00%0.00%97.96%
80.78%

Color #003101 in popluar number systems.

HEX003101
Decimal0491
Binary01100011
Octal0611

Shades and tints

Shades of #003101

#003101
(0,49,1)
#002D01
(0,45,1)
#002901
(0,41,1)
#002501
(0,37,1)
#002101
(0,33,1)
#001D01
(0,29,1)
#001901
(0,25,1)
#001501
(0,21,1)
#001101
(0,17,1)
#000D01
(0,13,1)
#000901
(0,9,1)
#000000
(0,0,0)

Tints of #003101

#003101
(0,49,1)
#174318
(23,67,24)
#2E552F
(46,85,47)
#456746
(69,103,70)
#5C795D
(92,121,93)
#738B74
(115,139,116)
#8A9D8B
(138,157,139)
#A1AFA2
(161,175,162)
#B8C1B9
(184,193,185)
#CFD3D0
(207,211,208)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003101 color. Also use rgb(0,49,1) instead hex code.

Text Font Color

.myTextColor { color: #003101; }

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

This text font color is #003101.


Background Color

.myBgColor { background-color: #003101; }

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

This div background color is #003101.


Border color

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

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

This div border color is #003101.


Opacity

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

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

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

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

This text has shadow with #003101 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003101 on black background.


Color preview on white background

This text has color #003101 on white background.



Black color preview on #003101 background

This text has black color on #003101 background.


White color preview on #003101 background

This text has white color on #003101 background.