COLOR #13746F

HEX: #13746F
RGB: (19,116,111)

Color info

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

RGB color model

#13746F color RGB value is (19,116,111).

  • red value is 19;
  • green value is 116;
  • blue value is 111.
RGB:
(19,116,111)
(7%,45%,44%)

RGB channels and saturation

R 19 of 255 = 7%
G 116 of 255 = 45%
B 111 of 255 = 44%

19
116
111

R + G + B ~ 32%. #13746F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 116 + 111 = 246 (100%)
R 19 of 246 ~ 7.72%
G 116 of 246 ~ 47.15%
B 111 of 246 ~ 45.12%

%47.15
%45.12

CMYK color model

#13746F color CMYK value is (84,0,4,55).

  • cyan value is 83.62%
  • magenta value is 0.00%
  • yellow value is 4.31%
  • key color value is 54.51%
CMYK:
(84,0,4,55)
C84M0Y4K55 
(84%,0%,4%,55%)
(0.84/0.00/0.04/0.55)	

CMYK percentages

%83.62
%0
%4.31
%54.51

Codes

Color #13746F in popluar color models

13746F
RGB19116111
HSL177°71.85%26.47%
HSB/HSV177°83.62%45.49%
CMYK83.62%0.00%4.31%
54.51%

Color #13746F in popluar number systems.

HEX13746F
Decimal19116111
Binary1001111101001101111
Octal23164157

Shades and tints

Shades of #13746F

#13746F
(19,116,111)
#126A65
(18,106,101)
#11605B
(17,96,91)
#105651
(16,86,81)
#0F4C47
(15,76,71)
#0E423D
(14,66,61)
#0D3833
(13,56,51)
#0C2E29
(12,46,41)
#0B241F
(11,36,31)
#0A1A15
(10,26,21)
#09100B
(9,16,11)
#000000
(0,0,0)

Tints of #13746F

#13746F
(19,116,111)
#28807C
(40,128,124)
#3D8C89
(61,140,137)
#529896
(82,152,150)
#67A4A3
(103,164,163)
#7CB0B0
(124,176,176)
#91BCBD
(145,188,189)
#A6C8CA
(166,200,202)
#BBD4D7
(187,212,215)
#D0E0E4
(208,224,228)
#E5ECF1
(229,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13746F color. Also use rgb(19,116,111) instead hex code.

Text Font Color

.myTextColor { color: #13746F; }

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

This text font color is #13746F.


Background Color

.myBgColor { background-color: #13746F; }

<div style="background-color:#13746F">Inner text</div>

This div background color is #13746F.


Border color

.myBorderColor { border: 1px solid #13746F; }

<div style="border:3px solid #13746F">Div</div>

This div border color is #13746F.


Opacity

.myOpacity80 { color: #13746F; opacity: 0.8; }

<p style="color:#13746F;opacity:0.8;">80%</p>

Text with #13746F 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 #13746F;}

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

This text has shadow with #13746F color.

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

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

This text has shadow with #13746F primary color and red secondary color.


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

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

This text has shadow with #13746F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13746F on black background.


Color preview on white background

This text has color #13746F on white background.



Black color preview on #13746F background

This text has black color on #13746F background.


White color preview on #13746F background

This text has white color on #13746F background.