COLOR #13666D

HEX: #13666D
RGB: (19,102,109)

Color info

#13666D contains mainly green and blue colors. Web safe color of #13666D is #006666 (or #066).

RGB color model

#13666D color RGB value is (19,102,109).

  • red value is 19;
  • green value is 102;
  • blue value is 109.
RGB:
(19,102,109)
(7%,40%,43%)

RGB channels and saturation

R 19 of 255 = 7%
G 102 of 255 = 40%
B 109 of 255 = 43%

19
102
109

R + G + B ~ 30%. #13666D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 102 + 109 = 230 (100%)
R 19 of 230 ~ 8.26%
G 102 of 230 ~ 44.35%
B 109 of 230 ~ 47.39%

%44.35
%47.39

CMYK color model

#13666D color CMYK value is (83,6,0,57).

  • cyan value is 82.57%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(83,6,0,57)
C83M6Y0K57 
(83%,6%,0%,57%)
(0.83/0.06/0.00/0.57)	

CMYK percentages

%82.57
%6.42
%0
%57.25

Codes

Color #13666D in popluar color models

13666D
RGB19102109
HSL185°70.31%25.10%
HSB/HSV185°82.57%42.75%
CMYK82.57%6.42%0.00%
57.25%

Color #13666D in popluar number systems.

HEX13666D
Decimal19102109
Binary1001111001101101101
Octal23146155

Shades and tints

Shades of #13666D

#13666D
(19,102,109)
#125D64
(18,93,100)
#11545B
(17,84,91)
#104B52
(16,75,82)
#0F4249
(15,66,73)
#0E3940
(14,57,64)
#0D3037
(13,48,55)
#0C272E
(12,39,46)
#0B1E25
(11,30,37)
#0A151C
(10,21,28)
#090C13
(9,12,19)
#000000
(0,0,0)

Tints of #13666D

#13666D
(19,102,109)
#28737A
(40,115,122)
#3D8087
(61,128,135)
#528D94
(82,141,148)
#679AA1
(103,154,161)
#7CA7AE
(124,167,174)
#91B4BB
(145,180,187)
#A6C1C8
(166,193,200)
#BBCED5
(187,206,213)
#D0DBE2
(208,219,226)
#E5E8EF
(229,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13666D color. Also use rgb(19,102,109) instead hex code.

Text Font Color

.myTextColor { color: #13666D; }

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

This text font color is #13666D.


Background Color

.myBgColor { background-color: #13666D; }

<div style="background-color:#13666D">Inner text</div>

This div background color is #13666D.


Border color

.myBorderColor { border: 1px solid #13666D; }

<div style="border:3px solid #13666D">Div</div>

This div border color is #13666D.


Opacity

.myOpacity80 { color: #13666D; opacity: 0.8; }

<p style="color:#13666D;opacity:0.8;">80%</p>

Text with #13666D 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 #13666D;}

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

This text has shadow with #13666D color.

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

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

This text has shadow with #13666D primary color and red secondary color.


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

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

This text has shadow with #13666D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13666D on black background.


Color preview on white background

This text has color #13666D on white background.



Black color preview on #13666D background

This text has black color on #13666D background.


White color preview on #13666D background

This text has white color on #13666D background.