COLOR #1D727B

HEX: #1D727B
RGB: (29,114,123)

Color info

#1D727B contains mainly green and blue colors. Web safe color of #1D727B is #336666 (or #366).

RGB color model

#1D727B color RGB value is (29,114,123).

  • red value is 29;
  • green value is 114;
  • blue value is 123.
RGB:
(29,114,123)
(11%,45%,48%)

RGB channels and saturation

R 29 of 255 = 11%
G 114 of 255 = 45%
B 123 of 255 = 48%

29
114
123

R + G + B ~ 35%. #1D727B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 114 + 123 = 266 (100%)
R 29 of 266 ~ 10.9%
G 114 of 266 ~ 42.86%
B 123 of 266 ~ 46.24%

%10.9
%42.86
%46.24

CMYK color model

#1D727B color CMYK value is (76,7,0,52).

  • cyan value is 76.42%
  • magenta value is 7.32%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(76,7,0,52)
C76M7Y0K52 
(76%,7%,0%,52%)
(0.76/0.07/0.00/0.52)	

CMYK percentages

%76.42
%7.32
%0
%51.76

Codes

Color #1D727B in popluar color models

1D727B
RGB29114123
HSL186°61.84%29.80%
HSB/HSV186°76.42%48.24%
CMYK76.42%7.32%0.00%
51.76%

Color #1D727B in popluar number systems.

HEX1D727B
Decimal29114123
Binary1110111100101111011
Octal35162173

Shades and tints

Shades of #1D727B

#1D727B
(29,114,123)
#1B6870
(27,104,112)
#195E65
(25,94,101)
#17545A
(23,84,90)
#154A4F
(21,74,79)
#134044
(19,64,68)
#113639
(17,54,57)
#0F2C2E
(15,44,46)
#0D2223
(13,34,35)
#0B1818
(11,24,24)
#090E0D
(9,14,13)
#000000
(0,0,0)

Tints of #1D727B

#1D727B
(29,114,123)
#317E87
(49,126,135)
#458A93
(69,138,147)
#59969F
(89,150,159)
#6DA2AB
(109,162,171)
#81AEB7
(129,174,183)
#95BAC3
(149,186,195)
#A9C6CF
(169,198,207)
#BDD2DB
(189,210,219)
#D1DEE7
(209,222,231)
#E5EAF3
(229,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D727B color. Also use rgb(29,114,123) instead hex code.

Text Font Color

.myTextColor { color: #1D727B; }

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

This text font color is #1D727B.


Background Color

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

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

This div background color is #1D727B.


Border color

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

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

This div border color is #1D727B.


Opacity

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

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

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

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

This text has shadow with #1D727B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D727B on black background.


Color preview on white background

This text has color #1D727B on white background.



Black color preview on #1D727B background

This text has black color on #1D727B background.


White color preview on #1D727B background

This text has white color on #1D727B background.