COLOR #1D172C

HEX: #1D172C
RGB: (29,23,44)

Color info

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

RGB color model

#1D172C color RGB value is (29,23,44).

  • red value is 29;
  • green value is 23;
  • blue value is 44.
RGB:
(29,23,44)
(11%,9%,17%)

RGB channels and saturation

R 29 of 255 = 11%
G 23 of 255 = 9%
B 44 of 255 = 17%

29
23
44

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

Portions of RGB colors in percentages

R + G + B =
29 + 23 + 44 = 96 (100%)
R 29 of 96 ~ 30.21%
G 23 of 96 ~ 23.96%
B 44 of 96 ~ 45.83%

%30.21
%23.96
%45.83

CMYK color model

#1D172C color CMYK value is (34,48,0,83).

  • cyan value is 34.09%
  • magenta value is 47.73%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(34,48,0,83)
C34M48Y0K83 
(34%,48%,0%,83%)
(0.34/0.48/0.00/0.83)	

CMYK percentages

%34.09
%47.73
%0
%82.75

Codes

Color #1D172C in popluar color models

1D172C
RGB292344
HSL257°31.34%13.14%
HSB/HSV257°47.73%17.25%
CMYK34.09%47.73%0.00%
82.75%

Color #1D172C in popluar number systems.

HEX1D172C
Decimal292344
Binary1110110111101100
Octal352754

Shades and tints

Shades of #1D172C

#1D172C
(29,23,44)
#1B1528
(27,21,40)
#191324
(25,19,36)
#171120
(23,17,32)
#150F1C
(21,15,28)
#130D18
(19,13,24)
#110B14
(17,11,20)
#0F0910
(15,9,16)
#0D070C
(13,7,12)
#0B0508
(11,5,8)
#090304
(9,3,4)
#000000
(0,0,0)

Tints of #1D172C

#1D172C
(29,23,44)
#312C3F
(49,44,63)
#454152
(69,65,82)
#595665
(89,86,101)
#6D6B78
(109,107,120)
#81808B
(129,128,139)
#95959E
(149,149,158)
#A9AAB1
(169,170,177)
#BDBFC4
(189,191,196)
#D1D4D7
(209,212,215)
#E5E9EA
(229,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D172C color. Also use rgb(29,23,44) instead hex code.

Text Font Color

.myTextColor { color: #1D172C; }

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

This text font color is #1D172C.


Background Color

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

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

This div background color is #1D172C.


Border color

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

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

This div border color is #1D172C.


Opacity

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

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

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

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

This text has shadow with #1D172C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D172C on black background.


Color preview on white background

This text has color #1D172C on white background.



Black color preview on #1D172C background

This text has black color on #1D172C background.


White color preview on #1D172C background

This text has white color on #1D172C background.