COLOR #1DA679

HEX: #1DA679 RGB: (29,166,121)

Color info

#1DA679 contains mainly green and blue colors. Web safe color of #1DA679 is #339966 (or #396).

RGB color model

#1DA679 color RGB value is (29,166,121).

RGB: (29,166,121) (11%, 65%, 47%)

RGB channels and saturation

R 29 of 255 = 11%
G 166 of 255 = 65%
B 121 of 255 = 47%

29
166
121

R + G + B ~ 41%. #1DA679 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 29 + 166 + 121 = 316 (100%)
R 29 of 316 ~ 9.18%
G 166 of 316 ~ 52.53%
B 121 of 316 ~ 38.29'%

%52.53
%38.29

CMYK color model

#1DA679 color CMYK value is (83,0,27,35).

  • cyan value is 82.53%
  • magenta value is 0.00%
  • yellow value is 27.11%
  • key color value is 34.90%

CMYK: (83,0,27,35)
C83M0Y27K35 (83%, 0%, 27%, 35%)
(0.83 / 0.00 / 0.27 / 0.35)

CMYK percentages

%82.53
%0
%27.11
%34.9

Codes

Color #1DA679 in popluar color models

1D A6 79
RGB 29 166 121
HSL 160° 70.26% 38.24%
HSB/HSV 160° 82.53% 65.10%
CMYK 82.53% 0.00% 27.11%
34.90%

Color #1DA679 in popluar number systems.

HEX 1D A6 79
Decimal 29 166 121
Binary 11101 10100110 1111001
Octal 35 246 171

Shades and tints

Shades of #1DA679

#1DA679
(29,166,121)
#1B976E
(27,151,110)
#198863
(25,136,99)
#177958
(23,121,88)
#156A4D
(21,106,77)
#135B42
(19,91,66)
#114C37
(17,76,55)
#0F3D2C
(15,61,44)
#0D2E21
(13,46,33)
#0B1F16
(11,31,22)
#09100B
(9,16,11)
#000000
(0,0,0)

Tints of #1DA679

#1DA679
(29,166,121)
#31AE85
(49,174,133)
#45B691
(69,182,145)
#59BE9D
(89,190,157)
#6DC6A9
(109,198,169)
#81CEB5
(129,206,181)
#95D6C1
(149,214,193)
#A9DECD
(169,222,205)
#BDE6D9
(189,230,217)
#D1EEE5
(209,238,229)
#E5F6F1
(229,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DA679 color. Also use rgb(29,166,121) instead hex code.

Text Font Color

.myTextColor { color: #1DA679; }

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

This text font color is #1DA679.

Background Color

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

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

This div background color is #1DA679.

Border color

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

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

This div border color is #1DA679.

Opacity

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

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

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

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

This text has shadow with #1DA679 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1DA679.

Preview

Color preview on black background

This text has color #1DA679 on black background.


Color preview on white background

This text has color #1DA679 on white background.


Black color preview on #1DA679 background

This text has black color on #1DA679 background.


White color preview on #1DA679 background

This text has white color on #1DA679 background.


Related colors

Complementary color

Complementary color for #hex is #E25986.


I love getcolorcode.com

Triadic colors

1 #791DA6 and #A6791D with #1DA679 are triadic colors.

2 #79A61D and #A61D79 with #1DA679 are triadic colors.