COLOR #012527

HEX: #012527 RGB: (1,37,39)

Color info

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

RGB color model

#012527 color RGB value is (1,37,39).

RGB: (1,37,39) (0%, 15%, 15%)

RGB channels and saturation

R 1 of 255 = 0%
G 37 of 255 = 15%
B 39 of 255 = 15%

1
37
39

R + G + B ~ 10%. #012527 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 37 + 39 = 77 (100%)
R 1 of 77 ~ 1.3%
G 37 of 77 ~ 48.05%
B 39 of 77 ~ 50.65'%

%48.05
%50.65

CMYK color model

#012527 color CMYK value is (97,5,0,85).

  • cyan value is 97.44%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 84.71%

CMYK: (97,5,0,85)
C97M5Y0K85 (97%, 5%, 0%, 85%)
(0.97 / 0.05 / 0.00 / 0.85)

CMYK percentages

%97.44
%5.13
%0
%84.71

Codes

Color #012527 in popluar color models

01 25 27
RGB 1 37 39
HSL 183° 95.00% 7.84%
HSB/HSV 183° 97.44% 15.29%
CMYK 97.44% 5.13% 0.00%
84.71%

Color #012527 in popluar number systems.

HEX 01 25 27
Decimal 1 37 39
Binary 1 100101 100111
Octal 1 45 47

Shades and tints

Shades of #012527

#012527
(1,37,39)
#012224
(1,34,36)
#011F21
(1,31,33)
#011C1E
(1,28,30)
#01191B
(1,25,27)
#011618
(1,22,24)
#011315
(1,19,21)
#011012
(1,16,18)
#010D0F
(1,13,15)
#010A0C
(1,10,12)
#010709
(1,7,9)
#000000
(0,0,0)

Tints of #012527

#012527
(1,37,39)
#18383A
(24,56,58)
#2F4B4D
(47,75,77)
#465E60
(70,94,96)
#5D7173
(93,113,115)
#748486
(116,132,134)
#8B9799
(139,151,153)
#A2AAAC
(162,170,172)
#B9BDBF
(185,189,191)
#D0D0D2
(208,208,210)
#E7E3E5
(231,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012527; }

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

This text font color is #012527.

Background Color

.myBgColor { background-color: #012527; }

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

This div background color is #012527.

Border color

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

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

This div border color is #012527.

Opacity

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

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

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

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

This text has shadow with #012527 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012527.

Preview

Color preview on black background

This text has color #012527 on black background.


Color preview on white background

This text has color #012527 on white background.


Black color preview on #012527 background

This text has black color on #012527 background.


White color preview on #012527 background

This text has white color on #012527 background.


Related colors

Complementary color

Complementary color for #hex is #FEDAD8.


I love getcolorcode.com

Triadic colors

1 #270125 and #252701 with #012527 are triadic colors.

2 #272501 and #250127 with #012527 are triadic colors.