COLOR #134F47

HEX: #134F47
RGB: (19,79,71)

Color info

#134F47 contains mainly green and blue colors. Web safe color of #134F47 is #006633 (or #063).

RGB color model

#134F47 color RGB value is (19,79,71).

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

RGB channels and saturation

R 19 of 255 = 7%
G 79 of 255 = 31%
B 71 of 255 = 28%

19
79
71

R + G + B ~ 22%. #134F47 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 79 + 71 = 169 (100%)
R 19 of 169 ~ 11.24%
G 79 of 169 ~ 46.75%
B 71 of 169 ~ 42.01%

%11.24
%46.75
%42.01

CMYK color model

#134F47 color CMYK value is (76,0,10,69).

  • cyan value is 75.95%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 69.02%
CMYK:
(76,0,10,69)
C76M0Y10K69 
(76%,0%,10%,69%)
(0.76/0.00/0.10/0.69)	

CMYK percentages

%75.95
%0
%10.13
%69.02

Codes

Color #134F47 in popluar color models

134F47
RGB197971
HSL172°61.22%19.22%
HSB/HSV172°75.95%30.98%
CMYK75.95%0.00%10.13%
69.02%

Color #134F47 in popluar number systems.

HEX134F47
Decimal197971
Binary1001110011111000111
Octal23117107

Shades and tints

Shades of #134F47

#134F47
(19,79,71)
#124841
(18,72,65)
#11413B
(17,65,59)
#103A35
(16,58,53)
#0F332F
(15,51,47)
#0E2C29
(14,44,41)
#0D2523
(13,37,35)
#0C1E1D
(12,30,29)
#0B1717
(11,23,23)
#0A1011
(10,16,17)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #134F47

#134F47
(19,79,71)
#285F57
(40,95,87)
#3D6F67
(61,111,103)
#527F77
(82,127,119)
#678F87
(103,143,135)
#7C9F97
(124,159,151)
#91AFA7
(145,175,167)
#A6BFB7
(166,191,183)
#BBCFC7
(187,207,199)
#D0DFD7
(208,223,215)
#E5EFE7
(229,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #134F47; }

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

This text font color is #134F47.


Background Color

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

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

This div background color is #134F47.


Border color

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

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

This div border color is #134F47.


Opacity

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

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

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

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

This text has shadow with #134F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134F47 on black background.


Color preview on white background

This text has color #134F47 on white background.



Black color preview on #134F47 background

This text has black color on #134F47 background.


White color preview on #134F47 background

This text has white color on #134F47 background.