COLOR #134746

HEX: #134746
RGB: (19,71,70)

Color info

#134746 contains red, green and blue colors in about the same proportion. Web safe color of #134746 is #003333 (or #033).

RGB color model

#134746 color RGB value is (19,71,70).

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

RGB channels and saturation

R 19 of 255 = 7%
G 71 of 255 = 28%
B 70 of 255 = 27%

19
71
70

R + G + B ~ 21%. #134746 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 71 + 70 = 160 (100%)
R 19 of 160 ~ 11.88%
G 71 of 160 ~ 44.38%
B 70 of 160 ~ 43.75%

%11.88
%44.38
%43.75

CMYK color model

#134746 color CMYK value is (73,0,1,72).

  • cyan value is 73.24%
  • magenta value is 0.00%
  • yellow value is 1.41%
  • key color value is 72.16%
CMYK:
(73,0,1,72)
C73M0Y1K72 
(73%,0%,1%,72%)
(0.73/0.00/0.01/0.72)	

CMYK percentages

%73.24
%0
%1.41
%72.16

Codes

Color #134746 in popluar color models

134746
RGB197170
HSL179°57.78%17.65%
HSB/HSV179°73.24%27.84%
CMYK73.24%0.00%1.41%
72.16%

Color #134746 in popluar number systems.

HEX134746
Decimal197170
Binary1001110001111000110
Octal23107106

Shades and tints

Shades of #134746

#134746
(19,71,70)
#124140
(18,65,64)
#113B3A
(17,59,58)
#103534
(16,53,52)
#0F2F2E
(15,47,46)
#0E2928
(14,41,40)
#0D2322
(13,35,34)
#0C1D1C
(12,29,28)
#0B1716
(11,23,22)
#0A1110
(10,17,16)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #134746

#134746
(19,71,70)
#285756
(40,87,86)
#3D6766
(61,103,102)
#527776
(82,119,118)
#678786
(103,135,134)
#7C9796
(124,151,150)
#91A7A6
(145,167,166)
#A6B7B6
(166,183,182)
#BBC7C6
(187,199,198)
#D0D7D6
(208,215,214)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #134746; }

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

This text font color is #134746.


Background Color

.myBgColor { background-color: #134746; }

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

This div background color is #134746.


Border color

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

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

This div border color is #134746.


Opacity

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

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

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

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

This text has shadow with #134746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134746 on black background.


Color preview on white background

This text has color #134746 on white background.



Black color preview on #134746 background

This text has black color on #134746 background.


White color preview on #134746 background

This text has white color on #134746 background.