COLOR #1D582A

HEX: #1D582A
RGB: (29,88,42)

Color info

#1D582A contains red, green and blue colors in about the same proportion. Web safe color of #1D582A is #336633 (or #363).

RGB color model

#1D582A color RGB value is (29,88,42).

  • red value is 29;
  • green value is 88;
  • blue value is 42.
RGB:
(29,88,42)
(11%,35%,16%)

RGB channels and saturation

R 29 of 255 = 11%
G 88 of 255 = 35%
B 42 of 255 = 16%

29
88
42

R + G + B ~ 21%. #1D582A is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 88 + 42 = 159 (100%)
R 29 of 159 ~ 18.24%
G 88 of 159 ~ 55.35%
B 42 of 159 ~ 26.42%

%18.24
%55.35
%26.42

CMYK color model

#1D582A color CMYK value is (67,0,52,65).

  • cyan value is 67.05%
  • magenta value is 0.00%
  • yellow value is 52.27%
  • key color value is 65.49%
CMYK:
(67,0,52,65)
C67M0Y52K65 
(67%,0%,52%,65%)
(0.67/0.00/0.52/0.65)	

CMYK percentages

%67.05
%0
%52.27
%65.49

Codes

Color #1D582A in popluar color models

1D582A
RGB298842
HSL133°50.43%22.94%
HSB/HSV133°67.05%34.51%
CMYK67.05%0.00%52.27%
65.49%

Color #1D582A in popluar number systems.

HEX1D582A
Decimal298842
Binary111011011000101010
Octal3513052

Shades and tints

Shades of #1D582A

#1D582A
(29,88,42)
#1B5027
(27,80,39)
#194824
(25,72,36)
#174021
(23,64,33)
#15381E
(21,56,30)
#13301B
(19,48,27)
#112818
(17,40,24)
#0F2015
(15,32,21)
#0D1812
(13,24,18)
#0B100F
(11,16,15)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #1D582A

#1D582A
(29,88,42)
#31673D
(49,103,61)
#457650
(69,118,80)
#598563
(89,133,99)
#6D9476
(109,148,118)
#81A389
(129,163,137)
#95B29C
(149,178,156)
#A9C1AF
(169,193,175)
#BDD0C2
(189,208,194)
#D1DFD5
(209,223,213)
#E5EEE8
(229,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D582A color. Also use rgb(29,88,42) instead hex code.

Text Font Color

.myTextColor { color: #1D582A; }

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

This text font color is #1D582A.


Background Color

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

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

This div background color is #1D582A.


Border color

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

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

This div border color is #1D582A.


Opacity

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

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

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

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

This text has shadow with #1D582A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D582A on black background.


Color preview on white background

This text has color #1D582A on white background.



Black color preview on #1D582A background

This text has black color on #1D582A background.


White color preview on #1D582A background

This text has white color on #1D582A background.