COLOR #135A5D

HEX: #135A5D
RGB: (19,90,93)

Color info

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

RGB color model

#135A5D color RGB value is (19,90,93).

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

RGB channels and saturation

R 19 of 255 = 7%
G 90 of 255 = 35%
B 93 of 255 = 36%

19
90
93

R + G + B ~ 26%. #135A5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 90 + 93 = 202 (100%)
R 19 of 202 ~ 9.41%
G 90 of 202 ~ 44.55%
B 93 of 202 ~ 46.04%

%44.55
%46.04

CMYK color model

#135A5D color CMYK value is (80,3,0,64).

  • cyan value is 79.57%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(80,3,0,64)
C80M3Y0K64 
(80%,3%,0%,64%)
(0.80/0.03/0.00/0.64)	

CMYK percentages

%79.57
%3.23
%0
%63.53

Codes

Color #135A5D in popluar color models

135A5D
RGB199093
HSL182°66.07%21.96%
HSB/HSV182°79.57%36.47%
CMYK79.57%3.23%0.00%
63.53%

Color #135A5D in popluar number systems.

HEX135A5D
Decimal199093
Binary1001110110101011101
Octal23132135

Shades and tints

Shades of #135A5D

#135A5D
(19,90,93)
#125255
(18,82,85)
#114A4D
(17,74,77)
#104245
(16,66,69)
#0F3A3D
(15,58,61)
#0E3235
(14,50,53)
#0D2A2D
(13,42,45)
#0C2225
(12,34,37)
#0B1A1D
(11,26,29)
#0A1215
(10,18,21)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #135A5D

#135A5D
(19,90,93)
#28696B
(40,105,107)
#3D7879
(61,120,121)
#528787
(82,135,135)
#679695
(103,150,149)
#7CA5A3
(124,165,163)
#91B4B1
(145,180,177)
#A6C3BF
(166,195,191)
#BBD2CD
(187,210,205)
#D0E1DB
(208,225,219)
#E5F0E9
(229,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #135A5D; }

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

This text font color is #135A5D.


Background Color

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

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

This div background color is #135A5D.


Border color

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

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

This div border color is #135A5D.


Opacity

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

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

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

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

This text has shadow with #135A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135A5D on black background.


Color preview on white background

This text has color #135A5D on white background.



Black color preview on #135A5D background

This text has black color on #135A5D background.


White color preview on #135A5D background

This text has white color on #135A5D background.