COLOR #012509

HEX: #012509
RGB: (1,37,9)

Color info

#012509 contains red, green and blue colors in about the same proportion. Web safe color of #012509 is #003300 (or #030).

RGB color model

#012509 color RGB value is (1,37,9).

  • red value is 1;
  • green value is 37;
  • blue value is 9.
RGB:
(1,37,9)
(0%,15%,4%)

RGB channels and saturation

R 1 of 255 = 0%
G 37 of 255 = 15%
B 9 of 255 = 4%

1
37
9

R + G + B ~ 6%. #012509 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 37 + 9 = 47 (100%)
R 1 of 47 ~ 2.13%
G 37 of 47 ~ 78.72%
B 9 of 47 ~ 19.15%

%78.72
%19.15

CMYK color model

#012509 color CMYK value is (97,0,76,85).

  • cyan value is 97.30%
  • magenta value is 0.00%
  • yellow value is 75.68%
  • key color value is 85.49%
CMYK:
(97,0,76,85)
C97M0Y76K85 
(97%,0%,76%,85%)
(0.97/0.00/0.76/0.85)	

CMYK percentages

%97.3
%0
%75.68
%85.49

Codes

Color #012509 in popluar color models

012509
RGB1379
HSL133°94.74%7.45%
HSB/HSV133°97.30%14.51%
CMYK97.30%0.00%75.68%
85.49%

Color #012509 in popluar number systems.

HEX012509
Decimal1379
Binary11001011001
Octal14511

Shades and tints

Shades of #012509

#012509
(1,37,9)
#012209
(1,34,9)
#011F09
(1,31,9)
#011C09
(1,28,9)
#011909
(1,25,9)
#011609
(1,22,9)
#011309
(1,19,9)
#011009
(1,16,9)
#010D09
(1,13,9)
#010A09
(1,10,9)
#010709
(1,7,9)
#000000
(0,0,0)

Tints of #012509

#012509
(1,37,9)
#18381F
(24,56,31)
#2F4B35
(47,75,53)
#465E4B
(70,94,75)
#5D7161
(93,113,97)
#748477
(116,132,119)
#8B978D
(139,151,141)
#A2AAA3
(162,170,163)
#B9BDB9
(185,189,185)
#D0D0CF
(208,208,207)
#E7E3E5
(231,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012509; }

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

This text font color is #012509.


Background Color

.myBgColor { background-color: #012509; }

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

This div background color is #012509.


Border color

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

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

This div border color is #012509.


Opacity

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

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

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

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

This text has shadow with #012509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012509 on black background.


Color preview on white background

This text has color #012509 on white background.



Black color preview on #012509 background

This text has black color on #012509 background.


White color preview on #012509 background

This text has white color on #012509 background.