COLOR #013300

HEX: #013300
RGB: (1,51,0)

Color info

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

RGB color model

#013300 color RGB value is (1,51,0).

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

RGB channels and saturation

R 1 of 255 = 0%
G 51 of 255 = 20%
B 0 of 255 = 0%

1
51
0

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

Portions of RGB colors in percentages

R + G + B =
1 + 51 + 0 = 52 (100%)
R 1 of 52 ~ 1.92%
G 51 of 52 ~ 98.08%
B 0 of 52 ~ 0%

%98.08

CMYK color model

#013300 color CMYK value is (98,0,100,80).

  • cyan value is 98.04%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 80.00%
CMYK:
(98,0,100,80)
C98M0Y100K80 
(98%,0%,100%,80%)
(0.98/0.00/1.00/0.80)	

CMYK percentages

%98.04
%0
%100
%80

Codes

Color #013300 in popluar color models

013300
RGB1510
HSL119°100.00%10.00%
HSB/HSV119°100.00%20.00%
CMYK98.04%0.00%100.00%
80.00%

Color #013300 in popluar number systems.

HEX013300
Decimal1510
Binary11100110
Octal1630

Shades and tints

Shades of #013300

#013300
(1,51,0)
#012F00
(1,47,0)
#012B00
(1,43,0)
#012700
(1,39,0)
#012300
(1,35,0)
#011F00
(1,31,0)
#011B00
(1,27,0)
#011700
(1,23,0)
#011300
(1,19,0)
#010F00
(1,15,0)
#010B00
(1,11,0)
#000000
(0,0,0)

Tints of #013300

#013300
(1,51,0)
#184517
(24,69,23)
#2F572E
(47,87,46)
#466945
(70,105,69)
#5D7B5C
(93,123,92)
#748D73
(116,141,115)
#8B9F8A
(139,159,138)
#A2B1A1
(162,177,161)
#B9C3B8
(185,195,184)
#D0D5CF
(208,213,207)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013300; }

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

This text font color is #013300.


Background Color

.myBgColor { background-color: #013300; }

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

This div background color is #013300.


Border color

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

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

This div border color is #013300.


Opacity

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

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

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

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

This text has shadow with #013300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013300 on black background.


Color preview on white background

This text has color #013300 on white background.



Black color preview on #013300 background

This text has black color on #013300 background.


White color preview on #013300 background

This text has white color on #013300 background.