COLOR #012618

HEX: #012618
RGB: (1,38,24)

Color info

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

RGB color model

#012618 color RGB value is (1,38,24).

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

RGB channels and saturation

R 1 of 255 = 0%
G 38 of 255 = 15%
B 24 of 255 = 9%

1
38
24

R + G + B ~ 8%. #012618 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 38 + 24 = 63 (100%)
R 1 of 63 ~ 1.59%
G 38 of 63 ~ 60.32%
B 24 of 63 ~ 38.1%

%60.32
%38.1

CMYK color model

#012618 color CMYK value is (97,0,37,85).

  • cyan value is 97.37%
  • magenta value is 0.00%
  • yellow value is 36.84%
  • key color value is 85.10%
CMYK:
(97,0,37,85)
C97M0Y37K85 
(97%,0%,37%,85%)
(0.97/0.00/0.37/0.85)	

CMYK percentages

%97.37
%0
%36.84
%85.1

Codes

Color #012618 in popluar color models

012618
RGB13824
HSL157°94.87%7.65%
HSB/HSV157°97.37%14.90%
CMYK97.37%0.00%36.84%
85.10%

Color #012618 in popluar number systems.

HEX012618
Decimal13824
Binary110011011000
Octal14630

Shades and tints

Shades of #012618

#012618
(1,38,24)
#012316
(1,35,22)
#012014
(1,32,20)
#011D12
(1,29,18)
#011A10
(1,26,16)
#01170E
(1,23,14)
#01140C
(1,20,12)
#01110A
(1,17,10)
#010E08
(1,14,8)
#010B06
(1,11,6)
#010804
(1,8,4)
#000000
(0,0,0)

Tints of #012618

#012618
(1,38,24)
#18392D
(24,57,45)
#2F4C42
(47,76,66)
#465F57
(70,95,87)
#5D726C
(93,114,108)
#748581
(116,133,129)
#8B9896
(139,152,150)
#A2ABAB
(162,171,171)
#B9BEC0
(185,190,192)
#D0D1D5
(208,209,213)
#E7E4EA
(231,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012618 color. Also use rgb(1,38,24) instead hex code.

Text Font Color

.myTextColor { color: #012618; }

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

This text font color is #012618.


Background Color

.myBgColor { background-color: #012618; }

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

This div background color is #012618.


Border color

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

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

This div border color is #012618.


Opacity

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

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

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

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

This text has shadow with #012618 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012618 on black background.


Color preview on white background

This text has color #012618 on white background.



Black color preview on #012618 background

This text has black color on #012618 background.


White color preview on #012618 background

This text has white color on #012618 background.