COLOR #1D774D

HEX: #1D774D RGB: (29,119,77)

Color info

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

RGB color model

#1D774D color RGB value is (29,119,77).

RGB: (29,119,77) (11%, 47%, 30%)

RGB channels and saturation

R 29 of 255 = 11%
G 119 of 255 = 47%
B 77 of 255 = 30%

29
119
77

R + G + B ~ 29%. #1D774D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 119 + 77 = 225 (100%)
R 29 of 225 ~ 12.89%
G 119 of 225 ~ 52.89%
B 77 of 225 ~ 34.22'%

%12.89
%52.89
%34.22

CMYK color model

#1D774D color CMYK value is (76,0,35,53).

  • cyan value is 75.63%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 53.33%

CMYK: (76,0,35,53)
C76M0Y35K53 (76%, 0%, 35%, 53%)
(0.76 / 0.00 / 0.35 / 0.53)

CMYK percentages

%75.63
%0
%35.29
%53.33

Codes

Color #1D774D in popluar color models

1D 77 4D
RGB 29 119 77
HSL 152° 60.81% 29.02%
HSB/HSV 152° 75.63% 46.67%
CMYK 75.63% 0.00% 35.29%
53.33%

Color #1D774D in popluar number systems.

HEX 1D 77 4D
Decimal 29 119 77
Binary 11101 1110111 1001101
Octal 35 167 115

Shades and tints

Shades of #1D774D

#1D774D
(29,119,77)
#1B6D46
(27,109,70)
#19633F
(25,99,63)
#175938
(23,89,56)
#154F31
(21,79,49)
#13452A
(19,69,42)
#113B23
(17,59,35)
#0F311C
(15,49,28)
#0D2715
(13,39,21)
#0B1D0E
(11,29,14)
#091307
(9,19,7)
#000000
(0,0,0)

Tints of #1D774D

#1D774D
(29,119,77)
#31835D
(49,131,93)
#458F6D
(69,143,109)
#599B7D
(89,155,125)
#6DA78D
(109,167,141)
#81B39D
(129,179,157)
#95BFAD
(149,191,173)
#A9CBBD
(169,203,189)
#BDD7CD
(189,215,205)
#D1E3DD
(209,227,221)
#E5EFED
(229,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D774D; }

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

This text font color is #1D774D.

Background Color

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

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

This div background color is #1D774D.

Border color

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

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

This div border color is #1D774D.

Opacity

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

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

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

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

This text has shadow with #1D774D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D774D.

Preview

Color preview on black background

This text has color #1D774D on black background.


Color preview on white background

This text has color #1D774D on white background.


Black color preview on #1D774D background

This text has black color on #1D774D background.


White color preview on #1D774D background

This text has white color on #1D774D background.


Related colors

Complementary color

Complementary color for #hex is #E288B2.


I love getcolorcode.com

Triadic colors

1 #4D1D77 and #774D1D with #1D774D are triadic colors.

2 #4D771D and #771D4D with #1D774D are triadic colors.