COLOR #135756

HEX: #135756
RGB: (19,87,86)

Color info

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

RGB color model

#135756 color RGB value is (19,87,86).

  • red value is 19;
  • green value is 87;
  • blue value is 86.
RGB:
(19,87,86)
(7%,34%,34%)

RGB channels and saturation

R 19 of 255 = 7%
G 87 of 255 = 34%
B 86 of 255 = 34%

19
87
86

R + G + B ~ 25%. #135756 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 87 + 86 = 192 (100%)
R 19 of 192 ~ 9.9%
G 87 of 192 ~ 45.31%
B 86 of 192 ~ 44.79%

%9.9
%45.31
%44.79

CMYK color model

#135756 color CMYK value is (78,0,1,66).

  • cyan value is 78.16%
  • magenta value is 0.00%
  • yellow value is 1.15%
  • key color value is 65.88%
CMYK:
(78,0,1,66)
C78M0Y1K66 
(78%,0%,1%,66%)
(0.78/0.00/0.01/0.66)	

CMYK percentages

%78.16
%0
%1.15
%65.88

Codes

Color #135756 in popluar color models

135756
RGB198786
HSL179°64.15%20.78%
HSB/HSV179°78.16%34.12%
CMYK78.16%0.00%1.15%
65.88%

Color #135756 in popluar number systems.

HEX135756
Decimal198786
Binary1001110101111010110
Octal23127126

Shades and tints

Shades of #135756

#135756
(19,87,86)
#12504F
(18,80,79)
#114948
(17,73,72)
#104241
(16,66,65)
#0F3B3A
(15,59,58)
#0E3433
(14,52,51)
#0D2D2C
(13,45,44)
#0C2625
(12,38,37)
#0B1F1E
(11,31,30)
#0A1817
(10,24,23)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #135756

#135756
(19,87,86)
#286665
(40,102,101)
#3D7574
(61,117,116)
#528483
(82,132,131)
#679392
(103,147,146)
#7CA2A1
(124,162,161)
#91B1B0
(145,177,176)
#A6C0BF
(166,192,191)
#BBCFCE
(187,207,206)
#D0DEDD
(208,222,221)
#E5EDEC
(229,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135756 color. Also use rgb(19,87,86) instead hex code.

Text Font Color

.myTextColor { color: #135756; }

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

This text font color is #135756.


Background Color

.myBgColor { background-color: #135756; }

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

This div background color is #135756.


Border color

.myBorderColor { border: 1px solid #135756; }

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

This div border color is #135756.


Opacity

.myOpacity80 { color: #135756; opacity: 0.8; }

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

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

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

This text has shadow with #135756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135756 on black background.


Color preview on white background

This text has color #135756 on white background.



Black color preview on #135756 background

This text has black color on #135756 background.


White color preview on #135756 background

This text has white color on #135756 background.