COLOR #1D520D

HEX: #1D520D
RGB: (29,82,13)

Color info

#1D520D contains mainly red and green colors. Web safe color of #1D520D is #336600 (or #360).

RGB color model

#1D520D color RGB value is (29,82,13).

  • red value is 29;
  • green value is 82;
  • blue value is 13.
RGB:
(29,82,13)
(11%,32%,5%)

RGB channels and saturation

R 29 of 255 = 11%
G 82 of 255 = 32%
B 13 of 255 = 5%

29
82
13

R + G + B ~ 16%. #1D520D is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 82 + 13 = 124 (100%)
R 29 of 124 ~ 23.39%
G 82 of 124 ~ 66.13%
B 13 of 124 ~ 10.48%

%23.39
%66.13
%10.48

CMYK color model

#1D520D color CMYK value is (65,0,84,68).

  • cyan value is 64.63%
  • magenta value is 0.00%
  • yellow value is 84.15%
  • key color value is 67.84%
CMYK:
(65,0,84,68)
C65M0Y84K68 
(65%,0%,84%,68%)
(0.65/0.00/0.84/0.68)	

CMYK percentages

%64.63
%0
%84.15
%67.84

Codes

Color #1D520D in popluar color models

1D520D
RGB298213
HSL106°72.63%18.63%
HSB/HSV106°84.15%32.16%
CMYK64.63%0.00%84.15%
67.84%

Color #1D520D in popluar number systems.

HEX1D520D
Decimal298213
Binary1110110100101101
Octal3512215

Shades and tints

Shades of #1D520D

#1D520D
(29,82,13)
#1B4B0C
(27,75,12)
#19440B
(25,68,11)
#173D0A
(23,61,10)
#153609
(21,54,9)
#132F08
(19,47,8)
#112807
(17,40,7)
#0F2106
(15,33,6)
#0D1A05
(13,26,5)
#0B1304
(11,19,4)
#090C03
(9,12,3)
#000000
(0,0,0)

Tints of #1D520D

#1D520D
(29,82,13)
#316123
(49,97,35)
#457039
(69,112,57)
#597F4F
(89,127,79)
#6D8E65
(109,142,101)
#819D7B
(129,157,123)
#95AC91
(149,172,145)
#A9BBA7
(169,187,167)
#BDCABD
(189,202,189)
#D1D9D3
(209,217,211)
#E5E8E9
(229,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D520D color. Also use rgb(29,82,13) instead hex code.

Text Font Color

.myTextColor { color: #1D520D; }

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

This text font color is #1D520D.


Background Color

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

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

This div background color is #1D520D.


Border color

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

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

This div border color is #1D520D.


Opacity

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

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

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

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

This text has shadow with #1D520D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D520D on black background.


Color preview on white background

This text has color #1D520D on white background.



Black color preview on #1D520D background

This text has black color on #1D520D background.


White color preview on #1D520D background

This text has white color on #1D520D background.