COLOR #134C5C

HEX: #134C5C RGB: (19,76,92)

Color info

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

RGB color model

#134C5C color RGB value is (19,76,92).

RGB: (19,76,92) (7%, 30%, 36%)

RGB channels and saturation

R 19 of 255 = 7%
G 76 of 255 = 30%
B 92 of 255 = 36%

19
76
92

R + G + B ~ 24%. #134C5C is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 76 + 92 = 187 (100%)
R 19 of 187 ~ 10.16%
G 76 of 187 ~ 40.64%
B 92 of 187 ~ 49.2'%

%40.64
%49.2

CMYK color model

#134C5C color CMYK value is (79,17,0,64).

  • cyan value is 79.35%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (79,17,0,64)
C79M17Y0K64 (79%, 17%, 0%, 64%)
(0.79 / 0.17 / 0.00 / 0.64)

CMYK percentages

%79.35
%17.39
%0
%63.92

Codes

Color #134C5C in popluar color models

13 4C 5C
RGB 19 76 92
HSL 193° 65.77% 21.76%
HSB/HSV 193° 79.35% 36.08%
CMYK 79.35% 17.39% 0.00%
63.92%

Color #134C5C in popluar number systems.

HEX 13 4C 5C
Decimal 19 76 92
Binary 10011 1001100 1011100
Octal 23 114 134

Shades and tints

Shades of #134C5C

#134C5C
(19,76,92)
#124654
(18,70,84)
#11404C
(17,64,76)
#103A44
(16,58,68)
#0F343C
(15,52,60)
#0E2E34
(14,46,52)
#0D282C
(13,40,44)
#0C2224
(12,34,36)
#0B1C1C
(11,28,28)
#0A1614
(10,22,20)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #134C5C

#134C5C
(19,76,92)
#285C6A
(40,92,106)
#3D6C78
(61,108,120)
#527C86
(82,124,134)
#678C94
(103,140,148)
#7C9CA2
(124,156,162)
#91ACB0
(145,172,176)
#A6BCBE
(166,188,190)
#BBCCCC
(187,204,204)
#D0DCDA
(208,220,218)
#E5ECE8
(229,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #134C5C; }

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

This text font color is #134C5C.

Background Color

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

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

This div background color is #134C5C.

Border color

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

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

This div border color is #134C5C.

Opacity

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

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

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

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

This text has shadow with #134C5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #134C5C.

Preview

Color preview on black background

This text has color #134C5C on black background.


Color preview on white background

This text has color #134C5C on white background.


Black color preview on #134C5C background

This text has black color on #134C5C background.


White color preview on #134C5C background

This text has white color on #134C5C background.


Related colors

Complementary color

Complementary color for #hex is #ECB3A3.


I love getcolorcode.com

Triadic colors

1 #5C134C and #4C5C13 with #134C5C are triadic colors.

2 #5C4C13 and #4C135C with #134C5C are triadic colors.