COLOR #1D6679

HEX: #1D6679
RGB: (29,102,121)

Color info

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

RGB color model

#1D6679 color RGB value is (29,102,121).

  • red value is 29;
  • green value is 102;
  • blue value is 121.
RGB:
(29,102,121)
(11%,40%,47%)

RGB channels and saturation

R 29 of 255 = 11%
G 102 of 255 = 40%
B 121 of 255 = 47%

29
102
121

R + G + B ~ 33%. #1D6679 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 102 + 121 = 252 (100%)
R 29 of 252 ~ 11.51%
G 102 of 252 ~ 40.48%
B 121 of 252 ~ 48.02%

%11.51
%40.48
%48.02

CMYK color model

#1D6679 color CMYK value is (76,16,0,53).

  • cyan value is 76.03%
  • magenta value is 15.70%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(76,16,0,53)
C76M16Y0K53 
(76%,16%,0%,53%)
(0.76/0.16/0.00/0.53)	

CMYK percentages

%76.03
%15.7
%0
%52.55

Codes

Color #1D6679 in popluar color models

1D6679
RGB29102121
HSL192°61.33%29.41%
HSB/HSV192°76.03%47.45%
CMYK76.03%15.70%0.00%
52.55%

Color #1D6679 in popluar number systems.

HEX1D6679
Decimal29102121
Binary1110111001101111001
Octal35146171

Shades and tints

Shades of #1D6679

#1D6679
(29,102,121)
#1B5D6E
(27,93,110)
#195463
(25,84,99)
#174B58
(23,75,88)
#15424D
(21,66,77)
#133942
(19,57,66)
#113037
(17,48,55)
#0F272C
(15,39,44)
#0D1E21
(13,30,33)
#0B1516
(11,21,22)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #1D6679

#1D6679
(29,102,121)
#317385
(49,115,133)
#458091
(69,128,145)
#598D9D
(89,141,157)
#6D9AA9
(109,154,169)
#81A7B5
(129,167,181)
#95B4C1
(149,180,193)
#A9C1CD
(169,193,205)
#BDCED9
(189,206,217)
#D1DBE5
(209,219,229)
#E5E8F1
(229,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D6679 color. Also use rgb(29,102,121) instead hex code.

Text Font Color

.myTextColor { color: #1D6679; }

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

This text font color is #1D6679.


Background Color

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

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

This div background color is #1D6679.


Border color

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

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

This div border color is #1D6679.


Opacity

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

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

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

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

This text has shadow with #1D6679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D6679 on black background.


Color preview on white background

This text has color #1D6679 on white background.



Black color preview on #1D6679 background

This text has black color on #1D6679 background.


White color preview on #1D6679 background

This text has white color on #1D6679 background.