COLOR #135763

HEX: #135763
RGB: (19,87,99)

Color info

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

RGB color model

#135763 color RGB value is (19,87,99).

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

RGB channels and saturation

R 19 of 255 = 7%
G 87 of 255 = 34%
B 99 of 255 = 39%

19
87
99

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

Portions of RGB colors in percentages

R + G + B =
19 + 87 + 99 = 205 (100%)
R 19 of 205 ~ 9.27%
G 87 of 205 ~ 42.44%
B 99 of 205 ~ 48.29%

%42.44
%48.29

CMYK color model

#135763 color CMYK value is (81,12,0,61).

  • cyan value is 80.81%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(81,12,0,61)
C81M12Y0K61 
(81%,12%,0%,61%)
(0.81/0.12/0.00/0.61)	

CMYK percentages

%80.81
%12.12
%0
%61.18

Codes

Color #135763 in popluar color models

135763
RGB198799
HSL189°67.80%23.14%
HSB/HSV189°80.81%38.82%
CMYK80.81%12.12%0.00%
61.18%

Color #135763 in popluar number systems.

HEX135763
Decimal198799
Binary1001110101111100011
Octal23127143

Shades and tints

Shades of #135763

#135763
(19,87,99)
#12505A
(18,80,90)
#114951
(17,73,81)
#104248
(16,66,72)
#0F3B3F
(15,59,63)
#0E3436
(14,52,54)
#0D2D2D
(13,45,45)
#0C2624
(12,38,36)
#0B1F1B
(11,31,27)
#0A1812
(10,24,18)
#091109
(9,17,9)
#000000
(0,0,0)

Tints of #135763

#135763
(19,87,99)
#286671
(40,102,113)
#3D757F
(61,117,127)
#52848D
(82,132,141)
#67939B
(103,147,155)
#7CA2A9
(124,162,169)
#91B1B7
(145,177,183)
#A6C0C5
(166,192,197)
#BBCFD3
(187,207,211)
#D0DEE1
(208,222,225)
#E5EDEF
(229,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #135763; }

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

This text font color is #135763.


Background Color

.myBgColor { background-color: #135763; }

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

This div background color is #135763.


Border color

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

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

This div border color is #135763.


Opacity

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

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

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

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

This text has shadow with #135763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135763 on black background.


Color preview on white background

This text has color #135763 on white background.



Black color preview on #135763 background

This text has black color on #135763 background.


White color preview on #135763 background

This text has white color on #135763 background.