COLOR #134F5E

HEX: #134F5E
RGB: (19,79,94)

Color info

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

RGB color model

#134F5E color RGB value is (19,79,94).

  • red value is 19;
  • green value is 79;
  • blue value is 94.
RGB:
(19,79,94)
(7%,31%,37%)

RGB channels and saturation

R 19 of 255 = 7%
G 79 of 255 = 31%
B 94 of 255 = 37%

19
79
94

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

Portions of RGB colors in percentages

R + G + B =
19 + 79 + 94 = 192 (100%)
R 19 of 192 ~ 9.9%
G 79 of 192 ~ 41.15%
B 94 of 192 ~ 48.96%

%9.9
%41.15
%48.96

CMYK color model

#134F5E color CMYK value is (80,16,0,63).

  • cyan value is 79.79%
  • magenta value is 15.96%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(80,16,0,63)
C80M16Y0K63 
(80%,16%,0%,63%)
(0.80/0.16/0.00/0.63)	

CMYK percentages

%79.79
%15.96
%0
%63.14

Codes

Color #134F5E in popluar color models

134F5E
RGB197994
HSL192°66.37%22.16%
HSB/HSV192°79.79%36.86%
CMYK79.79%15.96%0.00%
63.14%

Color #134F5E in popluar number systems.

HEX134F5E
Decimal197994
Binary1001110011111011110
Octal23117136

Shades and tints

Shades of #134F5E

#134F5E
(19,79,94)
#124856
(18,72,86)
#11414E
(17,65,78)
#103A46
(16,58,70)
#0F333E
(15,51,62)
#0E2C36
(14,44,54)
#0D252E
(13,37,46)
#0C1E26
(12,30,38)
#0B171E
(11,23,30)
#0A1016
(10,16,22)
#09090E
(9,9,14)
#000000
(0,0,0)

Tints of #134F5E

#134F5E
(19,79,94)
#285F6C
(40,95,108)
#3D6F7A
(61,111,122)
#527F88
(82,127,136)
#678F96
(103,143,150)
#7C9FA4
(124,159,164)
#91AFB2
(145,175,178)
#A6BFC0
(166,191,192)
#BBCFCE
(187,207,206)
#D0DFDC
(208,223,220)
#E5EFEA
(229,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #134F5E color. Also use rgb(19,79,94) instead hex code.

Text Font Color

.myTextColor { color: #134F5E; }

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

This text font color is #134F5E.


Background Color

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

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

This div background color is #134F5E.


Border color

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

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

This div border color is #134F5E.


Opacity

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

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

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

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

This text has shadow with #134F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134F5E on black background.


Color preview on white background

This text has color #134F5E on white background.



Black color preview on #134F5E background

This text has black color on #134F5E background.


White color preview on #134F5E background

This text has white color on #134F5E background.