COLOR #135554

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

Color info

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

RGB color model

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

RGB: (19,85,84) (7%, 33%, 33%)

RGB channels and saturation

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

19
85
84

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

Portions of RGB colors in percentages

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

%10.11
%45.21
%44.68

CMYK color model

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

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

CMYK percentages

%77.65
%0
%1.18
%66.67

Codes

Color #135554 in popluar color models

13 55 54
RGB 19 85 84
HSL 179° 63.46% 20.39%
HSB/HSV 179° 77.65% 33.33%
CMYK 77.65% 0.00% 1.18%
66.67%

Color #135554 in popluar number systems.

HEX 13 55 54
Decimal 19 85 84
Binary 10011 1010101 1010100
Octal 23 125 124

Shades and tints

Shades of #135554

#135554
(19,85,84)
#124E4D
(18,78,77)
#114746
(17,71,70)
#10403F
(16,64,63)
#0F3938
(15,57,56)
#0E3231
(14,50,49)
#0D2B2A
(13,43,42)
#0C2423
(12,36,35)
#0B1D1C
(11,29,28)
#0A1615
(10,22,21)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #135554

#135554
(19,85,84)
#286463
(40,100,99)
#3D7372
(61,115,114)
#528281
(82,130,129)
#679190
(103,145,144)
#7CA09F
(124,160,159)
#91AFAE
(145,175,174)
#A6BEBD
(166,190,189)
#BBCDCC
(187,205,204)
#D0DCDB
(208,220,219)
#E5EBEA
(229,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #135554; }

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

This text font color is #135554.

Background Color

.myBgColor { background-color: #135554; }

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

This div background color is #135554.

Border color

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

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

This div border color is #135554.

Opacity

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

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

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

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

This text has shadow with #135554 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #135554.

Preview

Color preview on black background

This text has color #135554 on black background.


Color preview on white background

This text has color #135554 on white background.


Black color preview on #135554 background

This text has black color on #135554 background.


White color preview on #135554 background

This text has white color on #135554 background.


Related colors

Complementary color

Complementary color for #hex is #ECAAAB.


I love getcolorcode.com

Triadic colors

1 #541355 and #555413 with #135554 are triadic colors.

2 #545513 and #551354 with #135554 are triadic colors.