COLOR #121E13

HEX: #121E13
RGB: (18,30,19)

Color info

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

RGB color model

#121E13 color RGB value is (18,30,19).

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

RGB channels and saturation

R 18 of 255 = 7%
G 30 of 255 = 12%
B 19 of 255 = 7%

18
30
19

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

Portions of RGB colors in percentages

R + G + B =
18 + 30 + 19 = 67 (100%)
R 18 of 67 ~ 26.87%
G 30 of 67 ~ 44.78%
B 19 of 67 ~ 28.36%

%26.87
%44.78
%28.36

CMYK color model

#121E13 color CMYK value is (40,0,37,88).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 36.67%
  • key color value is 88.24%
CMYK:
(40,0,37,88)
C40M0Y37K88 
(40%,0%,37%,88%)
(0.40/0.00/0.37/0.88)	

CMYK percentages

%40
%0
%36.67
%88.24

Codes

Color #121E13 in popluar color models

121E13
RGB183019
HSL125°25.00%9.41%
HSB/HSV125°40.00%11.76%
CMYK40.00%0.00%36.67%
88.24%

Color #121E13 in popluar number systems.

HEX121E13
Decimal183019
Binary100101111010011
Octal223623

Shades and tints

Shades of #121E13

#121E13
(18,30,19)
#111C12
(17,28,18)
#101A11
(16,26,17)
#0F1810
(15,24,16)
#0E160F
(14,22,15)
#0D140E
(13,20,14)
#0C120D
(12,18,13)
#0B100C
(11,16,12)
#0A0E0B
(10,14,11)
#090C0A
(9,12,10)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #121E13

#121E13
(18,30,19)
#273228
(39,50,40)
#3C463D
(60,70,61)
#515A52
(81,90,82)
#666E67
(102,110,103)
#7B827C
(123,130,124)
#909691
(144,150,145)
#A5AAA6
(165,170,166)
#BABEBB
(186,190,187)
#CFD2D0
(207,210,208)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121E13; }

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

This text font color is #121E13.


Background Color

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

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

This div background color is #121E13.


Border color

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

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

This div border color is #121E13.


Opacity

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

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

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

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

This text has shadow with #121E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121E13 on black background.


Color preview on white background

This text has color #121E13 on white background.



Black color preview on #121E13 background

This text has black color on #121E13 background.


White color preview on #121E13 background

This text has white color on #121E13 background.