COLOR #1D5018

HEX: #1D5018
RGB: (29,80,24)

Color info

#1D5018 contains red, green and blue colors in about the same proportion. Web safe color of #1D5018 is #336600 (or #360).

RGB color model

#1D5018 color RGB value is (29,80,24).

  • red value is 29;
  • green value is 80;
  • blue value is 24.
RGB:
(29,80,24)
(11%,31%,9%)

RGB channels and saturation

R 29 of 255 = 11%
G 80 of 255 = 31%
B 24 of 255 = 9%

29
80
24

R + G + B ~ 17%. #1D5018 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 80 + 24 = 133 (100%)
R 29 of 133 ~ 21.8%
G 80 of 133 ~ 60.15%
B 24 of 133 ~ 18.05%

%21.8
%60.15
%18.05

CMYK color model

#1D5018 color CMYK value is (64,0,70,69).

  • cyan value is 63.75%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 68.63%
CMYK:
(64,0,70,69)
C64M0Y70K69 
(64%,0%,70%,69%)
(0.64/0.00/0.70/0.69)	

CMYK percentages

%63.75
%0
%70
%68.63

Codes

Color #1D5018 in popluar color models

1D5018
RGB298024
HSL115°53.85%20.39%
HSB/HSV115°70.00%31.37%
CMYK63.75%0.00%70.00%
68.63%

Color #1D5018 in popluar number systems.

HEX1D5018
Decimal298024
Binary11101101000011000
Octal3512030

Shades and tints

Shades of #1D5018

#1D5018
(29,80,24)
#1B4916
(27,73,22)
#194214
(25,66,20)
#173B12
(23,59,18)
#153410
(21,52,16)
#132D0E
(19,45,14)
#11260C
(17,38,12)
#0F1F0A
(15,31,10)
#0D1808
(13,24,8)
#0B1106
(11,17,6)
#090A04
(9,10,4)
#000000
(0,0,0)

Tints of #1D5018

#1D5018
(29,80,24)
#315F2D
(49,95,45)
#456E42
(69,110,66)
#597D57
(89,125,87)
#6D8C6C
(109,140,108)
#819B81
(129,155,129)
#95AA96
(149,170,150)
#A9B9AB
(169,185,171)
#BDC8C0
(189,200,192)
#D1D7D5
(209,215,213)
#E5E6EA
(229,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D5018 color. Also use rgb(29,80,24) instead hex code.

Text Font Color

.myTextColor { color: #1D5018; }

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

This text font color is #1D5018.


Background Color

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

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

This div background color is #1D5018.


Border color

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

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

This div border color is #1D5018.


Opacity

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

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

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

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

This text has shadow with #1D5018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5018 on black background.


Color preview on white background

This text has color #1D5018 on white background.



Black color preview on #1D5018 background

This text has black color on #1D5018 background.


White color preview on #1D5018 background

This text has white color on #1D5018 background.