COLOR #134956

HEX: #134956
RGB: (19,73,86)

Color info

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

RGB color model

#134956 color RGB value is (19,73,86).

  • red value is 19;
  • green value is 73;
  • blue value is 86.
RGB:
(19,73,86)
(7%,29%,34%)

RGB channels and saturation

R 19 of 255 = 7%
G 73 of 255 = 29%
B 86 of 255 = 34%

19
73
86

R + G + B ~ 23%. #134956 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 73 + 86 = 178 (100%)
R 19 of 178 ~ 10.67%
G 73 of 178 ~ 41.01%
B 86 of 178 ~ 48.31%

%10.67
%41.01
%48.31

CMYK color model

#134956 color CMYK value is (78,15,0,66).

  • cyan value is 77.91%
  • magenta value is 15.12%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(78,15,0,66)
C78M15Y0K66 
(78%,15%,0%,66%)
(0.78/0.15/0.00/0.66)	

CMYK percentages

%77.91
%15.12
%0
%66.27

Codes

Color #134956 in popluar color models

134956
RGB197386
HSL192°63.81%20.59%
HSB/HSV192°77.91%33.73%
CMYK77.91%15.12%0.00%
66.27%

Color #134956 in popluar number systems.

HEX134956
Decimal197386
Binary1001110010011010110
Octal23111126

Shades and tints

Shades of #134956

#134956
(19,73,86)
#12434F
(18,67,79)
#113D48
(17,61,72)
#103741
(16,55,65)
#0F313A
(15,49,58)
#0E2B33
(14,43,51)
#0D252C
(13,37,44)
#0C1F25
(12,31,37)
#0B191E
(11,25,30)
#0A1317
(10,19,23)
#090D10
(9,13,16)
#000000
(0,0,0)

Tints of #134956

#134956
(19,73,86)
#285965
(40,89,101)
#3D6974
(61,105,116)
#527983
(82,121,131)
#678992
(103,137,146)
#7C99A1
(124,153,161)
#91A9B0
(145,169,176)
#A6B9BF
(166,185,191)
#BBC9CE
(187,201,206)
#D0D9DD
(208,217,221)
#E5E9EC
(229,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #134956; }

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

This text font color is #134956.


Background Color

.myBgColor { background-color: #134956; }

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

This div background color is #134956.


Border color

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

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

This div border color is #134956.


Opacity

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

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

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

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

This text has shadow with #134956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134956 on black background.


Color preview on white background

This text has color #134956 on white background.



Black color preview on #134956 background

This text has black color on #134956 background.


White color preview on #134956 background

This text has white color on #134956 background.