COLOR #13738A

HEX: #13738A
RGB: (19,115,138)

Color info

#13738A contains mainly green and blue colors. Web safe color of #13738A is #006699 (or #069).

RGB color model

#13738A color RGB value is (19,115,138).

  • red value is 19;
  • green value is 115;
  • blue value is 138.
RGB:
(19,115,138)
(7%,45%,54%)

RGB channels and saturation

R 19 of 255 = 7%
G 115 of 255 = 45%
B 138 of 255 = 54%

19
115
138

R + G + B ~ 35%. #13738A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 115 + 138 = 272 (100%)
R 19 of 272 ~ 6.99%
G 115 of 272 ~ 42.28%
B 138 of 272 ~ 50.74%

%42.28
%50.74

CMYK color model

#13738A color CMYK value is (86,17,0,46).

  • cyan value is 86.23%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(86,17,0,46)
C86M17Y0K46 
(86%,17%,0%,46%)
(0.86/0.17/0.00/0.46)	

CMYK percentages

%86.23
%16.67
%0
%45.88

Codes

Color #13738A in popluar color models

13738A
RGB19115138
HSL192°75.80%30.78%
HSB/HSV192°86.23%54.12%
CMYK86.23%16.67%0.00%
45.88%

Color #13738A in popluar number systems.

HEX13738A
Decimal19115138
Binary10011111001110001010
Octal23163212

Shades and tints

Shades of #13738A

#13738A
(19,115,138)
#12697E
(18,105,126)
#115F72
(17,95,114)
#105566
(16,85,102)
#0F4B5A
(15,75,90)
#0E414E
(14,65,78)
#0D3742
(13,55,66)
#0C2D36
(12,45,54)
#0B232A
(11,35,42)
#0A191E
(10,25,30)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #13738A

#13738A
(19,115,138)
#287F94
(40,127,148)
#3D8B9E
(61,139,158)
#5297A8
(82,151,168)
#67A3B2
(103,163,178)
#7CAFBC
(124,175,188)
#91BBC6
(145,187,198)
#A6C7D0
(166,199,208)
#BBD3DA
(187,211,218)
#D0DFE4
(208,223,228)
#E5EBEE
(229,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13738A color. Also use rgb(19,115,138) instead hex code.

Text Font Color

.myTextColor { color: #13738A; }

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

This text font color is #13738A.


Background Color

.myBgColor { background-color: #13738A; }

<div style="background-color:#13738A">Inner text</div>

This div background color is #13738A.


Border color

.myBorderColor { border: 1px solid #13738A; }

<div style="border:3px solid #13738A">Div</div>

This div border color is #13738A.


Opacity

.myOpacity80 { color: #13738A; opacity: 0.8; }

<p style="color:#13738A;opacity:0.8;">80%</p>

Text with #13738A 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 #13738A;}

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

This text has shadow with #13738A color.

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

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

This text has shadow with #13738A primary color and red secondary color.


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

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

This text has shadow with #13738A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13738A on black background.


Color preview on white background

This text has color #13738A on white background.



Black color preview on #13738A background

This text has black color on #13738A background.


White color preview on #13738A background

This text has white color on #13738A background.