COLOR #1DA49D

HEX: #1DA49D
RGB: (29,164,157)

Color info

#1DA49D contains mainly green and blue colors. Web safe color of #1DA49D is #339999 (or #399).

RGB color model

#1DA49D color RGB value is (29,164,157).

  • red value is 29;
  • green value is 164;
  • blue value is 157.
RGB:
(29,164,157)
(11%,64%,62%)

RGB channels and saturation

R 29 of 255 = 11%
G 164 of 255 = 64%
B 157 of 255 = 62%

29
164
157

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

Portions of RGB colors in percentages

R + G + B =
29 + 164 + 157 = 350 (100%)
R 29 of 350 ~ 8.29%
G 164 of 350 ~ 46.86%
B 157 of 350 ~ 44.86%

%46.86
%44.86

CMYK color model

#1DA49D color CMYK value is (82,0,4,36).

  • cyan value is 82.32%
  • magenta value is 0.00%
  • yellow value is 4.27%
  • key color value is 35.69%
CMYK:
(82,0,4,36)
C82M0Y4K36 
(82%,0%,4%,36%)
(0.82/0.00/0.04/0.36)	

CMYK percentages

%82.32
%0
%4.27
%35.69

Codes

Color #1DA49D in popluar color models

1DA49D
RGB29164157
HSL177°69.95%37.84%
HSB/HSV177°82.32%64.31%
CMYK82.32%0.00%4.27%
35.69%

Color #1DA49D in popluar number systems.

HEX1DA49D
Decimal29164157
Binary111011010010010011101
Octal35244235

Shades and tints

Shades of #1DA49D

#1DA49D
(29,164,157)
#1B968F
(27,150,143)
#198881
(25,136,129)
#177A73
(23,122,115)
#156C65
(21,108,101)
#135E57
(19,94,87)
#115049
(17,80,73)
#0F423B
(15,66,59)
#0D342D
(13,52,45)
#0B261F
(11,38,31)
#091811
(9,24,17)
#000000
(0,0,0)

Tints of #1DA49D

#1DA49D
(29,164,157)
#31ACA5
(49,172,165)
#45B4AD
(69,180,173)
#59BCB5
(89,188,181)
#6DC4BD
(109,196,189)
#81CCC5
(129,204,197)
#95D4CD
(149,212,205)
#A9DCD5
(169,220,213)
#BDE4DD
(189,228,221)
#D1ECE5
(209,236,229)
#E5F4ED
(229,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DA49D color. Also use rgb(29,164,157) instead hex code.

Text Font Color

.myTextColor { color: #1DA49D; }

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

This text font color is #1DA49D.


Background Color

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

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

This div background color is #1DA49D.


Border color

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

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

This div border color is #1DA49D.


Opacity

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

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

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

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

This text has shadow with #1DA49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DA49D on black background.


Color preview on white background

This text has color #1DA49D on white background.



Black color preview on #1DA49D background

This text has black color on #1DA49D background.


White color preview on #1DA49D background

This text has white color on #1DA49D background.