COLOR #135455

HEX: #135455
RGB: (19,84,85)

Color info

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

RGB color model

#135455 color RGB value is (19,84,85).

  • red value is 19;
  • green value is 84;
  • blue value is 85.
RGB:
(19,84,85)
(7%,33%,33%)

RGB channels and saturation

R 19 of 255 = 7%
G 84 of 255 = 33%
B 85 of 255 = 33%

19
84
85

R + G + B ~ 24%. #135455 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 84 + 85 = 188 (100%)
R 19 of 188 ~ 10.11%
G 84 of 188 ~ 44.68%
B 85 of 188 ~ 45.21%

%10.11
%44.68
%45.21

CMYK color model

#135455 color CMYK value is (78,1,0,67).

  • cyan value is 77.65%
  • magenta value is 1.18%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(78,1,0,67)
C78M1Y0K67 
(78%,1%,0%,67%)
(0.78/0.01/0.00/0.67)	

CMYK percentages

%77.65
%1.18
%0
%66.67

Codes

Color #135455 in popluar color models

135455
RGB198485
HSL181°63.46%20.39%
HSB/HSV181°77.65%33.33%
CMYK77.65%1.18%0.00%
66.67%

Color #135455 in popluar number systems.

HEX135455
Decimal198485
Binary1001110101001010101
Octal23124125

Shades and tints

Shades of #135455

#135455
(19,84,85)
#124D4E
(18,77,78)
#114647
(17,70,71)
#103F40
(16,63,64)
#0F3839
(15,56,57)
#0E3132
(14,49,50)
#0D2A2B
(13,42,43)
#0C2324
(12,35,36)
#0B1C1D
(11,28,29)
#0A1516
(10,21,22)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #135455

#135455
(19,84,85)
#286364
(40,99,100)
#3D7273
(61,114,115)
#528182
(82,129,130)
#679091
(103,144,145)
#7C9FA0
(124,159,160)
#91AEAF
(145,174,175)
#A6BDBE
(166,189,190)
#BBCCCD
(187,204,205)
#D0DBDC
(208,219,220)
#E5EAEB
(229,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135455 color. Also use rgb(19,84,85) instead hex code.

Text Font Color

.myTextColor { color: #135455; }

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

This text font color is #135455.


Background Color

.myBgColor { background-color: #135455; }

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

This div background color is #135455.


Border color

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

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

This div border color is #135455.


Opacity

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

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

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

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

This text has shadow with #135455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135455 on black background.


Color preview on white background

This text has color #135455 on white background.



Black color preview on #135455 background

This text has black color on #135455 background.


White color preview on #135455 background

This text has white color on #135455 background.