COLOR #031300

HEX: #031300
RGB: (3,19,0)

Color info

#031300 contains only red and green colors. Web safe color of #031300 is #000000 (or #000).

RGB color model

#031300 color RGB value is (3,19,0).

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

RGB channels and saturation

R 3 of 255 = 1%
G 19 of 255 = 7%
B 0 of 255 = 0%

3
19
0

R + G + B ~ 3%. #031300 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 19 + 0 = 22 (100%)
R 3 of 22 ~ 13.64%
G 19 of 22 ~ 86.36%
B 0 of 22 ~ 0%

%13.64
%86.36

CMYK color model

#031300 color CMYK value is (84,0,100,93).

  • cyan value is 84.21%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 92.55%
CMYK:
(84,0,100,93)
C84M0Y100K93 
(84%,0%,100%,93%)
(0.84/0.00/1.00/0.93)	

CMYK percentages

%84.21
%0
%100
%92.55

Codes

Color #031300 in popluar color models

031300
RGB3190
HSL111°100.00%3.73%
HSB/HSV111°100.00%7.45%
CMYK84.21%0.00%100.00%
92.55%

Color #031300 in popluar number systems.

HEX031300
Decimal3190
Binary11100110
Octal3230

Shades and tints

Shades of #031300

#031300
(3,19,0)
#031200
(3,18,0)
#031100
(3,17,0)
#031000
(3,16,0)
#030F00
(3,15,0)
#030E00
(3,14,0)
#030D00
(3,13,0)
#030C00
(3,12,0)
#030B00
(3,11,0)
#030A00
(3,10,0)
#030900
(3,9,0)
#000000
(0,0,0)

Tints of #031300

#031300
(3,19,0)
#192817
(25,40,23)
#2F3D2E
(47,61,46)
#455245
(69,82,69)
#5B675C
(91,103,92)
#717C73
(113,124,115)
#87918A
(135,145,138)
#9DA6A1
(157,166,161)
#B3BBB8
(179,187,184)
#C9D0CF
(201,208,207)
#DFE5E6
(223,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #031300; }

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

This text font color is #031300.


Background Color

.myBgColor { background-color: #031300; }

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

This div background color is #031300.


Border color

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

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

This div border color is #031300.


Opacity

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

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

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

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

This text has shadow with #031300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #031300 on black background.


Color preview on white background

This text has color #031300 on white background.



Black color preview on #031300 background

This text has black color on #031300 background.


White color preview on #031300 background

This text has white color on #031300 background.