COLOR #135A60

HEX: #135A60
RGB: (19,90,96)

Color info

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

RGB color model

#135A60 color RGB value is (19,90,96).

  • red value is 19;
  • green value is 90;
  • blue value is 96.
RGB:
(19,90,96)
(7%,35%,38%)

RGB channels and saturation

R 19 of 255 = 7%
G 90 of 255 = 35%
B 96 of 255 = 38%

19
90
96

R + G + B ~ 27%. #135A60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 90 + 96 = 205 (100%)
R 19 of 205 ~ 9.27%
G 90 of 205 ~ 43.9%
B 96 of 205 ~ 46.83%

%43.9
%46.83

CMYK color model

#135A60 color CMYK value is (80,6,0,62).

  • cyan value is 80.21%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(80,6,0,62)
C80M6Y0K62 
(80%,6%,0%,62%)
(0.80/0.06/0.00/0.62)	

CMYK percentages

%80.21
%6.25
%0
%62.35

Codes

Color #135A60 in popluar color models

135A60
RGB199096
HSL185°66.96%22.55%
HSB/HSV185°80.21%37.65%
CMYK80.21%6.25%0.00%
62.35%

Color #135A60 in popluar number systems.

HEX135A60
Decimal199096
Binary1001110110101100000
Octal23132140

Shades and tints

Shades of #135A60

#135A60
(19,90,96)
#125258
(18,82,88)
#114A50
(17,74,80)
#104248
(16,66,72)
#0F3A40
(15,58,64)
#0E3238
(14,50,56)
#0D2A30
(13,42,48)
#0C2228
(12,34,40)
#0B1A20
(11,26,32)
#0A1218
(10,18,24)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #135A60

#135A60
(19,90,96)
#28696E
(40,105,110)
#3D787C
(61,120,124)
#52878A
(82,135,138)
#679698
(103,150,152)
#7CA5A6
(124,165,166)
#91B4B4
(145,180,180)
#A6C3C2
(166,195,194)
#BBD2D0
(187,210,208)
#D0E1DE
(208,225,222)
#E5F0EC
(229,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135A60 color. Also use rgb(19,90,96) instead hex code.

Text Font Color

.myTextColor { color: #135A60; }

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

This text font color is #135A60.


Background Color

.myBgColor { background-color: #135A60; }

<div style="background-color:#135A60">Inner text</div>

This div background color is #135A60.


Border color

.myBorderColor { border: 1px solid #135A60; }

<div style="border:3px solid #135A60">Div</div>

This div border color is #135A60.


Opacity

.myOpacity80 { color: #135A60; opacity: 0.8; }

<p style="color:#135A60;opacity:0.8;">80%</p>

Text with #135A60 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 #135A60;}

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

This text has shadow with #135A60 color.

.textShadow {text-shadow: 3px 3px 1px #135A60, 3px 3px 1px red;}

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

This text has shadow with #135A60 primary color and red secondary color.


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

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

This text has shadow with #135A60 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135A60 on black background.


Color preview on white background

This text has color #135A60 on white background.



Black color preview on #135A60 background

This text has black color on #135A60 background.


White color preview on #135A60 background

This text has white color on #135A60 background.