COLOR #1D4012

HEX: #1D4012
RGB: (29,64,18)

Color info

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

RGB color model

#1D4012 color RGB value is (29,64,18).

  • red value is 29;
  • green value is 64;
  • blue value is 18.
RGB:
(29,64,18)
(11%,25%,7%)

RGB channels and saturation

R 29 of 255 = 11%
G 64 of 255 = 25%
B 18 of 255 = 7%

29
64
18

R + G + B ~ 14%. #1D4012 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 64 + 18 = 111 (100%)
R 29 of 111 ~ 26.13%
G 64 of 111 ~ 57.66%
B 18 of 111 ~ 16.22%

%26.13
%57.66
%16.22

CMYK color model

#1D4012 color CMYK value is (55,0,72,75).

  • cyan value is 54.69%
  • magenta value is 0.00%
  • yellow value is 71.88%
  • key color value is 74.90%
CMYK:
(55,0,72,75)
C55M0Y72K75 
(55%,0%,72%,75%)
(0.55/0.00/0.72/0.75)	

CMYK percentages

%54.69
%0
%71.88
%74.9

Codes

Color #1D4012 in popluar color models

1D4012
RGB296418
HSL106°56.10%16.08%
HSB/HSV106°71.88%25.10%
CMYK54.69%0.00%71.88%
74.90%

Color #1D4012 in popluar number systems.

HEX1D4012
Decimal296418
Binary11101100000010010
Octal3510022

Shades and tints

Shades of #1D4012

#1D4012
(29,64,18)
#1B3B11
(27,59,17)
#193610
(25,54,16)
#17310F
(23,49,15)
#152C0E
(21,44,14)
#13270D
(19,39,13)
#11220C
(17,34,12)
#0F1D0B
(15,29,11)
#0D180A
(13,24,10)
#0B1309
(11,19,9)
#090E08
(9,14,8)
#000000
(0,0,0)

Tints of #1D4012

#1D4012
(29,64,18)
#315127
(49,81,39)
#45623C
(69,98,60)
#597351
(89,115,81)
#6D8466
(109,132,102)
#81957B
(129,149,123)
#95A690
(149,166,144)
#A9B7A5
(169,183,165)
#BDC8BA
(189,200,186)
#D1D9CF
(209,217,207)
#E5EAE4
(229,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D4012 color. Also use rgb(29,64,18) instead hex code.

Text Font Color

.myTextColor { color: #1D4012; }

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

This text font color is #1D4012.


Background Color

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

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

This div background color is #1D4012.


Border color

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

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

This div border color is #1D4012.


Opacity

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

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

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

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

This text has shadow with #1D4012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D4012 on black background.


Color preview on white background

This text has color #1D4012 on white background.



Black color preview on #1D4012 background

This text has black color on #1D4012 background.


White color preview on #1D4012 background

This text has white color on #1D4012 background.