COLOR #1D3325

HEX: #1D3325
RGB: (29,51,37)

Color info

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

RGB color model

#1D3325 color RGB value is (29,51,37).

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

RGB channels and saturation

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

29
51
37

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

Portions of RGB colors in percentages

R + G + B =
29 + 51 + 37 = 117 (100%)
R 29 of 117 ~ 24.79%
G 51 of 117 ~ 43.59%
B 37 of 117 ~ 31.62%

%24.79
%43.59
%31.62

CMYK color model

#1D3325 color CMYK value is (43,0,27,80).

  • cyan value is 43.14%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 80.00%
CMYK:
(43,0,27,80)
C43M0Y27K80 
(43%,0%,27%,80%)
(0.43/0.00/0.27/0.80)	

CMYK percentages

%43.14
%0
%27.45
%80

Codes

Color #1D3325 in popluar color models

1D3325
RGB295137
HSL142°27.50%15.69%
HSB/HSV142°43.14%20.00%
CMYK43.14%0.00%27.45%
80.00%

Color #1D3325 in popluar number systems.

HEX1D3325
Decimal295137
Binary11101110011100101
Octal356345

Shades and tints

Shades of #1D3325

#1D3325
(29,51,37)
#1B2F22
(27,47,34)
#192B1F
(25,43,31)
#17271C
(23,39,28)
#152319
(21,35,25)
#131F16
(19,31,22)
#111B13
(17,27,19)
#0F1710
(15,23,16)
#0D130D
(13,19,13)
#0B0F0A
(11,15,10)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #1D3325

#1D3325
(29,51,37)
#314538
(49,69,56)
#45574B
(69,87,75)
#59695E
(89,105,94)
#6D7B71
(109,123,113)
#818D84
(129,141,132)
#959F97
(149,159,151)
#A9B1AA
(169,177,170)
#BDC3BD
(189,195,189)
#D1D5D0
(209,213,208)
#E5E7E3
(229,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D3325; }

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

This text font color is #1D3325.


Background Color

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

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

This div background color is #1D3325.


Border color

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

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

This div border color is #1D3325.


Opacity

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

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

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

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

This text has shadow with #1D3325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D3325 on black background.


Color preview on white background

This text has color #1D3325 on white background.



Black color preview on #1D3325 background

This text has black color on #1D3325 background.


White color preview on #1D3325 background

This text has white color on #1D3325 background.