COLOR #121C0F

HEX: #121C0F RGB: (18,28,15)

Color info

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

RGB color model

#121C0F color RGB value is (18,28,15).

RGB: (18,28,15) (7%, 11%, 6%)

RGB channels and saturation

R 18 of 255 = 7%
G 28 of 255 = 11%
B 15 of 255 = 6%

18
28
15

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

Portions of RGB colors in percentages

R + G + B = 18 + 28 + 15 = 61 (100%)
R 18 of 61 ~ 29.51%
G 28 of 61 ~ 45.9%
B 15 of 61 ~ 24.59'%

%29.51
%45.9
%24.59

CMYK color model

#121C0F color CMYK value is (36,0,46,89).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 89.02%

CMYK: (36,0,46,89)
C36M0Y46K89 (36%, 0%, 46%, 89%)
(0.36 / 0.00 / 0.46 / 0.89)

CMYK percentages

%35.71
%0
%46.43
%89.02

Codes

Color #121C0F in popluar color models

12 1C 0F
RGB 18 28 15
HSL 106° 30.23% 8.43%
HSB/HSV 106° 46.43% 10.98%
CMYK 35.71% 0.00% 46.43%
89.02%

Color #121C0F in popluar number systems.

HEX 12 1C 0F
Decimal 18 28 15
Binary 10010 11100 1111
Octal 22 34 17

Shades and tints

Shades of #121C0F

#121C0F
(18,28,15)
#111A0E
(17,26,14)
#10180D
(16,24,13)
#0F160C
(15,22,12)
#0E140B
(14,20,11)
#0D120A
(13,18,10)
#0C1009
(12,16,9)
#0B0E08
(11,14,8)
#0A0C07
(10,12,7)
#090A06
(9,10,6)
#080805
(8,8,5)
#000000
(0,0,0)

Tints of #121C0F

#121C0F
(18,28,15)
#273024
(39,48,36)
#3C4439
(60,68,57)
#51584E
(81,88,78)
#666C63
(102,108,99)
#7B8078
(123,128,120)
#90948D
(144,148,141)
#A5A8A2
(165,168,162)
#BABCB7
(186,188,183)
#CFD0CC
(207,208,204)
#E4E4E1
(228,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121C0F color. Also use rgb(18,28,15) instead hex code.

Text Font Color

.myTextColor { color: #121C0F; }

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

This text font color is #121C0F.

Background Color

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

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

This div background color is #121C0F.

Border color

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

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

This div border color is #121C0F.

Opacity

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

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

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

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

This text has shadow with #121C0F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121C0F.

Preview

Color preview on black background

This text has color #121C0F on black background.


Color preview on white background

This text has color #121C0F on white background.


Black color preview on #121C0F background

This text has black color on #121C0F background.


White color preview on #121C0F background

This text has white color on #121C0F background.


Related colors

Complementary color

Complementary color for #hex is #EDE3F0.


I love getcolorcode.com

Triadic colors

1 #0F121C and #1C0F12 with #121C0F are triadic colors.

2 #0F1C12 and #1C120F with #121C0F are triadic colors.