COLOR #1D7714

HEX: #1D7714
RGB: (29,119,20)

Color info

#1D7714 contains mainly green color. Web safe color of #1D7714 is #336600 (or #360).

RGB color model

#1D7714 color RGB value is (29,119,20).

  • red value is 29;
  • green value is 119;
  • blue value is 20.
RGB:
(29,119,20)
(11%,47%,8%)

RGB channels and saturation

R 29 of 255 = 11%
G 119 of 255 = 47%
B 20 of 255 = 8%

29
119
20

R + G + B ~ 22%. #1D7714 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 119 + 20 = 168 (100%)
R 29 of 168 ~ 17.26%
G 119 of 168 ~ 70.83%
B 20 of 168 ~ 11.9%

%17.26
%70.83
%11.9

CMYK color model

#1D7714 color CMYK value is (76,0,83,53).

  • cyan value is 75.63%
  • magenta value is 0.00%
  • yellow value is 83.19%
  • key color value is 53.33%
CMYK:
(76,0,83,53)
C76M0Y83K53 
(76%,0%,83%,53%)
(0.76/0.00/0.83/0.53)	

CMYK percentages

%75.63
%0
%83.19
%53.33

Codes

Color #1D7714 in popluar color models

1D7714
RGB2911920
HSL115°71.22%27.25%
HSB/HSV115°83.19%46.67%
CMYK75.63%0.00%83.19%
53.33%

Color #1D7714 in popluar number systems.

HEX1D7714
Decimal2911920
Binary11101111011110100
Octal3516724

Shades and tints

Shades of #1D7714

#1D7714
(29,119,20)
#1B6D13
(27,109,19)
#196312
(25,99,18)
#175911
(23,89,17)
#154F10
(21,79,16)
#13450F
(19,69,15)
#113B0E
(17,59,14)
#0F310D
(15,49,13)
#0D270C
(13,39,12)
#0B1D0B
(11,29,11)
#09130A
(9,19,10)
#000000
(0,0,0)

Tints of #1D7714

#1D7714
(29,119,20)
#318329
(49,131,41)
#458F3E
(69,143,62)
#599B53
(89,155,83)
#6DA768
(109,167,104)
#81B37D
(129,179,125)
#95BF92
(149,191,146)
#A9CBA7
(169,203,167)
#BDD7BC
(189,215,188)
#D1E3D1
(209,227,209)
#E5EFE6
(229,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D7714 color. Also use rgb(29,119,20) instead hex code.

Text Font Color

.myTextColor { color: #1D7714; }

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

This text font color is #1D7714.


Background Color

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

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

This div background color is #1D7714.


Border color

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

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

This div border color is #1D7714.


Opacity

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

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

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

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

This text has shadow with #1D7714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D7714 on black background.


Color preview on white background

This text has color #1D7714 on white background.



Black color preview on #1D7714 background

This text has black color on #1D7714 background.


White color preview on #1D7714 background

This text has white color on #1D7714 background.