COLOR #1D3718

HEX: #1D3718
RGB: (29,55,24)

Color info

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

RGB color model

#1D3718 color RGB value is (29,55,24).

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

RGB channels and saturation

R 29 of 255 = 11%
G 55 of 255 = 22%
B 24 of 255 = 9%

29
55
24

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

Portions of RGB colors in percentages

R + G + B =
29 + 55 + 24 = 108 (100%)
R 29 of 108 ~ 26.85%
G 55 of 108 ~ 50.93%
B 24 of 108 ~ 22.22%

%26.85
%50.93
%22.22

CMYK color model

#1D3718 color CMYK value is (47,0,56,78).

  • cyan value is 47.27%
  • magenta value is 0.00%
  • yellow value is 56.36%
  • key color value is 78.43%
CMYK:
(47,0,56,78)
C47M0Y56K78 
(47%,0%,56%,78%)
(0.47/0.00/0.56/0.78)	

CMYK percentages

%47.27
%0
%56.36
%78.43

Codes

Color #1D3718 in popluar color models

1D3718
RGB295524
HSL110°39.24%15.49%
HSB/HSV110°56.36%21.57%
CMYK47.27%0.00%56.36%
78.43%

Color #1D3718 in popluar number systems.

HEX1D3718
Decimal295524
Binary1110111011111000
Octal356730

Shades and tints

Shades of #1D3718

#1D3718
(29,55,24)
#1B3216
(27,50,22)
#192D14
(25,45,20)
#172812
(23,40,18)
#152310
(21,35,16)
#131E0E
(19,30,14)
#11190C
(17,25,12)
#0F140A
(15,20,10)
#0D0F08
(13,15,8)
#0B0A06
(11,10,6)
#090504
(9,5,4)
#000000
(0,0,0)

Tints of #1D3718

#1D3718
(29,55,24)
#31492D
(49,73,45)
#455B42
(69,91,66)
#596D57
(89,109,87)
#6D7F6C
(109,127,108)
#819181
(129,145,129)
#95A396
(149,163,150)
#A9B5AB
(169,181,171)
#BDC7C0
(189,199,192)
#D1D9D5
(209,217,213)
#E5EBEA
(229,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D3718; }

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

This text font color is #1D3718.


Background Color

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

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

This div background color is #1D3718.


Border color

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

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

This div border color is #1D3718.


Opacity

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

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

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

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

This text has shadow with #1D3718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D3718 on black background.


Color preview on white background

This text has color #1D3718 on white background.



Black color preview on #1D3718 background

This text has black color on #1D3718 background.


White color preview on #1D3718 background

This text has white color on #1D3718 background.