COLOR #1D2E13

HEX: #1D2E13 RGB: (29,46,19)

Color info

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

RGB color model

#1D2E13 color RGB value is (29,46,19).

RGB: (29,46,19) (11%, 18%, 7%)

RGB channels and saturation

R 29 of 255 = 11%
G 46 of 255 = 18%
B 19 of 255 = 7%

29
46
19

R + G + B ~ 12%. #1D2E13 is dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 46 + 19 = 94 (100%)
R 29 of 94 ~ 30.85%
G 46 of 94 ~ 48.94%
B 19 of 94 ~ 20.21'%

%30.85
%48.94
%20.21

CMYK color model

#1D2E13 color CMYK value is (37,0,59,82).

  • cyan value is 36.96%
  • magenta value is 0.00%
  • yellow value is 58.70%
  • key color value is 81.96%

CMYK: (37,0,59,82)
C37M0Y59K82 (37%, 0%, 59%, 82%)
(0.37 / 0.00 / 0.59 / 0.82)

CMYK percentages

%36.96
%0
%58.7
%81.96

Codes

Color #1D2E13 in popluar color models

1D 2E 13
RGB 29 46 19
HSL 98° 41.54% 12.75%
HSB/HSV 98° 58.70% 18.04%
CMYK 36.96% 0.00% 58.70%
81.96%

Color #1D2E13 in popluar number systems.

HEX 1D 2E 13
Decimal 29 46 19
Binary 11101 101110 10011
Octal 35 56 23

Shades and tints

Shades of #1D2E13

#1D2E13
(29,46,19)
#1B2A12
(27,42,18)
#192611
(25,38,17)
#172210
(23,34,16)
#151E0F
(21,30,15)
#131A0E
(19,26,14)
#11160D
(17,22,13)
#0F120C
(15,18,12)
#0D0E0B
(13,14,11)
#0B0A0A
(11,10,10)
#090609
(9,6,9)
#000000
(0,0,0)

Tints of #1D2E13

#1D2E13
(29,46,19)
#314128
(49,65,40)
#45543D
(69,84,61)
#596752
(89,103,82)
#6D7A67
(109,122,103)
#818D7C
(129,141,124)
#95A091
(149,160,145)
#A9B3A6
(169,179,166)
#BDC6BB
(189,198,187)
#D1D9D0
(209,217,208)
#E5ECE5
(229,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D2E13 color. Also use rgb(29,46,19) instead hex code.

Text Font Color

.myTextColor { color: #1D2E13; }

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

This text font color is #1D2E13.

Background Color

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

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

This div background color is #1D2E13.

Border color

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

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

This div border color is #1D2E13.

Opacity

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

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

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

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

This text has shadow with #1D2E13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D2E13.

Preview

Color preview on black background

This text has color #1D2E13 on black background.


Color preview on white background

This text has color #1D2E13 on white background.


Black color preview on #1D2E13 background

This text has black color on #1D2E13 background.


White color preview on #1D2E13 background

This text has white color on #1D2E13 background.


Related colors

Complementary color

Complementary color for #hex is #E2D1EC.


I love getcolorcode.com

Triadic colors

1 #131D2E and #2E131D with #1D2E13 are triadic colors.

2 #132E1D and #2E1D13 with #1D2E13 are triadic colors.