COLOR #1D949D

HEX: #1D949D
RGB: (29,148,157)

Color info

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

RGB color model

#1D949D color RGB value is (29,148,157).

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

RGB channels and saturation

R 29 of 255 = 11%
G 148 of 255 = 58%
B 157 of 255 = 62%

29
148
157

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

Portions of RGB colors in percentages

R + G + B =
29 + 148 + 157 = 334 (100%)
R 29 of 334 ~ 8.68%
G 148 of 334 ~ 44.31%
B 157 of 334 ~ 47.01%

%44.31
%47.01

CMYK color model

#1D949D color CMYK value is (82,6,0,38).

  • cyan value is 81.53%
  • magenta value is 5.73%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(82,6,0,38)
C82M6Y0K38 
(82%,6%,0%,38%)
(0.82/0.06/0.00/0.38)	

CMYK percentages

%81.53
%5.73
%0
%38.43

Codes

Color #1D949D in popluar color models

1D949D
RGB29148157
HSL184°68.82%36.47%
HSB/HSV184°81.53%61.57%
CMYK81.53%5.73%0.00%
38.43%

Color #1D949D in popluar number systems.

HEX1D949D
Decimal29148157
Binary111011001010010011101
Octal35224235

Shades and tints

Shades of #1D949D

#1D949D
(29,148,157)
#1B878F
(27,135,143)
#197A81
(25,122,129)
#176D73
(23,109,115)
#156065
(21,96,101)
#135357
(19,83,87)
#114649
(17,70,73)
#0F393B
(15,57,59)
#0D2C2D
(13,44,45)
#0B1F1F
(11,31,31)
#091211
(9,18,17)
#000000
(0,0,0)

Tints of #1D949D

#1D949D
(29,148,157)
#319DA5
(49,157,165)
#45A6AD
(69,166,173)
#59AFB5
(89,175,181)
#6DB8BD
(109,184,189)
#81C1C5
(129,193,197)
#95CACD
(149,202,205)
#A9D3D5
(169,211,213)
#BDDCDD
(189,220,221)
#D1E5E5
(209,229,229)
#E5EEED
(229,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D949D; }

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

This text font color is #1D949D.


Background Color

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

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

This div background color is #1D949D.


Border color

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

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

This div border color is #1D949D.


Opacity

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

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

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

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

This text has shadow with #1D949D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D949D on black background.


Color preview on white background

This text has color #1D949D on white background.



Black color preview on #1D949D background

This text has black color on #1D949D background.


White color preview on #1D949D background

This text has white color on #1D949D background.