COLOR #134C63

HEX: #134C63
RGB: (19,76,99)

Color info

#134C63 contains mainly green and blue colors. Web safe color of #134C63 is #003366 (or #036).

RGB color model

#134C63 color RGB value is (19,76,99).

  • red value is 19;
  • green value is 76;
  • blue value is 99.
RGB:
(19,76,99)
(7%,30%,39%)

RGB channels and saturation

R 19 of 255 = 7%
G 76 of 255 = 30%
B 99 of 255 = 39%

19
76
99

R + G + B ~ 25%. #134C63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 76 + 99 = 194 (100%)
R 19 of 194 ~ 9.79%
G 76 of 194 ~ 39.18%
B 99 of 194 ~ 51.03%

%9.79
%39.18
%51.03

CMYK color model

#134C63 color CMYK value is (81,23,0,61).

  • cyan value is 80.81%
  • magenta value is 23.23%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(81,23,0,61)
C81M23Y0K61 
(81%,23%,0%,61%)
(0.81/0.23/0.00/0.61)	

CMYK percentages

%80.81
%23.23
%0
%61.18

Codes

Color #134C63 in popluar color models

134C63
RGB197699
HSL197°67.80%23.14%
HSB/HSV197°80.81%38.82%
CMYK80.81%23.23%0.00%
61.18%

Color #134C63 in popluar number systems.

HEX134C63
Decimal197699
Binary1001110011001100011
Octal23114143

Shades and tints

Shades of #134C63

#134C63
(19,76,99)
#12465A
(18,70,90)
#114051
(17,64,81)
#103A48
(16,58,72)
#0F343F
(15,52,63)
#0E2E36
(14,46,54)
#0D282D
(13,40,45)
#0C2224
(12,34,36)
#0B1C1B
(11,28,27)
#0A1612
(10,22,18)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #134C63

#134C63
(19,76,99)
#285C71
(40,92,113)
#3D6C7F
(61,108,127)
#527C8D
(82,124,141)
#678C9B
(103,140,155)
#7C9CA9
(124,156,169)
#91ACB7
(145,172,183)
#A6BCC5
(166,188,197)
#BBCCD3
(187,204,211)
#D0DCE1
(208,220,225)
#E5ECEF
(229,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #134C63 color. Also use rgb(19,76,99) instead hex code.

Text Font Color

.myTextColor { color: #134C63; }

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

This text font color is #134C63.


Background Color

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

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

This div background color is #134C63.


Border color

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

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

This div border color is #134C63.


Opacity

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

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

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

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

This text has shadow with #134C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134C63 on black background.


Color preview on white background

This text has color #134C63 on white background.



Black color preview on #134C63 background

This text has black color on #134C63 background.


White color preview on #134C63 background

This text has white color on #134C63 background.