COLOR #121E17

HEX: #121E17
RGB: (18,30,23)

Color info

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

RGB color model

#121E17 color RGB value is (18,30,23).

  • red value is 18;
  • green value is 30;
  • blue value is 23.
RGB:
(18,30,23)
(7%,12%,9%)

RGB channels and saturation

R 18 of 255 = 7%
G 30 of 255 = 12%
B 23 of 255 = 9%

18
30
23

R + G + B ~ 9%. #121E17 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 30 + 23 = 71 (100%)
R 18 of 71 ~ 25.35%
G 30 of 71 ~ 42.25%
B 23 of 71 ~ 32.39%

%25.35
%42.25
%32.39

CMYK color model

#121E17 color CMYK value is (40,0,23,88).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 23.33%
  • key color value is 88.24%
CMYK:
(40,0,23,88)
C40M0Y23K88 
(40%,0%,23%,88%)
(0.40/0.00/0.23/0.88)	

CMYK percentages

%40
%0
%23.33
%88.24

Codes

Color #121E17 in popluar color models

121E17
RGB183023
HSL145°25.00%9.41%
HSB/HSV145°40.00%11.76%
CMYK40.00%0.00%23.33%
88.24%

Color #121E17 in popluar number systems.

HEX121E17
Decimal183023
Binary100101111010111
Octal223627

Shades and tints

Shades of #121E17

#121E17
(18,30,23)
#111C15
(17,28,21)
#101A13
(16,26,19)
#0F1811
(15,24,17)
#0E160F
(14,22,15)
#0D140D
(13,20,13)
#0C120B
(12,18,11)
#0B1009
(11,16,9)
#0A0E07
(10,14,7)
#090C05
(9,12,5)
#080A03
(8,10,3)
#000000
(0,0,0)

Tints of #121E17

#121E17
(18,30,23)
#27322C
(39,50,44)
#3C4641
(60,70,65)
#515A56
(81,90,86)
#666E6B
(102,110,107)
#7B8280
(123,130,128)
#909695
(144,150,149)
#A5AAAA
(165,170,170)
#BABEBF
(186,190,191)
#CFD2D4
(207,210,212)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121E17 color. Also use rgb(18,30,23) instead hex code.

Text Font Color

.myTextColor { color: #121E17; }

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

This text font color is #121E17.


Background Color

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

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

This div background color is #121E17.


Border color

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

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

This div border color is #121E17.


Opacity

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

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

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

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

This text has shadow with #121E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121E17 on black background.


Color preview on white background

This text has color #121E17 on white background.



Black color preview on #121E17 background

This text has black color on #121E17 background.


White color preview on #121E17 background

This text has white color on #121E17 background.