COLOR #1D122E

HEX: #1D122E
RGB: (29,18,46)

Color info

#1D122E contains red, green and blue colors in about the same proportion. Web safe color of #1D122E is #330033 (or #303).

RGB color model

#1D122E color RGB value is (29,18,46).

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

RGB channels and saturation

R 29 of 255 = 11%
G 18 of 255 = 7%
B 46 of 255 = 18%

29
18
46

R + G + B ~ 12%. #1D122E is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 18 + 46 = 93 (100%)
R 29 of 93 ~ 31.18%
G 18 of 93 ~ 19.35%
B 46 of 93 ~ 49.46%

%31.18
%19.35
%49.46

CMYK color model

#1D122E color CMYK value is (37,61,0,82).

  • cyan value is 36.96%
  • magenta value is 60.87%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(37,61,0,82)
C37M61Y0K82 
(37%,61%,0%,82%)
(0.37/0.61/0.00/0.82)	

CMYK percentages

%36.96
%60.87
%0
%81.96

Codes

Color #1D122E in popluar color models

1D122E
RGB291846
HSL264°43.75%12.55%
HSB/HSV264°60.87%18.04%
CMYK36.96%60.87%0.00%
81.96%

Color #1D122E in popluar number systems.

HEX1D122E
Decimal291846
Binary1110110010101110
Octal352256

Shades and tints

Shades of #1D122E

#1D122E
(29,18,46)
#1B112A
(27,17,42)
#191026
(25,16,38)
#170F22
(23,15,34)
#150E1E
(21,14,30)
#130D1A
(19,13,26)
#110C16
(17,12,22)
#0F0B12
(15,11,18)
#0D0A0E
(13,10,14)
#0B090A
(11,9,10)
#090806
(9,8,6)
#000000
(0,0,0)

Tints of #1D122E

#1D122E
(29,18,46)
#312741
(49,39,65)
#453C54
(69,60,84)
#595167
(89,81,103)
#6D667A
(109,102,122)
#817B8D
(129,123,141)
#9590A0
(149,144,160)
#A9A5B3
(169,165,179)
#BDBAC6
(189,186,198)
#D1CFD9
(209,207,217)
#E5E4EC
(229,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D122E color. Also use rgb(29,18,46) instead hex code.

Text Font Color

.myTextColor { color: #1D122E; }

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

This text font color is #1D122E.


Background Color

.myBgColor { background-color: #1D122E; }

<div style="background-color:#1D122E">Inner text</div>

This div background color is #1D122E.


Border color

.myBorderColor { border: 1px solid #1D122E; }

<div style="border:3px solid #1D122E">Div</div>

This div border color is #1D122E.


Opacity

.myOpacity80 { color: #1D122E; opacity: 0.8; }

<p style="color:#1D122E;opacity:0.8;">80%</p>

Text with #1D122E 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 #1D122E;}

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

This text has shadow with #1D122E color.

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

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

This text has shadow with #1D122E primary color and red secondary color.


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

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

This text has shadow with #1D122E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D122E on black background.


Color preview on white background

This text has color #1D122E on white background.



Black color preview on #1D122E background

This text has black color on #1D122E background.


White color preview on #1D122E background

This text has white color on #1D122E background.