COLOR #121B0A

HEX: #121B0A RGB: (18,27,10)

Color info

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

RGB color model

#121B0A color RGB value is (18,27,10).

RGB: (18,27,10) (7%, 11%, 4%)

RGB channels and saturation

R 18 of 255 = 7%
G 27 of 255 = 11%
B 10 of 255 = 4%

18
27
10

R + G + B ~ 7%. #121B0A is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 27 + 10 = 55 (100%)
R 18 of 55 ~ 32.73%
G 27 of 55 ~ 49.09%
B 10 of 55 ~ 18.18'%

%32.73
%49.09
%18.18

CMYK color model

#121B0A color CMYK value is (33,0,63,89).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 62.96%
  • key color value is 89.41%

CMYK: (33,0,63,89)
C33M0Y63K89 (33%, 0%, 63%, 89%)
(0.33 / 0.00 / 0.63 / 0.89)

CMYK percentages

%33.33
%0
%62.96
%89.41

Codes

Color #121B0A in popluar color models

12 1B 0A
RGB 18 27 10
HSL 92° 45.95% 7.25%
HSB/HSV 92° 62.96% 10.59%
CMYK 33.33% 0.00% 62.96%
89.41%

Color #121B0A in popluar number systems.

HEX 12 1B 0A
Decimal 18 27 10
Binary 10010 11011 1010
Octal 22 33 12

Shades and tints

Shades of #121B0A

#121B0A
(18,27,10)
#11190A
(17,25,10)
#10170A
(16,23,10)
#0F150A
(15,21,10)
#0E130A
(14,19,10)
#0D110A
(13,17,10)
#0C0F0A
(12,15,10)
#0B0D0A
(11,13,10)
#0A0B0A
(10,11,10)
#09090A
(9,9,10)
#08070A
(8,7,10)
#000000
(0,0,0)

Tints of #121B0A

#121B0A
(18,27,10)
#272F20
(39,47,32)
#3C4336
(60,67,54)
#51574C
(81,87,76)
#666B62
(102,107,98)
#7B7F78
(123,127,120)
#90938E
(144,147,142)
#A5A7A4
(165,167,164)
#BABBBA
(186,187,186)
#CFCFD0
(207,207,208)
#E4E3E6
(228,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121B0A color. Also use rgb(18,27,10) instead hex code.

Text Font Color

.myTextColor { color: #121B0A; }

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

This text font color is #121B0A.

Background Color

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

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

This div background color is #121B0A.

Border color

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

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

This div border color is #121B0A.

Opacity

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

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

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

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

This text has shadow with #121B0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121B0A.

Preview

Color preview on black background

This text has color #121B0A on black background.


Color preview on white background

This text has color #121B0A on white background.


Black color preview on #121B0A background

This text has black color on #121B0A background.


White color preview on #121B0A background

This text has white color on #121B0A background.


Related colors

Complementary color

Complementary color for #hex is #EDE4F5.


I love getcolorcode.com

Triadic colors

1 #0A121B and #1B0A12 with #121B0A are triadic colors.

2 #0A1B12 and #1B120A with #121B0A are triadic colors.