COLOR #121A05

HEX: #121A05
RGB: (18,26,5)

Color info

#121A05 contains red, green and blue colors in about the same proportion. Web safe color of #121A05 is #000000 (or #000).

RGB color model

#121A05 color RGB value is (18,26,5).

  • red value is 18;
  • green value is 26;
  • blue value is 5.
RGB: (18,26,5) (7%,10%,2%)

RGB channels and saturation

R 18 of 255 = 7%
G 26 of 255 = 10%
B 5 of 255 = 2%

18
26
5

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

Portions of RGB colors in percentages

R + G + B =
18 + 26 + 5 = 49 (100%)
R 18 of 49 ~ 36.73%
G 26 of 49 ~ 53.06%
B 5 of 49 ~ 10.2%

%36.73
%53.06
%10.2

CMYK color model

#121A05 color CMYK value is (31,0,81,90).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 80.77%
  • key color value is 89.80%
CMYK: (31,0,81,90) C31M0Y81K90 (31%,0%,81%,90%) (0.31/0.00/0.81/0.90)

CMYK percentages

%30.77
%0
%80.77
%89.8

Codes

Color #121A05 in popluar color models

121A05
RGB18265
HSL83°67.74%6.08%
HSB/HSV83°80.77%10.20%
CMYK30.77%0.00%80.77%
89.80%

Color #121A05 in popluar number systems.

HEX121A05
Decimal18265
Binary1001011010101
Octal22325

Shades and tints

Shades of #121A05

#121A05
(18,26,5)
#111805
(17,24,5)
#101605
(16,22,5)
#0F1405
(15,20,5)
#0E1205
(14,18,5)
#0D1005
(13,16,5)
#0C0E05
(12,14,5)
#0B0C05
(11,12,5)
#0A0A05
(10,10,5)
#090805
(9,8,5)
#080605
(8,6,5)
#000000
(0,0,0)

Tints of #121A05

#121A05
(18,26,5)
#272E1B
(39,46,27)
#3C4231
(60,66,49)
#515647
(81,86,71)
#666A5D
(102,106,93)
#7B7E73
(123,126,115)
#909289
(144,146,137)
#A5A69F
(165,166,159)
#BABAB5
(186,186,181)
#CFCECB
(207,206,203)
#E4E2E1
(228,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121A05 color. Also use rgb(18,26,5) instead hex code.

Text Font Color

.myTextColor { color: #121A05; }

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

This text font color is #121A05.


Background Color

.myBgColor { background-color: #121A05; }

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

This div background color is #121A05.


Border color

.myBorderColor { border: 1px solid #121A05; }

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

This div border color is #121A05.


Opacity

.myOpacity80 { color: #121A05; opacity: 0.8; }

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

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

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

This text has shadow with #121A05 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #121A05 on black background.


Color preview on white background

This text has color #121A05 on white background.



Black color preview on #121A05 background

This text has black color on #121A05 background.


White color preview on #121A05 background

This text has white color on #121A05 background.