COLOR #1D626C

HEX: #1D626C
RGB: (29,98,108)

Color info

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

RGB color model

#1D626C color RGB value is (29,98,108).

  • red value is 29;
  • green value is 98;
  • blue value is 108.
RGB:
(29,98,108)
(11%,38%,42%)

RGB channels and saturation

R 29 of 255 = 11%
G 98 of 255 = 38%
B 108 of 255 = 42%

29
98
108

R + G + B ~ 30%. #1D626C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 98 + 108 = 235 (100%)
R 29 of 235 ~ 12.34%
G 98 of 235 ~ 41.7%
B 108 of 235 ~ 45.96%

%12.34
%41.7
%45.96

CMYK color model

#1D626C color CMYK value is (73,9,0,58).

  • cyan value is 73.15%
  • magenta value is 9.26%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(73,9,0,58)
C73M9Y0K58 
(73%,9%,0%,58%)
(0.73/0.09/0.00/0.58)	

CMYK percentages

%73.15
%9.26
%0
%57.65

Codes

Color #1D626C in popluar color models

1D626C
RGB2998108
HSL188°57.66%26.86%
HSB/HSV188°73.15%42.35%
CMYK73.15%9.26%0.00%
57.65%

Color #1D626C in popluar number systems.

HEX1D626C
Decimal2998108
Binary1110111000101101100
Octal35142154

Shades and tints

Shades of #1D626C

#1D626C
(29,98,108)
#1B5A63
(27,90,99)
#19525A
(25,82,90)
#174A51
(23,74,81)
#154248
(21,66,72)
#133A3F
(19,58,63)
#113236
(17,50,54)
#0F2A2D
(15,42,45)
#0D2224
(13,34,36)
#0B1A1B
(11,26,27)
#091212
(9,18,18)
#000000
(0,0,0)

Tints of #1D626C

#1D626C
(29,98,108)
#317079
(49,112,121)
#457E86
(69,126,134)
#598C93
(89,140,147)
#6D9AA0
(109,154,160)
#81A8AD
(129,168,173)
#95B6BA
(149,182,186)
#A9C4C7
(169,196,199)
#BDD2D4
(189,210,212)
#D1E0E1
(209,224,225)
#E5EEEE
(229,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D626C color. Also use rgb(29,98,108) instead hex code.

Text Font Color

.myTextColor { color: #1D626C; }

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

This text font color is #1D626C.


Background Color

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

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

This div background color is #1D626C.


Border color

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

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

This div border color is #1D626C.


Opacity

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

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

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

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

This text has shadow with #1D626C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D626C on black background.


Color preview on white background

This text has color #1D626C on white background.



Black color preview on #1D626C background

This text has black color on #1D626C background.


White color preview on #1D626C background

This text has white color on #1D626C background.