COLOR #013020

HEX: #013020 RGB: (1,48,32)

Color info

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

RGB color model

#013020 color RGB value is (1,48,32).

RGB: (1,48,32) (0%, 19%, 13%)

RGB channels and saturation

R 1 of 255 = 0%
G 48 of 255 = 19%
B 32 of 255 = 13%

1
48
32

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

Portions of RGB colors in percentages

R + G + B = 1 + 48 + 32 = 81 (100%)
R 1 of 81 ~ 1.23%
G 48 of 81 ~ 59.26%
B 32 of 81 ~ 39.51'%

%59.26
%39.51

CMYK color model

#013020 color CMYK value is (98,0,33,81).

  • cyan value is 97.92%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 81.18%
CMYK: (98,0,33,81) C98M0Y33K81 (98%,0%,33%,81%) (0.98/0.00/0.33/0.81) 

CMYK percentages

%97.92
%0
%33.33
%81.18

Codes

Color #013020 in popluar color models

01 30 20
RGB 1 48 32
HSL 160° 95.92% 9.61%
HSB/HSV 160° 97.92% 18.82%
CMYK 97.92% 0.00% 33.33%
81.18%

Color #013020 in popluar number systems.

HEX 01 30 20
Decimal 1 48 32
Binary 1 110000 100000
Octal 1 60 40

Shades and tints

Shades of #013020

#013020
(1,48,32)
#012C1E
(1,44,30)
#01281C
(1,40,28)
#01241A
(1,36,26)
#012018
(1,32,24)
#011C16
(1,28,22)
#011814
(1,24,20)
#011412
(1,20,18)
#011010
(1,16,16)
#010C0E
(1,12,14)
#01080C
(1,8,12)
#000000
(0,0,0)

Tints of #013020

#013020
(1,48,32)
#184234
(24,66,52)
#2F5448
(47,84,72)
#46665C
(70,102,92)
#5D7870
(93,120,112)
#748A84
(116,138,132)
#8B9C98
(139,156,152)
#A2AEAC
(162,174,172)
#B9C0C0
(185,192,192)
#D0D2D4
(208,210,212)
#E7E4E8
(231,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013020; }

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

This text font color is #013020.

Background Color

.myBgColor { background-color: #013020; }

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

This div background color is #013020.

Border color

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

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

This div border color is #013020.

Opacity

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

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

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

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

This text has shadow with #013020 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #013020.

Preview

Color preview on black background

This text has color #013020 on black background.


Color preview on white background

This text has color #013020 on white background.


Black color preview on #013020 background

This text has black color on #013020 background.


White color preview on #013020 background

This text has white color on #013020 background.


Related colors

Complementary color

Complementary color for #hex is #FECFDF.


I love getcolorcode.com

Triadic colors

1 #200130 and #302001 with #013020 are triadic colors.

2 #203001 and #300120 with #013020 are triadic colors.