COLOR #013220

HEX: #013220
RGB: (1,50,32)

Color info

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

RGB color model

#013220 color RGB value is (1,50,32).

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

RGB channels and saturation

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

1
50
32

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

Portions of RGB colors in percentages

R + G + B =
1 + 50 + 32 = 83 (100%)
R 1 of 83 ~ 1.2%
G 50 of 83 ~ 60.24%
B 32 of 83 ~ 38.55%

%60.24
%38.55

CMYK color model

#013220 color CMYK value is (98,0,36,80).

  • cyan value is 98.00%
  • magenta value is 0.00%
  • yellow value is 36.00%
  • key color value is 80.39%
CMYK:
(98,0,36,80)
C98M0Y36K80 
(98%,0%,36%,80%)
(0.98/0.00/0.36/0.80)	

CMYK percentages

%98
%0
%36
%80.39

Codes

Color #013220 in popluar color models

013220
RGB15032
HSL158°96.08%10.00%
HSB/HSV158°98.00%19.61%
CMYK98.00%0.00%36.00%
80.39%

Color #013220 in popluar number systems.

HEX013220
Decimal15032
Binary1110010100000
Octal16240

Shades and tints

Shades of #013220

#013220
(1,50,32)
#012E1E
(1,46,30)
#012A1C
(1,42,28)
#01261A
(1,38,26)
#012218
(1,34,24)
#011E16
(1,30,22)
#011A14
(1,26,20)
#011612
(1,22,18)
#011210
(1,18,16)
#010E0E
(1,14,14)
#010A0C
(1,10,12)
#000000
(0,0,0)

Tints of #013220

#013220
(1,50,32)
#184434
(24,68,52)
#2F5648
(47,86,72)
#46685C
(70,104,92)
#5D7A70
(93,122,112)
#748C84
(116,140,132)
#8B9E98
(139,158,152)
#A2B0AC
(162,176,172)
#B9C2C0
(185,194,192)
#D0D4D4
(208,212,212)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013220; }

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

This text font color is #013220.


Background Color

.myBgColor { background-color: #013220; }

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

This div background color is #013220.


Border color

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

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

This div border color is #013220.


Opacity

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

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

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

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

This text has shadow with #013220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013220 on black background.


Color preview on white background

This text has color #013220 on white background.



Black color preview on #013220 background

This text has black color on #013220 background.


White color preview on #013220 background

This text has white color on #013220 background.