COLOR #1D6D81

HEX: #1D6D81
RGB: (29,109,129)

Color info

#1D6D81 contains mainly green and blue colors. Web safe color of #1D6D81 is #336699 (or #369).

RGB color model

#1D6D81 color RGB value is (29,109,129).

  • red value is 29;
  • green value is 109;
  • blue value is 129.
RGB:
(29,109,129)
(11%,43%,51%)

RGB channels and saturation

R 29 of 255 = 11%
G 109 of 255 = 43%
B 129 of 255 = 51%

29
109
129

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

Portions of RGB colors in percentages

R + G + B =
29 + 109 + 129 = 267 (100%)
R 29 of 267 ~ 10.86%
G 109 of 267 ~ 40.82%
B 129 of 267 ~ 48.31%

%10.86
%40.82
%48.31

CMYK color model

#1D6D81 color CMYK value is (78,16,0,49).

  • cyan value is 77.52%
  • magenta value is 15.50%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(78,16,0,49)
C78M16Y0K49 
(78%,16%,0%,49%)
(0.78/0.16/0.00/0.49)	

CMYK percentages

%77.52
%15.5
%0
%49.41

Codes

Color #1D6D81 in popluar color models

1D6D81
RGB29109129
HSL192°63.29%30.98%
HSB/HSV192°77.52%50.59%
CMYK77.52%15.50%0.00%
49.41%

Color #1D6D81 in popluar number systems.

HEX1D6D81
Decimal29109129
Binary11101110110110000001
Octal35155201

Shades and tints

Shades of #1D6D81

#1D6D81
(29,109,129)
#1B6476
(27,100,118)
#195B6B
(25,91,107)
#175260
(23,82,96)
#154955
(21,73,85)
#13404A
(19,64,74)
#11373F
(17,55,63)
#0F2E34
(15,46,52)
#0D2529
(13,37,41)
#0B1C1E
(11,28,30)
#091313
(9,19,19)
#000000
(0,0,0)

Tints of #1D6D81

#1D6D81
(29,109,129)
#317A8C
(49,122,140)
#458797
(69,135,151)
#5994A2
(89,148,162)
#6DA1AD
(109,161,173)
#81AEB8
(129,174,184)
#95BBC3
(149,187,195)
#A9C8CE
(169,200,206)
#BDD5D9
(189,213,217)
#D1E2E4
(209,226,228)
#E5EFEF
(229,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D6D81 color. Also use rgb(29,109,129) instead hex code.

Text Font Color

.myTextColor { color: #1D6D81; }

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

This text font color is #1D6D81.


Background Color

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

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

This div background color is #1D6D81.


Border color

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

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

This div border color is #1D6D81.


Opacity

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

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

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

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

This text has shadow with #1D6D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D6D81 on black background.


Color preview on white background

This text has color #1D6D81 on white background.



Black color preview on #1D6D81 background

This text has black color on #1D6D81 background.


White color preview on #1D6D81 background

This text has white color on #1D6D81 background.