COLOR #1D4615

HEX: #1D4615
RGB: (29,70,21)

Color info

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

RGB color model

#1D4615 color RGB value is (29,70,21).

  • red value is 29;
  • green value is 70;
  • blue value is 21.
RGB:
(29,70,21)
(11%,27%,8%)

RGB channels and saturation

R 29 of 255 = 11%
G 70 of 255 = 27%
B 21 of 255 = 8%

29
70
21

R + G + B ~ 15%. #1D4615 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 70 + 21 = 120 (100%)
R 29 of 120 ~ 24.17%
G 70 of 120 ~ 58.33%
B 21 of 120 ~ 17.5%

%24.17
%58.33
%17.5

CMYK color model

#1D4615 color CMYK value is (59,0,70,73).

  • cyan value is 58.57%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 72.55%
CMYK:
(59,0,70,73)
C59M0Y70K73 
(59%,0%,70%,73%)
(0.59/0.00/0.70/0.73)	

CMYK percentages

%58.57
%0
%70
%72.55

Codes

Color #1D4615 in popluar color models

1D4615
RGB297021
HSL110°53.85%17.84%
HSB/HSV110°70.00%27.45%
CMYK58.57%0.00%70.00%
72.55%

Color #1D4615 in popluar number systems.

HEX1D4615
Decimal297021
Binary11101100011010101
Octal3510625

Shades and tints

Shades of #1D4615

#1D4615
(29,70,21)
#1B4014
(27,64,20)
#193A13
(25,58,19)
#173412
(23,52,18)
#152E11
(21,46,17)
#132810
(19,40,16)
#11220F
(17,34,15)
#0F1C0E
(15,28,14)
#0D160D
(13,22,13)
#0B100C
(11,16,12)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #1D4615

#1D4615
(29,70,21)
#31562A
(49,86,42)
#45663F
(69,102,63)
#597654
(89,118,84)
#6D8669
(109,134,105)
#81967E
(129,150,126)
#95A693
(149,166,147)
#A9B6A8
(169,182,168)
#BDC6BD
(189,198,189)
#D1D6D2
(209,214,210)
#E5E6E7
(229,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D4615 color. Also use rgb(29,70,21) instead hex code.

Text Font Color

.myTextColor { color: #1D4615; }

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

This text font color is #1D4615.


Background Color

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

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

This div background color is #1D4615.


Border color

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

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

This div border color is #1D4615.


Opacity

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

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

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

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

This text has shadow with #1D4615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D4615 on black background.


Color preview on white background

This text has color #1D4615 on white background.



Black color preview on #1D4615 background

This text has black color on #1D4615 background.


White color preview on #1D4615 background

This text has white color on #1D4615 background.