COLOR #012520

HEX: #012520 RGB: (1,37,32)

Color info

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

RGB color model

#012520 color RGB value is (1,37,32).

RGB: (1,37,32) (0%, 15%, 13%)

RGB channels and saturation

R 1 of 255 = 0%
G 37 of 255 = 15%
B 32 of 255 = 13%

1
37
32

R + G + B ~ 9%. #012520 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 37 + 32 = 70 (100%)
R 1 of 70 ~ 1.43%
G 37 of 70 ~ 52.86%
B 32 of 70 ~ 45.71'%

%52.86
%45.71

CMYK color model

#012520 color CMYK value is (97,0,14,85).

  • cyan value is 97.30%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 85.49%

CMYK: (97,0,14,85)
C97M0Y14K85 (97%, 0%, 14%, 85%)
(0.97 / 0.00 / 0.14 / 0.85)

CMYK percentages

%97.3
%0
%13.51
%85.49

Codes

Color #012520 in popluar color models

01 25 20
RGB 1 37 32
HSL 172° 94.74% 7.45%
HSB/HSV 172° 97.30% 14.51%
CMYK 97.30% 0.00% 13.51%
85.49%

Color #012520 in popluar number systems.

HEX 01 25 20
Decimal 1 37 32
Binary 1 100101 100000
Octal 1 45 40

Shades and tints

Shades of #012520

#012520
(1,37,32)
#01221E
(1,34,30)
#011F1C
(1,31,28)
#011C1A
(1,28,26)
#011918
(1,25,24)
#011616
(1,22,22)
#011314
(1,19,20)
#011012
(1,16,18)
#010D10
(1,13,16)
#010A0E
(1,10,14)
#01070C
(1,7,12)
#000000
(0,0,0)

Tints of #012520

#012520
(1,37,32)
#183834
(24,56,52)
#2F4B48
(47,75,72)
#465E5C
(70,94,92)
#5D7170
(93,113,112)
#748484
(116,132,132)
#8B9798
(139,151,152)
#A2AAAC
(162,170,172)
#B9BDC0
(185,189,192)
#D0D0D4
(208,208,212)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012520; }

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

This text font color is #012520.

Background Color

.myBgColor { background-color: #012520; }

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

This div background color is #012520.

Border color

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

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

This div border color is #012520.

Opacity

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

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

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

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

This text has shadow with #012520 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012520.

Preview

Color preview on black background

This text has color #012520 on black background.


Color preview on white background

This text has color #012520 on white background.


Black color preview on #012520 background

This text has black color on #012520 background.


White color preview on #012520 background

This text has white color on #012520 background.


Related colors

Complementary color

Complementary color for #hex is #FEDADF.


I love getcolorcode.com

Triadic colors

1 #200125 and #252001 with #012520 are triadic colors.

2 #202501 and #250120 with #012520 are triadic colors.