COLOR #134737

HEX: #134737
RGB: (19,71,55)

Color info

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

RGB color model

#134737 color RGB value is (19,71,55).

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

RGB channels and saturation

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

19
71
55

R + G + B ~ 19%. #134737 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 71 + 55 = 145 (100%)
R 19 of 145 ~ 13.1%
G 71 of 145 ~ 48.97%
B 55 of 145 ~ 37.93%

%13.1
%48.97
%37.93

CMYK color model

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

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

CMYK percentages

%73.24
%0
%22.54
%72.16

Codes

Color #134737 in popluar color models

134737
RGB197155
HSL162°57.78%17.65%
HSB/HSV162°73.24%27.84%
CMYK73.24%0.00%22.54%
72.16%

Color #134737 in popluar number systems.

HEX134737
Decimal197155
Binary100111000111110111
Octal2310767

Shades and tints

Shades of #134737

#134737
(19,71,55)
#124132
(18,65,50)
#113B2D
(17,59,45)
#103528
(16,53,40)
#0F2F23
(15,47,35)
#0E291E
(14,41,30)
#0D2319
(13,35,25)
#0C1D14
(12,29,20)
#0B170F
(11,23,15)
#0A110A
(10,17,10)
#090B05
(9,11,5)
#000000
(0,0,0)

Tints of #134737

#134737
(19,71,55)
#285749
(40,87,73)
#3D675B
(61,103,91)
#52776D
(82,119,109)
#67877F
(103,135,127)
#7C9791
(124,151,145)
#91A7A3
(145,167,163)
#A6B7B5
(166,183,181)
#BBC7C7
(187,199,199)
#D0D7D9
(208,215,217)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #134737; }

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

This text font color is #134737.


Background Color

.myBgColor { background-color: #134737; }

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

This div background color is #134737.


Border color

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

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

This div border color is #134737.


Opacity

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

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

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

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

This text has shadow with #134737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134737 on black background.


Color preview on white background

This text has color #134737 on white background.



Black color preview on #134737 background

This text has black color on #134737 background.


White color preview on #134737 background

This text has white color on #134737 background.