COLOR #134E54

HEX: #134E54
RGB: (19,78,84)

Color info

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

RGB color model

#134E54 color RGB value is (19,78,84).

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

RGB channels and saturation

R 19 of 255 = 7%
G 78 of 255 = 31%
B 84 of 255 = 33%

19
78
84

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

Portions of RGB colors in percentages

R + G + B =
19 + 78 + 84 = 181 (100%)
R 19 of 181 ~ 10.5%
G 78 of 181 ~ 43.09%
B 84 of 181 ~ 46.41%

%10.5
%43.09
%46.41

CMYK color model

#134E54 color CMYK value is (77,7,0,67).

  • cyan value is 77.38%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(77,7,0,67)
C77M7Y0K67 
(77%,7%,0%,67%)
(0.77/0.07/0.00/0.67)	

CMYK percentages

%77.38
%7.14
%0
%67.06

Codes

Color #134E54 in popluar color models

134E54
RGB197884
HSL186°63.11%20.20%
HSB/HSV186°77.38%32.94%
CMYK77.38%7.14%0.00%
67.06%

Color #134E54 in popluar number systems.

HEX134E54
Decimal197884
Binary1001110011101010100
Octal23116124

Shades and tints

Shades of #134E54

#134E54
(19,78,84)
#12474D
(18,71,77)
#114046
(17,64,70)
#10393F
(16,57,63)
#0F3238
(15,50,56)
#0E2B31
(14,43,49)
#0D242A
(13,36,42)
#0C1D23
(12,29,35)
#0B161C
(11,22,28)
#0A0F15
(10,15,21)
#09080E
(9,8,14)
#000000
(0,0,0)

Tints of #134E54

#134E54
(19,78,84)
#285E63
(40,94,99)
#3D6E72
(61,110,114)
#527E81
(82,126,129)
#678E90
(103,142,144)
#7C9E9F
(124,158,159)
#91AEAE
(145,174,174)
#A6BEBD
(166,190,189)
#BBCECC
(187,206,204)
#D0DEDB
(208,222,219)
#E5EEEA
(229,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #134E54; }

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

This text font color is #134E54.


Background Color

.myBgColor { background-color: #134E54; }

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

This div background color is #134E54.


Border color

.myBorderColor { border: 1px solid #134E54; }

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

This div border color is #134E54.


Opacity

.myOpacity80 { color: #134E54; opacity: 0.8; }

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

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

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

This text has shadow with #134E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134E54 on black background.


Color preview on white background

This text has color #134E54 on white background.



Black color preview on #134E54 background

This text has black color on #134E54 background.


White color preview on #134E54 background

This text has white color on #134E54 background.