COLOR #13665F

HEX: #13665F
RGB: (19,102,95)

Color info

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

RGB color model

#13665F color RGB value is (19,102,95).

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

RGB channels and saturation

R 19 of 255 = 7%
G 102 of 255 = 40%
B 95 of 255 = 37%

19
102
95

R + G + B ~ 28%. #13665F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 102 + 95 = 216 (100%)
R 19 of 216 ~ 8.8%
G 102 of 216 ~ 47.22%
B 95 of 216 ~ 43.98%

%47.22
%43.98

CMYK color model

#13665F color CMYK value is (81,0,7,60).

  • cyan value is 81.37%
  • magenta value is 0.00%
  • yellow value is 6.86%
  • key color value is 60.00%
CMYK:
(81,0,7,60)
C81M0Y7K60 
(81%,0%,7%,60%)
(0.81/0.00/0.07/0.60)	

CMYK percentages

%81.37
%0
%6.86
%60

Codes

Color #13665F in popluar color models

13665F
RGB1910295
HSL175°68.60%23.73%
HSB/HSV175°81.37%40.00%
CMYK81.37%0.00%6.86%
60.00%

Color #13665F in popluar number systems.

HEX13665F
Decimal1910295
Binary1001111001101011111
Octal23146137

Shades and tints

Shades of #13665F

#13665F
(19,102,95)
#125D57
(18,93,87)
#11544F
(17,84,79)
#104B47
(16,75,71)
#0F423F
(15,66,63)
#0E3937
(14,57,55)
#0D302F
(13,48,47)
#0C2727
(12,39,39)
#0B1E1F
(11,30,31)
#0A1517
(10,21,23)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #13665F

#13665F
(19,102,95)
#28736D
(40,115,109)
#3D807B
(61,128,123)
#528D89
(82,141,137)
#679A97
(103,154,151)
#7CA7A5
(124,167,165)
#91B4B3
(145,180,179)
#A6C1C1
(166,193,193)
#BBCECF
(187,206,207)
#D0DBDD
(208,219,221)
#E5E8EB
(229,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13665F color. Also use rgb(19,102,95) instead hex code.

Text Font Color

.myTextColor { color: #13665F; }

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

This text font color is #13665F.


Background Color

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

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

This div background color is #13665F.


Border color

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

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

This div border color is #13665F.


Opacity

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

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

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

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

This text has shadow with #13665F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13665F on black background.


Color preview on white background

This text has color #13665F on white background.



Black color preview on #13665F background

This text has black color on #13665F background.


White color preview on #13665F background

This text has white color on #13665F background.