COLOR #134747

HEX: #134747
RGB: (19,71,71)

Color info

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

RGB color model

#134747 color RGB value is (19,71,71).

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

RGB channels and saturation

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

19
71
71

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

Portions of RGB colors in percentages

R + G + B =
19 + 71 + 71 = 161 (100%)
R 19 of 161 ~ 11.8%
G 71 of 161 ~ 44.1%
B 71 of 161 ~ 44.1%

%11.8
%44.1
%44.1

CMYK color model

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

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

CMYK percentages

%73.24
%0
%0
%72.16

Codes

Color #134747 in popluar color models

134747
RGB197171
HSL180°57.78%17.65%
HSB/HSV180°73.24%27.84%
CMYK73.24%0.00%0.00%
72.16%

Color #134747 in popluar number systems.

HEX134747
Decimal197171
Binary1001110001111000111
Octal23107107

Shades and tints

Shades of #134747

#134747
(19,71,71)
#124141
(18,65,65)
#113B3B
(17,59,59)
#103535
(16,53,53)
#0F2F2F
(15,47,47)
#0E2929
(14,41,41)
#0D2323
(13,35,35)
#0C1D1D
(12,29,29)
#0B1717
(11,23,23)
#0A1111
(10,17,17)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #134747

#134747
(19,71,71)
#285757
(40,87,87)
#3D6767
(61,103,103)
#527777
(82,119,119)
#678787
(103,135,135)
#7C9797
(124,151,151)
#91A7A7
(145,167,167)
#A6B7B7
(166,183,183)
#BBC7C7
(187,199,199)
#D0D7D7
(208,215,215)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #134747; }

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

This text font color is #134747.


Background Color

.myBgColor { background-color: #134747; }

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

This div background color is #134747.


Border color

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

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

This div border color is #134747.


Opacity

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

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

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

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

This text has shadow with #134747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134747 on black background.


Color preview on white background

This text has color #134747 on white background.



Black color preview on #134747 background

This text has black color on #134747 background.


White color preview on #134747 background

This text has white color on #134747 background.