COLOR #1D3327

HEX: #1D3327
RGB: (29,51,39)

Color info

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

RGB color model

#1D3327 color RGB value is (29,51,39).

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

RGB channels and saturation

R 29 of 255 = 11%
G 51 of 255 = 20%
B 39 of 255 = 15%

29
51
39

R + G + B ~ 15%. #1D3327 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 51 + 39 = 119 (100%)
R 29 of 119 ~ 24.37%
G 51 of 119 ~ 42.86%
B 39 of 119 ~ 32.77%

%24.37
%42.86
%32.77

CMYK color model

#1D3327 color CMYK value is (43,0,24,80).

  • cyan value is 43.14%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 80.00%
CMYK:
(43,0,24,80)
C43M0Y24K80 
(43%,0%,24%,80%)
(0.43/0.00/0.24/0.80)	

CMYK percentages

%43.14
%0
%23.53
%80

Codes

Color #1D3327 in popluar color models

1D3327
RGB295139
HSL147°27.50%15.69%
HSB/HSV147°43.14%20.00%
CMYK43.14%0.00%23.53%
80.00%

Color #1D3327 in popluar number systems.

HEX1D3327
Decimal295139
Binary11101110011100111
Octal356347

Shades and tints

Shades of #1D3327

#1D3327
(29,51,39)
#1B2F24
(27,47,36)
#192B21
(25,43,33)
#17271E
(23,39,30)
#15231B
(21,35,27)
#131F18
(19,31,24)
#111B15
(17,27,21)
#0F1712
(15,23,18)
#0D130F
(13,19,15)
#0B0F0C
(11,15,12)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #1D3327

#1D3327
(29,51,39)
#31453A
(49,69,58)
#45574D
(69,87,77)
#596960
(89,105,96)
#6D7B73
(109,123,115)
#818D86
(129,141,134)
#959F99
(149,159,153)
#A9B1AC
(169,177,172)
#BDC3BF
(189,195,191)
#D1D5D2
(209,213,210)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D3327; }

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

This text font color is #1D3327.


Background Color

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

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

This div background color is #1D3327.


Border color

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

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

This div border color is #1D3327.


Opacity

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

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

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

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

This text has shadow with #1D3327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D3327 on black background.


Color preview on white background

This text has color #1D3327 on white background.



Black color preview on #1D3327 background

This text has black color on #1D3327 background.


White color preview on #1D3327 background

This text has white color on #1D3327 background.