COLOR #1D3007

HEX: #1D3007
RGB: (29,48,7)

Color info

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

RGB color model

#1D3007 color RGB value is (29,48,7).

  • red value is 29;
  • green value is 48;
  • blue value is 7.
RGB:
(29,48,7)
(11%,19%,3%)

RGB channels and saturation

R 29 of 255 = 11%
G 48 of 255 = 19%
B 7 of 255 = 3%

29
48
7

R + G + B ~ 11%. #1D3007 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 48 + 7 = 84 (100%)
R 29 of 84 ~ 34.52%
G 48 of 84 ~ 57.14%
B 7 of 84 ~ 8.33%

%34.52
%57.14

CMYK color model

#1D3007 color CMYK value is (40,0,85,81).

  • cyan value is 39.58%
  • magenta value is 0.00%
  • yellow value is 85.42%
  • key color value is 81.18%
CMYK:
(40,0,85,81)
C40M0Y85K81 
(40%,0%,85%,81%)
(0.40/0.00/0.85/0.81)	

CMYK percentages

%39.58
%0
%85.42
%81.18

Codes

Color #1D3007 in popluar color models

1D3007
RGB29487
HSL88°74.55%10.78%
HSB/HSV88°85.42%18.82%
CMYK39.58%0.00%85.42%
81.18%

Color #1D3007 in popluar number systems.

HEX1D3007
Decimal29487
Binary11101110000111
Octal35607

Shades and tints

Shades of #1D3007

#1D3007
(29,48,7)
#1B2C07
(27,44,7)
#192807
(25,40,7)
#172407
(23,36,7)
#152007
(21,32,7)
#131C07
(19,28,7)
#111807
(17,24,7)
#0F1407
(15,20,7)
#0D1007
(13,16,7)
#0B0C07
(11,12,7)
#090807
(9,8,7)
#000000
(0,0,0)

Tints of #1D3007

#1D3007
(29,48,7)
#31421D
(49,66,29)
#455433
(69,84,51)
#596649
(89,102,73)
#6D785F
(109,120,95)
#818A75
(129,138,117)
#959C8B
(149,156,139)
#A9AEA1
(169,174,161)
#BDC0B7
(189,192,183)
#D1D2CD
(209,210,205)
#E5E4E3
(229,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D3007 color. Also use rgb(29,48,7) instead hex code.

Text Font Color

.myTextColor { color: #1D3007; }

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

This text font color is #1D3007.


Background Color

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

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

This div background color is #1D3007.


Border color

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

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

This div border color is #1D3007.


Opacity

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

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

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

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

This text has shadow with #1D3007 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D3007 on black background.


Color preview on white background

This text has color #1D3007 on white background.



Black color preview on #1D3007 background

This text has black color on #1D3007 background.


White color preview on #1D3007 background

This text has white color on #1D3007 background.