COLOR #012708

HEX: #012708
RGB: (1,39,8)

Color info

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

RGB color model

#012708 color RGB value is (1,39,8).

  • red value is 1;
  • green value is 39;
  • blue value is 8.
RGB:
(1,39,8)
(0%,15%,3%)

RGB channels and saturation

R 1 of 255 = 0%
G 39 of 255 = 15%
B 8 of 255 = 3%

1
39
8

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

Portions of RGB colors in percentages

R + G + B =
1 + 39 + 8 = 48 (100%)
R 1 of 48 ~ 2.08%
G 39 of 48 ~ 81.25%
B 8 of 48 ~ 16.67%

%81.25
%16.67

CMYK color model

#012708 color CMYK value is (97,0,79,85).

  • cyan value is 97.44%
  • magenta value is 0.00%
  • yellow value is 79.49%
  • key color value is 84.71%
CMYK:
(97,0,79,85)
C97M0Y79K85 
(97%,0%,79%,85%)
(0.97/0.00/0.79/0.85)	

CMYK percentages

%97.44
%0
%79.49
%84.71

Codes

Color #012708 in popluar color models

012708
RGB1398
HSL131°95.00%7.84%
HSB/HSV131°97.44%15.29%
CMYK97.44%0.00%79.49%
84.71%

Color #012708 in popluar number systems.

HEX012708
Decimal1398
Binary11001111000
Octal14710

Shades and tints

Shades of #012708

#012708
(1,39,8)
#012408
(1,36,8)
#012108
(1,33,8)
#011E08
(1,30,8)
#011B08
(1,27,8)
#011808
(1,24,8)
#011508
(1,21,8)
#011208
(1,18,8)
#010F08
(1,15,8)
#010C08
(1,12,8)
#010908
(1,9,8)
#000000
(0,0,0)

Tints of #012708

#012708
(1,39,8)
#183A1E
(24,58,30)
#2F4D34
(47,77,52)
#46604A
(70,96,74)
#5D7360
(93,115,96)
#748676
(116,134,118)
#8B998C
(139,153,140)
#A2ACA2
(162,172,162)
#B9BFB8
(185,191,184)
#D0D2CE
(208,210,206)
#E7E5E4
(231,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012708; }

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

This text font color is #012708.


Background Color

.myBgColor { background-color: #012708; }

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

This div background color is #012708.


Border color

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

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

This div border color is #012708.


Opacity

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

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

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

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

This text has shadow with #012708 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012708 on black background.


Color preview on white background

This text has color #012708 on white background.



Black color preview on #012708 background

This text has black color on #012708 background.


White color preview on #012708 background

This text has white color on #012708 background.