COLOR #1D2728

HEX: #1D2728 RGB: (29,39,40)

Color info

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

RGB color model

#1D2728 color RGB value is (29,39,40).

RGB: (29,39,40) (11%, 15%, 16%)

RGB channels and saturation

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

29
39
40

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

Portions of RGB colors in percentages

R + G + B = 29 + 39 + 40 = 108 (100%)
R 29 of 108 ~ 26.85%
G 39 of 108 ~ 36.11%
B 40 of 108 ~ 37.04'%

%26.85
%36.11
%37.04

CMYK color model

#1D2728 color CMYK value is (28,2,0,84).

  • cyan value is 27.50%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 84.31%

CMYK: (28,2,0,84)
C28M2Y0K84 (28%, 2%, 0%, 84%)
(0.28 / 0.02 / 0.00 / 0.84)

CMYK percentages

%27.5
%2.5
%0
%84.31

Codes

Color #1D2728 in popluar color models

1D 27 28
RGB 29 39 40
HSL 185° 15.94% 13.53%
HSB/HSV 185° 27.50% 15.69%
CMYK 27.50% 2.50% 0.00%
84.31%

Color #1D2728 in popluar number systems.

HEX 1D 27 28
Decimal 29 39 40
Binary 11101 100111 101000
Octal 35 47 50

Shades and tints

Shades of #1D2728

#1D2728
(29,39,40)
#1B2425
(27,36,37)
#192122
(25,33,34)
#171E1F
(23,30,31)
#151B1C
(21,27,28)
#131819
(19,24,25)
#111516
(17,21,22)
#0F1213
(15,18,19)
#0D0F10
(13,15,16)
#0B0C0D
(11,12,13)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #1D2728

#1D2728
(29,39,40)
#313A3B
(49,58,59)
#454D4E
(69,77,78)
#596061
(89,96,97)
#6D7374
(109,115,116)
#818687
(129,134,135)
#95999A
(149,153,154)
#A9ACAD
(169,172,173)
#BDBFC0
(189,191,192)
#D1D2D3
(209,210,211)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D2728; }

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

This text font color is #1D2728.

Background Color

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

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

This div background color is #1D2728.

Border color

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

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

This div border color is #1D2728.

Opacity

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

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

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

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

This text has shadow with #1D2728 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D2728.

Preview

Color preview on black background

This text has color #1D2728 on black background.


Color preview on white background

This text has color #1D2728 on white background.


Black color preview on #1D2728 background

This text has black color on #1D2728 background.


White color preview on #1D2728 background

This text has white color on #1D2728 background.


Related colors

Complementary color

Complementary color for #hex is #E2D8D7.


I love getcolorcode.com

Triadic colors

1 #281D27 and #27281D with #1D2728 are triadic colors.

2 #28271D and #271D28 with #1D2728 are triadic colors.