COLOR #013320

HEX: #013320
RGB: (1,51,32)

Color info

#013320 contains red, green and blue colors in about the same proportion. Web safe color of #013320 is #003333 (or #033).

RGB color model

#013320 color RGB value is (1,51,32).

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

RGB channels and saturation

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

1
51
32

R + G + B ~ 11%. #013320 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 51 + 32 = 84 (100%)
R 1 of 84 ~ 1.19%
G 51 of 84 ~ 60.71%
B 32 of 84 ~ 38.1%

%60.71
%38.1

CMYK color model

#013320 color CMYK value is (98,0,37,80).

  • cyan value is 98.04%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 80.00%
CMYK:
(98,0,37,80)
C98M0Y37K80 
(98%,0%,37%,80%)
(0.98/0.00/0.37/0.80)	

CMYK percentages

%98.04
%0
%37.25
%80

Codes

Color #013320 in popluar color models

013320
RGB15132
HSL157°96.15%10.20%
HSB/HSV157°98.04%20.00%
CMYK98.04%0.00%37.25%
80.00%

Color #013320 in popluar number systems.

HEX013320
Decimal15132
Binary1110011100000
Octal16340

Shades and tints

Shades of #013320

#013320
(1,51,32)
#012F1E
(1,47,30)
#012B1C
(1,43,28)
#01271A
(1,39,26)
#012318
(1,35,24)
#011F16
(1,31,22)
#011B14
(1,27,20)
#011712
(1,23,18)
#011310
(1,19,16)
#010F0E
(1,15,14)
#010B0C
(1,11,12)
#000000
(0,0,0)

Tints of #013320

#013320
(1,51,32)
#184534
(24,69,52)
#2F5748
(47,87,72)
#46695C
(70,105,92)
#5D7B70
(93,123,112)
#748D84
(116,141,132)
#8B9F98
(139,159,152)
#A2B1AC
(162,177,172)
#B9C3C0
(185,195,192)
#D0D5D4
(208,213,212)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013320; }

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

This text font color is #013320.


Background Color

.myBgColor { background-color: #013320; }

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

This div background color is #013320.


Border color

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

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

This div border color is #013320.


Opacity

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

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

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

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

This text has shadow with #013320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013320 on black background.


Color preview on white background

This text has color #013320 on white background.



Black color preview on #013320 background

This text has black color on #013320 background.


White color preview on #013320 background

This text has white color on #013320 background.