COLOR #1D713C

HEX: #1D713C RGB: (29,113,60)

Color info

#1D713C contains mainly green and blue colors. Web safe color of #1D713C is #336633 (or #363).

RGB color model

#1D713C color RGB value is (29,113,60).

RGB: (29,113,60) (11%, 44%, 24%)

RGB channels and saturation

R 29 of 255 = 11%
G 113 of 255 = 44%
B 60 of 255 = 24%

29
113
60

R + G + B ~ 26%. #1D713C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 113 + 60 = 202 (100%)
R 29 of 202 ~ 14.36%
G 113 of 202 ~ 55.94%
B 60 of 202 ~ 29.7'%

%14.36
%55.94
%29.7

CMYK color model

#1D713C color CMYK value is (74,0,47,56).

  • cyan value is 74.34%
  • magenta value is 0.00%
  • yellow value is 46.90%
  • key color value is 55.69%

CMYK: (74,0,47,56)
C74M0Y47K56 (74%, 0%, 47%, 56%)
(0.74 / 0.00 / 0.47 / 0.56)

CMYK percentages

%74.34
%0
%46.9
%55.69

Codes

Color #1D713C in popluar color models

1D 71 3C
RGB 29 113 60
HSL 142° 59.15% 27.84%
HSB/HSV 142° 74.34% 44.31%
CMYK 74.34% 0.00% 46.90%
55.69%

Color #1D713C in popluar number systems.

HEX 1D 71 3C
Decimal 29 113 60
Binary 11101 1110001 111100
Octal 35 161 74

Shades and tints

Shades of #1D713C

#1D713C
(29,113,60)
#1B6737
(27,103,55)
#195D32
(25,93,50)
#17532D
(23,83,45)
#154928
(21,73,40)
#133F23
(19,63,35)
#11351E
(17,53,30)
#0F2B19
(15,43,25)
#0D2114
(13,33,20)
#0B170F
(11,23,15)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #1D713C

#1D713C
(29,113,60)
#317D4D
(49,125,77)
#45895E
(69,137,94)
#59956F
(89,149,111)
#6DA180
(109,161,128)
#81AD91
(129,173,145)
#95B9A2
(149,185,162)
#A9C5B3
(169,197,179)
#BDD1C4
(189,209,196)
#D1DDD5
(209,221,213)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D713C color. Also use rgb(29,113,60) instead hex code.

Text Font Color

.myTextColor { color: #1D713C; }

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

This text font color is #1D713C.

Background Color

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

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

This div background color is #1D713C.

Border color

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

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

This div border color is #1D713C.

Opacity

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

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

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

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

This text has shadow with #1D713C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D713C.

Preview

Color preview on black background

This text has color #1D713C on black background.


Color preview on white background

This text has color #1D713C on white background.


Black color preview on #1D713C background

This text has black color on #1D713C background.


White color preview on #1D713C background

This text has white color on #1D713C background.


Related colors

Complementary color

Complementary color for #hex is #E28EC3.


I love getcolorcode.com

Triadic colors

1 #3C1D71 and #713C1D with #1D713C are triadic colors.

2 #3C711D and #711D3C with #1D713C are triadic colors.