COLOR #1D6F6E

HEX: #1D6F6E
RGB: (29,111,110)

Color info

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

RGB color model

#1D6F6E color RGB value is (29,111,110).

  • red value is 29;
  • green value is 111;
  • blue value is 110.
RGB:
(29,111,110)
(11%,44%,43%)

RGB channels and saturation

R 29 of 255 = 11%
G 111 of 255 = 44%
B 110 of 255 = 43%

29
111
110

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

Portions of RGB colors in percentages

R + G + B =
29 + 111 + 110 = 250 (100%)
R 29 of 250 ~ 11.6%
G 111 of 250 ~ 44.4%
B 110 of 250 ~ 44%

%11.6
%44.4
%44

CMYK color model

#1D6F6E color CMYK value is (74,0,1,56).

  • cyan value is 73.87%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 56.47%
CMYK:
(74,0,1,56)
C74M0Y1K56 
(74%,0%,1%,56%)
(0.74/0.00/0.01/0.56)	

CMYK percentages

%73.87
%0
%0.9
%56.47

Codes

Color #1D6F6E in popluar color models

1D6F6E
RGB29111110
HSL179°58.57%27.45%
HSB/HSV179°73.87%43.53%
CMYK73.87%0.00%0.90%
56.47%

Color #1D6F6E in popluar number systems.

HEX1D6F6E
Decimal29111110
Binary1110111011111101110
Octal35157156

Shades and tints

Shades of #1D6F6E

#1D6F6E
(29,111,110)
#1B6564
(27,101,100)
#195B5A
(25,91,90)
#175150
(23,81,80)
#154746
(21,71,70)
#133D3C
(19,61,60)
#113332
(17,51,50)
#0F2928
(15,41,40)
#0D1F1E
(13,31,30)
#0B1514
(11,21,20)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #1D6F6E

#1D6F6E
(29,111,110)
#317C7B
(49,124,123)
#458988
(69,137,136)
#599695
(89,150,149)
#6DA3A2
(109,163,162)
#81B0AF
(129,176,175)
#95BDBC
(149,189,188)
#A9CAC9
(169,202,201)
#BDD7D6
(189,215,214)
#D1E4E3
(209,228,227)
#E5F1F0
(229,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D6F6E color. Also use rgb(29,111,110) instead hex code.

Text Font Color

.myTextColor { color: #1D6F6E; }

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

This text font color is #1D6F6E.


Background Color

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

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

This div background color is #1D6F6E.


Border color

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

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

This div border color is #1D6F6E.


Opacity

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

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

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

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

This text has shadow with #1D6F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D6F6E on black background.


Color preview on white background

This text has color #1D6F6E on white background.



Black color preview on #1D6F6E background

This text has black color on #1D6F6E background.


White color preview on #1D6F6E background

This text has white color on #1D6F6E background.