COLOR #1D2729

HEX: #1D2729
RGB: (29,39,41)

Color info

#1D2729 contains red, green and blue colors in about the same proportion. Web safe color of #1D2729 is #333333 (or #333).

RGB color model

#1D2729 color RGB value is (29,39,41).

  • red value is 29;
  • green value is 39;
  • blue value is 41.
RGB:
(29,39,41)
(11%,15%,16%)

RGB channels and saturation

R 29 of 255 = 11%
G 39 of 255 = 15%
B 41 of 255 = 16%

29
39
41

R + G + B ~ 14%. #1D2729 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 39 + 41 = 109 (100%)
R 29 of 109 ~ 26.61%
G 39 of 109 ~ 35.78%
B 41 of 109 ~ 37.61%

%26.61
%35.78
%37.61

CMYK color model

#1D2729 color CMYK value is (29,5,0,84).

  • cyan value is 29.27%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(29,5,0,84)
C29M5Y0K84 
(29%,5%,0%,84%)
(0.29/0.05/0.00/0.84)	

CMYK percentages

%29.27
%4.88
%0
%83.92

Codes

Color #1D2729 in popluar color models

1D2729
RGB293941
HSL190°17.14%13.73%
HSB/HSV190°29.27%16.08%
CMYK29.27%4.88%0.00%
83.92%

Color #1D2729 in popluar number systems.

HEX1D2729
Decimal293941
Binary11101100111101001
Octal354751

Shades and tints

Shades of #1D2729

#1D2729
(29,39,41)
#1B2426
(27,36,38)
#192123
(25,33,35)
#171E20
(23,30,32)
#151B1D
(21,27,29)
#13181A
(19,24,26)
#111517
(17,21,23)
#0F1214
(15,18,20)
#0D0F11
(13,15,17)
#0B0C0E
(11,12,14)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #1D2729

#1D2729
(29,39,41)
#313A3C
(49,58,60)
#454D4F
(69,77,79)
#596062
(89,96,98)
#6D7375
(109,115,117)
#818688
(129,134,136)
#95999B
(149,153,155)
#A9ACAE
(169,172,174)
#BDBFC1
(189,191,193)
#D1D2D4
(209,210,212)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D2729 color. Also use rgb(29,39,41) instead hex code.

Text Font Color

.myTextColor { color: #1D2729; }

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

This text font color is #1D2729.


Background Color

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

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

This div background color is #1D2729.


Border color

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

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

This div border color is #1D2729.


Opacity

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

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

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

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

This text has shadow with #1D2729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D2729 on black background.


Color preview on white background

This text has color #1D2729 on white background.



Black color preview on #1D2729 background

This text has black color on #1D2729 background.


White color preview on #1D2729 background

This text has white color on #1D2729 background.