COLOR #013319

HEX: #013319
RGB: (1,51,25)

Color info

#013319 contains red, green and blue colors in about the same proportion. Web safe color of #013319 is #003300 (or #030).

RGB color model

#013319 color RGB value is (1,51,25).

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

RGB channels and saturation

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

1
51
25

R + G + B ~ 10%. #013319 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 51 + 25 = 77 (100%)
R 1 of 77 ~ 1.3%
G 51 of 77 ~ 66.23%
B 25 of 77 ~ 32.47%

%66.23
%32.47

CMYK color model

#013319 color CMYK value is (98,0,51,80).

  • cyan value is 98.04%
  • magenta value is 0.00%
  • yellow value is 50.98%
  • key color value is 80.00%
CMYK:
(98,0,51,80)
C98M0Y51K80 
(98%,0%,51%,80%)
(0.98/0.00/0.51/0.80)	

CMYK percentages

%98.04
%0
%50.98
%80

Codes

Color #013319 in popluar color models

013319
RGB15125
HSL149°96.15%10.20%
HSB/HSV149°98.04%20.00%
CMYK98.04%0.00%50.98%
80.00%

Color #013319 in popluar number systems.

HEX013319
Decimal15125
Binary111001111001
Octal16331

Shades and tints

Shades of #013319

#013319
(1,51,25)
#012F17
(1,47,23)
#012B15
(1,43,21)
#012713
(1,39,19)
#012311
(1,35,17)
#011F0F
(1,31,15)
#011B0D
(1,27,13)
#01170B
(1,23,11)
#011309
(1,19,9)
#010F07
(1,15,7)
#010B05
(1,11,5)
#000000
(0,0,0)

Tints of #013319

#013319
(1,51,25)
#18452D
(24,69,45)
#2F5741
(47,87,65)
#466955
(70,105,85)
#5D7B69
(93,123,105)
#748D7D
(116,141,125)
#8B9F91
(139,159,145)
#A2B1A5
(162,177,165)
#B9C3B9
(185,195,185)
#D0D5CD
(208,213,205)
#E7E7E1
(231,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013319; }

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

This text font color is #013319.


Background Color

.myBgColor { background-color: #013319; }

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

This div background color is #013319.


Border color

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

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

This div border color is #013319.


Opacity

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

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

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

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

This text has shadow with #013319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013319 on black background.


Color preview on white background

This text has color #013319 on white background.



Black color preview on #013319 background

This text has black color on #013319 background.


White color preview on #013319 background

This text has white color on #013319 background.