COLOR #1D4725

HEX: #1D4725
RGB: (29,71,37)

Color info

#1D4725 contains red, green and blue colors in about the same proportion. Web safe color of #1D4725 is #333333 (or #333).

RGB color model

#1D4725 color RGB value is (29,71,37).

  • red value is 29;
  • green value is 71;
  • blue value is 37.
RGB:
(29,71,37)
(11%,28%,15%)

RGB channels and saturation

R 29 of 255 = 11%
G 71 of 255 = 28%
B 37 of 255 = 15%

29
71
37

R + G + B ~ 18%. #1D4725 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 71 + 37 = 137 (100%)
R 29 of 137 ~ 21.17%
G 71 of 137 ~ 51.82%
B 37 of 137 ~ 27.01%

%21.17
%51.82
%27.01

CMYK color model

#1D4725 color CMYK value is (59,0,48,72).

  • cyan value is 59.15%
  • magenta value is 0.00%
  • yellow value is 47.89%
  • key color value is 72.16%
CMYK:
(59,0,48,72)
C59M0Y48K72 
(59%,0%,48%,72%)
(0.59/0.00/0.48/0.72)	

CMYK percentages

%59.15
%0
%47.89
%72.16

Codes

Color #1D4725 in popluar color models

1D4725
RGB297137
HSL131°42.00%19.61%
HSB/HSV131°59.15%27.84%
CMYK59.15%0.00%47.89%
72.16%

Color #1D4725 in popluar number systems.

HEX1D4725
Decimal297137
Binary111011000111100101
Octal3510745

Shades and tints

Shades of #1D4725

#1D4725
(29,71,37)
#1B4122
(27,65,34)
#193B1F
(25,59,31)
#17351C
(23,53,28)
#152F19
(21,47,25)
#132916
(19,41,22)
#112313
(17,35,19)
#0F1D10
(15,29,16)
#0D170D
(13,23,13)
#0B110A
(11,17,10)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #1D4725

#1D4725
(29,71,37)
#315738
(49,87,56)
#45674B
(69,103,75)
#59775E
(89,119,94)
#6D8771
(109,135,113)
#819784
(129,151,132)
#95A797
(149,167,151)
#A9B7AA
(169,183,170)
#BDC7BD
(189,199,189)
#D1D7D0
(209,215,208)
#E5E7E3
(229,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D4725 color. Also use rgb(29,71,37) instead hex code.

Text Font Color

.myTextColor { color: #1D4725; }

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

This text font color is #1D4725.


Background Color

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

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

This div background color is #1D4725.


Border color

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

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

This div border color is #1D4725.


Opacity

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

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

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

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

This text has shadow with #1D4725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D4725 on black background.


Color preview on white background

This text has color #1D4725 on white background.



Black color preview on #1D4725 background

This text has black color on #1D4725 background.


White color preview on #1D4725 background

This text has white color on #1D4725 background.