COLOR #135E70

HEX: #135E70
RGB: (19,94,112)

Color info

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

RGB color model

#135E70 color RGB value is (19,94,112).

  • red value is 19;
  • green value is 94;
  • blue value is 112.
RGB:
(19,94,112)
(7%,37%,44%)

RGB channels and saturation

R 19 of 255 = 7%
G 94 of 255 = 37%
B 112 of 255 = 44%

19
94
112

R + G + B ~ 29%. #135E70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 94 + 112 = 225 (100%)
R 19 of 225 ~ 8.44%
G 94 of 225 ~ 41.78%
B 112 of 225 ~ 49.78%

%41.78
%49.78

CMYK color model

#135E70 color CMYK value is (83,16,0,56).

  • cyan value is 83.04%
  • magenta value is 16.07%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(83,16,0,56)
C83M16Y0K56 
(83%,16%,0%,56%)
(0.83/0.16/0.00/0.56)	

CMYK percentages

%83.04
%16.07
%0
%56.08

Codes

Color #135E70 in popluar color models

135E70
RGB1994112
HSL192°70.99%25.69%
HSB/HSV192°83.04%43.92%
CMYK83.04%16.07%0.00%
56.08%

Color #135E70 in popluar number systems.

HEX135E70
Decimal1994112
Binary1001110111101110000
Octal23136160

Shades and tints

Shades of #135E70

#135E70
(19,94,112)
#125666
(18,86,102)
#114E5C
(17,78,92)
#104652
(16,70,82)
#0F3E48
(15,62,72)
#0E363E
(14,54,62)
#0D2E34
(13,46,52)
#0C262A
(12,38,42)
#0B1E20
(11,30,32)
#0A1616
(10,22,22)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #135E70

#135E70
(19,94,112)
#286C7D
(40,108,125)
#3D7A8A
(61,122,138)
#528897
(82,136,151)
#6796A4
(103,150,164)
#7CA4B1
(124,164,177)
#91B2BE
(145,178,190)
#A6C0CB
(166,192,203)
#BBCED8
(187,206,216)
#D0DCE5
(208,220,229)
#E5EAF2
(229,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135E70 color. Also use rgb(19,94,112) instead hex code.

Text Font Color

.myTextColor { color: #135E70; }

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

This text font color is #135E70.


Background Color

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

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

This div background color is #135E70.


Border color

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

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

This div border color is #135E70.


Opacity

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

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

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

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

This text has shadow with #135E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135E70 on black background.


Color preview on white background

This text has color #135E70 on white background.



Black color preview on #135E70 background

This text has black color on #135E70 background.


White color preview on #135E70 background

This text has white color on #135E70 background.