COLOR #134A4B

HEX: #134A4B
RGB: (19,74,75)

Color info

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

RGB color model

#134A4B color RGB value is (19,74,75).

  • red value is 19;
  • green value is 74;
  • blue value is 75.
RGB:
(19,74,75)
(7%,29%,29%)

RGB channels and saturation

R 19 of 255 = 7%
G 74 of 255 = 29%
B 75 of 255 = 29%

19
74
75

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

Portions of RGB colors in percentages

R + G + B =
19 + 74 + 75 = 168 (100%)
R 19 of 168 ~ 11.31%
G 74 of 168 ~ 44.05%
B 75 of 168 ~ 44.64%

%11.31
%44.05
%44.64

CMYK color model

#134A4B color CMYK value is (75,1,0,71).

  • cyan value is 74.67%
  • magenta value is 1.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(75,1,0,71)
C75M1Y0K71 
(75%,1%,0%,71%)
(0.75/0.01/0.00/0.71)	

CMYK percentages

%74.67
%1.33
%0
%70.59

Codes

Color #134A4B in popluar color models

134A4B
RGB197475
HSL181°59.57%18.43%
HSB/HSV181°74.67%29.41%
CMYK74.67%1.33%0.00%
70.59%

Color #134A4B in popluar number systems.

HEX134A4B
Decimal197475
Binary1001110010101001011
Octal23112113

Shades and tints

Shades of #134A4B

#134A4B
(19,74,75)
#124445
(18,68,69)
#113E3F
(17,62,63)
#103839
(16,56,57)
#0F3233
(15,50,51)
#0E2C2D
(14,44,45)
#0D2627
(13,38,39)
#0C2021
(12,32,33)
#0B1A1B
(11,26,27)
#0A1415
(10,20,21)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #134A4B

#134A4B
(19,74,75)
#285A5B
(40,90,91)
#3D6A6B
(61,106,107)
#527A7B
(82,122,123)
#678A8B
(103,138,139)
#7C9A9B
(124,154,155)
#91AAAB
(145,170,171)
#A6BABB
(166,186,187)
#BBCACB
(187,202,203)
#D0DADB
(208,218,219)
#E5EAEB
(229,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #134A4B color. Also use rgb(19,74,75) instead hex code.

Text Font Color

.myTextColor { color: #134A4B; }

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

This text font color is #134A4B.


Background Color

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

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

This div background color is #134A4B.


Border color

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

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

This div border color is #134A4B.


Opacity

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

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

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

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

This text has shadow with #134A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134A4B on black background.


Color preview on white background

This text has color #134A4B on white background.



Black color preview on #134A4B background

This text has black color on #134A4B background.


White color preview on #134A4B background

This text has white color on #134A4B background.