COLOR #1D3712

HEX: #1D3712 RGB: (29,55,18)

Color info

#1D3712 contains red, green and blue colors in about the same proportion. Web safe color of #1D3712 is #333300 (or #330).

RGB color model

#1D3712 color RGB value is (29,55,18).

RGB: (29,55,18) (11%, 22%, 7%)

RGB channels and saturation

R 29 of 255 = 11%
G 55 of 255 = 22%
B 18 of 255 = 7%

29
55
18

R + G + B ~ 13%. #1D3712 is dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 55 + 18 = 102 (100%)
R 29 of 102 ~ 28.43%
G 55 of 102 ~ 53.92%
B 18 of 102 ~ 17.65'%

%28.43
%53.92
%17.65

CMYK color model

#1D3712 color CMYK value is (47,0,67,78).

  • cyan value is 47.27%
  • magenta value is 0.00%
  • yellow value is 67.27%
  • key color value is 78.43%
CMYK: (47,0,67,78) C47M0Y67K78 (47%,0%,67%,78%) (0.47/0.00/0.67/0.78) 

CMYK percentages

%47.27
%0
%67.27
%78.43

Codes

Color #1D3712 in popluar color models

1D 37 12
RGB 29 55 18
HSL 102° 50.68% 14.31%
HSB/HSV 102° 67.27% 21.57%
CMYK 47.27% 0.00% 67.27%
78.43%

Color #1D3712 in popluar number systems.

HEX 1D 37 12
Decimal 29 55 18
Binary 11101 110111 10010
Octal 35 67 22

Shades and tints

Shades of #1D3712

#1D3712
(29,55,18)
#1B3211
(27,50,17)
#192D10
(25,45,16)
#17280F
(23,40,15)
#15230E
(21,35,14)
#131E0D
(19,30,13)
#11190C
(17,25,12)
#0F140B
(15,20,11)
#0D0F0A
(13,15,10)
#0B0A09
(11,10,9)
#090508
(9,5,8)
#000000
(0,0,0)

Tints of #1D3712

#1D3712
(29,55,18)
#314927
(49,73,39)
#455B3C
(69,91,60)
#596D51
(89,109,81)
#6D7F66
(109,127,102)
#81917B
(129,145,123)
#95A390
(149,163,144)
#A9B5A5
(169,181,165)
#BDC7BA
(189,199,186)
#D1D9CF
(209,217,207)
#E5EBE4
(229,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D3712; }

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

This text font color is #1D3712.

Background Color

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

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

This div background color is #1D3712.

Border color

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

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

This div border color is #1D3712.

Opacity

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

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

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

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

This text has shadow with #1D3712 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D3712.

Preview

Color preview on black background

This text has color #1D3712 on black background.


Color preview on white background

This text has color #1D3712 on white background.


Black color preview on #1D3712 background

This text has black color on #1D3712 background.


White color preview on #1D3712 background

This text has white color on #1D3712 background.


Related colors

Complementary color

Complementary color for #hex is #E2C8ED.


I love getcolorcode.com

Triadic colors

1 #121D37 and #37121D with #1D3712 are triadic colors.

2 #12371D and #371D12 with #1D3712 are triadic colors.