COLOR #013420

HEX: #013420 RGB: (1,52,32)

Color info

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

RGB color model

#013420 color RGB value is (1,52,32).

RGB: (1,52,32) (0%, 20%, 13%)

RGB channels and saturation

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

1
52
32

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

Portions of RGB colors in percentages

R + G + B = 1 + 52 + 32 = 85 (100%)
R 1 of 85 ~ 1.18%
G 52 of 85 ~ 61.18%
B 32 of 85 ~ 37.65'%

%61.18
%37.65

CMYK color model

#013420 color CMYK value is (98,0,38,80).

  • cyan value is 98.08%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 79.61%

CMYK: (98,0,38,80)
C98M0Y38K80 (98%, 0%, 38%, 80%)
(0.98 / 0.00 / 0.38 / 0.80)

CMYK percentages

%98.08
%0
%38.46
%79.61

Codes

Color #013420 in popluar color models

01 34 20
RGB 1 52 32
HSL 156° 96.23% 10.39%
HSB/HSV 156° 98.08% 20.39%
CMYK 98.08% 0.00% 38.46%
79.61%

Color #013420 in popluar number systems.

HEX 01 34 20
Decimal 1 52 32
Binary 1 110100 100000
Octal 1 64 40

Shades and tints

Shades of #013420

#013420
(1,52,32)
#01301E
(1,48,30)
#012C1C
(1,44,28)
#01281A
(1,40,26)
#012418
(1,36,24)
#012016
(1,32,22)
#011C14
(1,28,20)
#011812
(1,24,18)
#011410
(1,20,16)
#01100E
(1,16,14)
#010C0C
(1,12,12)
#000000
(0,0,0)

Tints of #013420

#013420
(1,52,32)
#184634
(24,70,52)
#2F5848
(47,88,72)
#466A5C
(70,106,92)
#5D7C70
(93,124,112)
#748E84
(116,142,132)
#8BA098
(139,160,152)
#A2B2AC
(162,178,172)
#B9C4C0
(185,196,192)
#D0D6D4
(208,214,212)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013420; }

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

This text font color is #013420.

Background Color

.myBgColor { background-color: #013420; }

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

This div background color is #013420.

Border color

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

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

This div border color is #013420.

Opacity

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

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

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

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

This text has shadow with #013420 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #013420.

Preview

Color preview on black background

This text has color #013420 on black background.


Color preview on white background

This text has color #013420 on white background.


Black color preview on #013420 background

This text has black color on #013420 background.


White color preview on #013420 background

This text has white color on #013420 background.


Related colors

Complementary color

Complementary color for #hex is #FECBDF.


I love getcolorcode.com

Triadic colors

1 #200134 and #342001 with #013420 are triadic colors.

2 #203401 and #340120 with #013420 are triadic colors.