COLOR #121E1D

HEX: #121E1D
RGB: (18,30,29)

Color info

#121E1D contains red, green and blue colors in about the same proportion. Web safe color of #121E1D is #003333 (or #033).

RGB color model

#121E1D color RGB value is (18,30,29).

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

RGB channels and saturation

R 18 of 255 = 7%
G 30 of 255 = 12%
B 29 of 255 = 11%

18
30
29

R + G + B ~ 10%. #121E1D is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 30 + 29 = 77 (100%)
R 18 of 77 ~ 23.38%
G 30 of 77 ~ 38.96%
B 29 of 77 ~ 37.66%

%23.38
%38.96
%37.66

CMYK color model

#121E1D color CMYK value is (40,0,3,88).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 88.24%
CMYK:
(40,0,3,88)
C40M0Y3K88 
(40%,0%,3%,88%)
(0.40/0.00/0.03/0.88)	

CMYK percentages

%40
%0
%3.33
%88.24

Codes

Color #121E1D in popluar color models

121E1D
RGB183029
HSL175°25.00%9.41%
HSB/HSV175°40.00%11.76%
CMYK40.00%0.00%3.33%
88.24%

Color #121E1D in popluar number systems.

HEX121E1D
Decimal183029
Binary100101111011101
Octal223635

Shades and tints

Shades of #121E1D

#121E1D
(18,30,29)
#111C1B
(17,28,27)
#101A19
(16,26,25)
#0F1817
(15,24,23)
#0E1615
(14,22,21)
#0D1413
(13,20,19)
#0C1211
(12,18,17)
#0B100F
(11,16,15)
#0A0E0D
(10,14,13)
#090C0B
(9,12,11)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #121E1D

#121E1D
(18,30,29)
#273231
(39,50,49)
#3C4645
(60,70,69)
#515A59
(81,90,89)
#666E6D
(102,110,109)
#7B8281
(123,130,129)
#909695
(144,150,149)
#A5AAA9
(165,170,169)
#BABEBD
(186,190,189)
#CFD2D1
(207,210,209)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121E1D; }

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

This text font color is #121E1D.


Background Color

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

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

This div background color is #121E1D.


Border color

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

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

This div border color is #121E1D.


Opacity

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

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

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

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

This text has shadow with #121E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121E1D on black background.


Color preview on white background

This text has color #121E1D on white background.



Black color preview on #121E1D background

This text has black color on #121E1D background.


White color preview on #121E1D background

This text has white color on #121E1D background.