COLOR #1D3710

HEX: #1D3710 RGB: (29,55,16)

Color info

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

RGB color model

#1D3710 color RGB value is (29,55,16).

RGB: (29,55,16) (11%, 22%, 6%)

RGB channels and saturation

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

29
55
16

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

Portions of RGB colors in percentages

R + G + B = 29 + 55 + 16 = 100 (100%)
R 29 of 100 ~ 29%
G 55 of 100 ~ 55%
B 16 of 100 ~ 16'%

%29
%55
%16

CMYK color model

#1D3710 color CMYK value is (47,0,71,78).

  • cyan value is 47.27%
  • magenta value is 0.00%
  • yellow value is 70.91%
  • key color value is 78.43%

CMYK: (47,0,71,78)
C47M0Y71K78 (47%, 0%, 71%, 78%)
(0.47 / 0.00 / 0.71 / 0.78)

CMYK percentages

%47.27
%0
%70.91
%78.43

Codes

Color #1D3710 in popluar color models

1D 37 10
RGB 29 55 16
HSL 100° 54.93% 13.92%
HSB/HSV 100° 70.91% 21.57%
CMYK 47.27% 0.00% 70.91%
78.43%

Color #1D3710 in popluar number systems.

HEX 1D 37 10
Decimal 29 55 16
Binary 11101 110111 10000
Octal 35 67 20

Shades and tints

Shades of #1D3710

#1D3710
(29,55,16)
#1B320F
(27,50,15)
#192D0E
(25,45,14)
#17280D
(23,40,13)
#15230C
(21,35,12)
#131E0B
(19,30,11)
#11190A
(17,25,10)
#0F1409
(15,20,9)
#0D0F08
(13,15,8)
#0B0A07
(11,10,7)
#090506
(9,5,6)
#000000
(0,0,0)

Tints of #1D3710

#1D3710
(29,55,16)
#314925
(49,73,37)
#455B3A
(69,91,58)
#596D4F
(89,109,79)
#6D7F64
(109,127,100)
#819179
(129,145,121)
#95A38E
(149,163,142)
#A9B5A3
(169,181,163)
#BDC7B8
(189,199,184)
#D1D9CD
(209,217,205)
#E5EBE2
(229,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D3710; }

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

This text font color is #1D3710.

Background Color

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

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

This div background color is #1D3710.

Border color

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

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

This div border color is #1D3710.

Opacity

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

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

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

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

This text has shadow with #1D3710 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D3710.

Preview

Color preview on black background

This text has color #1D3710 on black background.


Color preview on white background

This text has color #1D3710 on white background.


Black color preview on #1D3710 background

This text has black color on #1D3710 background.


White color preview on #1D3710 background

This text has white color on #1D3710 background.


Related colors

Complementary color

Complementary color for #hex is #E2C8EF.


I love getcolorcode.com

Triadic colors

1 #101D37 and #37101D with #1D3710 are triadic colors.

2 #10371D and #371D10 with #1D3710 are triadic colors.