COLOR #1D3729

HEX: #1D3729
RGB: (29,55,41)

Color info

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

RGB color model

#1D3729 color RGB value is (29,55,41).

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

RGB channels and saturation

R 29 of 255 = 11%
G 55 of 255 = 22%
B 41 of 255 = 16%

29
55
41

R + G + B ~ 16%. #1D3729 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 55 + 41 = 125 (100%)
R 29 of 125 ~ 23.2%
G 55 of 125 ~ 44%
B 41 of 125 ~ 32.8%

%23.2
%44
%32.8

CMYK color model

#1D3729 color CMYK value is (47,0,25,78).

  • cyan value is 47.27%
  • magenta value is 0.00%
  • yellow value is 25.45%
  • key color value is 78.43%
CMYK:
(47,0,25,78)
C47M0Y25K78 
(47%,0%,25%,78%)
(0.47/0.00/0.25/0.78)	

CMYK percentages

%47.27
%0
%25.45
%78.43

Codes

Color #1D3729 in popluar color models

1D3729
RGB295541
HSL148°30.95%16.47%
HSB/HSV148°47.27%21.57%
CMYK47.27%0.00%25.45%
78.43%

Color #1D3729 in popluar number systems.

HEX1D3729
Decimal295541
Binary11101110111101001
Octal356751

Shades and tints

Shades of #1D3729

#1D3729
(29,55,41)
#1B3226
(27,50,38)
#192D23
(25,45,35)
#172820
(23,40,32)
#15231D
(21,35,29)
#131E1A
(19,30,26)
#111917
(17,25,23)
#0F1414
(15,20,20)
#0D0F11
(13,15,17)
#0B0A0E
(11,10,14)
#09050B
(9,5,11)
#000000
(0,0,0)

Tints of #1D3729

#1D3729
(29,55,41)
#31493C
(49,73,60)
#455B4F
(69,91,79)
#596D62
(89,109,98)
#6D7F75
(109,127,117)
#819188
(129,145,136)
#95A39B
(149,163,155)
#A9B5AE
(169,181,174)
#BDC7C1
(189,199,193)
#D1D9D4
(209,217,212)
#E5EBE7
(229,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D3729; }

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

This text font color is #1D3729.


Background Color

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

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

This div background color is #1D3729.


Border color

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

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

This div border color is #1D3729.


Opacity

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

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

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

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

This text has shadow with #1D3729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D3729 on black background.


Color preview on white background

This text has color #1D3729 on white background.



Black color preview on #1D3729 background

This text has black color on #1D3729 background.


White color preview on #1D3729 background

This text has white color on #1D3729 background.