COLOR #1D737A

HEX: #1D737A
RGB: (29,115,122)

Color info

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

RGB color model

#1D737A color RGB value is (29,115,122).

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

RGB channels and saturation

R 29 of 255 = 11%
G 115 of 255 = 45%
B 122 of 255 = 48%

29
115
122

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

Portions of RGB colors in percentages

R + G + B =
29 + 115 + 122 = 266 (100%)
R 29 of 266 ~ 10.9%
G 115 of 266 ~ 43.23%
B 122 of 266 ~ 45.86%

%10.9
%43.23
%45.86

CMYK color model

#1D737A color CMYK value is (76,6,0,52).

  • cyan value is 76.23%
  • magenta value is 5.74%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(76,6,0,52)
C76M6Y0K52 
(76%,6%,0%,52%)
(0.76/0.06/0.00/0.52)	

CMYK percentages

%76.23
%5.74
%0
%52.16

Codes

Color #1D737A in popluar color models

1D737A
RGB29115122
HSL185°61.59%29.61%
HSB/HSV185°76.23%47.84%
CMYK76.23%5.74%0.00%
52.16%

Color #1D737A in popluar number systems.

HEX1D737A
Decimal29115122
Binary1110111100111111010
Octal35163172

Shades and tints

Shades of #1D737A

#1D737A
(29,115,122)
#1B696F
(27,105,111)
#195F64
(25,95,100)
#175559
(23,85,89)
#154B4E
(21,75,78)
#134143
(19,65,67)
#113738
(17,55,56)
#0F2D2D
(15,45,45)
#0D2322
(13,35,34)
#0B1917
(11,25,23)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #1D737A

#1D737A
(29,115,122)
#317F86
(49,127,134)
#458B92
(69,139,146)
#59979E
(89,151,158)
#6DA3AA
(109,163,170)
#81AFB6
(129,175,182)
#95BBC2
(149,187,194)
#A9C7CE
(169,199,206)
#BDD3DA
(189,211,218)
#D1DFE6
(209,223,230)
#E5EBF2
(229,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D737A color. Also use rgb(29,115,122) instead hex code.

Text Font Color

.myTextColor { color: #1D737A; }

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

This text font color is #1D737A.


Background Color

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

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

This div background color is #1D737A.


Border color

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

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

This div border color is #1D737A.


Opacity

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

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

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

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

This text has shadow with #1D737A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D737A on black background.


Color preview on white background

This text has color #1D737A on white background.



Black color preview on #1D737A background

This text has black color on #1D737A background.


White color preview on #1D737A background

This text has white color on #1D737A background.