COLOR #13696E

HEX: #13696E
RGB: (19,105,110)

Color info

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

RGB color model

#13696E color RGB value is (19,105,110).

  • red value is 19;
  • green value is 105;
  • blue value is 110.
RGB:
(19,105,110)
(7%,41%,43%)

RGB channels and saturation

R 19 of 255 = 7%
G 105 of 255 = 41%
B 110 of 255 = 43%

19
105
110

R + G + B ~ 30%. #13696E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 105 + 110 = 234 (100%)
R 19 of 234 ~ 8.12%
G 105 of 234 ~ 44.87%
B 110 of 234 ~ 47.01%

%44.87
%47.01

CMYK color model

#13696E color CMYK value is (83,5,0,57).

  • cyan value is 82.73%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(83,5,0,57)
C83M5Y0K57 
(83%,5%,0%,57%)
(0.83/0.05/0.00/0.57)	

CMYK percentages

%82.73
%4.55
%0
%56.86

Codes

Color #13696E in popluar color models

13696E
RGB19105110
HSL183°70.54%25.29%
HSB/HSV183°82.73%43.14%
CMYK82.73%4.55%0.00%
56.86%

Color #13696E in popluar number systems.

HEX13696E
Decimal19105110
Binary1001111010011101110
Octal23151156

Shades and tints

Shades of #13696E

#13696E
(19,105,110)
#126064
(18,96,100)
#11575A
(17,87,90)
#104E50
(16,78,80)
#0F4546
(15,69,70)
#0E3C3C
(14,60,60)
#0D3332
(13,51,50)
#0C2A28
(12,42,40)
#0B211E
(11,33,30)
#0A1814
(10,24,20)
#090F0A
(9,15,10)
#000000
(0,0,0)

Tints of #13696E

#13696E
(19,105,110)
#28767B
(40,118,123)
#3D8388
(61,131,136)
#529095
(82,144,149)
#679DA2
(103,157,162)
#7CAAAF
(124,170,175)
#91B7BC
(145,183,188)
#A6C4C9
(166,196,201)
#BBD1D6
(187,209,214)
#D0DEE3
(208,222,227)
#E5EBF0
(229,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13696E color. Also use rgb(19,105,110) instead hex code.

Text Font Color

.myTextColor { color: #13696E; }

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

This text font color is #13696E.


Background Color

.myBgColor { background-color: #13696E; }

<div style="background-color:#13696E">Inner text</div>

This div background color is #13696E.


Border color

.myBorderColor { border: 1px solid #13696E; }

<div style="border:3px solid #13696E">Div</div>

This div border color is #13696E.


Opacity

.myOpacity80 { color: #13696E; opacity: 0.8; }

<p style="color:#13696E;opacity:0.8;">80%</p>

Text with #13696E 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 #13696E;}

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

This text has shadow with #13696E color.

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

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

This text has shadow with #13696E primary color and red secondary color.


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

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

This text has shadow with #13696E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13696E on black background.


Color preview on white background

This text has color #13696E on white background.



Black color preview on #13696E background

This text has black color on #13696E background.


White color preview on #13696E background

This text has white color on #13696E background.