COLOR #134953

HEX: #134953
RGB: (19,73,83)

Color info

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

RGB color model

#134953 color RGB value is (19,73,83).

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

RGB channels and saturation

R 19 of 255 = 7%
G 73 of 255 = 29%
B 83 of 255 = 33%

19
73
83

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

Portions of RGB colors in percentages

R + G + B =
19 + 73 + 83 = 175 (100%)
R 19 of 175 ~ 10.86%
G 73 of 175 ~ 41.71%
B 83 of 175 ~ 47.43%

%10.86
%41.71
%47.43

CMYK color model

#134953 color CMYK value is (77,12,0,67).

  • cyan value is 77.11%
  • magenta value is 12.05%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(77,12,0,67)
C77M12Y0K67 
(77%,12%,0%,67%)
(0.77/0.12/0.00/0.67)	

CMYK percentages

%77.11
%12.05
%0
%67.45

Codes

Color #134953 in popluar color models

134953
RGB197383
HSL189°62.75%20.00%
HSB/HSV189°77.11%32.55%
CMYK77.11%12.05%0.00%
67.45%

Color #134953 in popluar number systems.

HEX134953
Decimal197383
Binary1001110010011010011
Octal23111123

Shades and tints

Shades of #134953

#134953
(19,73,83)
#12434C
(18,67,76)
#113D45
(17,61,69)
#10373E
(16,55,62)
#0F3137
(15,49,55)
#0E2B30
(14,43,48)
#0D2529
(13,37,41)
#0C1F22
(12,31,34)
#0B191B
(11,25,27)
#0A1314
(10,19,20)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #134953

#134953
(19,73,83)
#285962
(40,89,98)
#3D6971
(61,105,113)
#527980
(82,121,128)
#67898F
(103,137,143)
#7C999E
(124,153,158)
#91A9AD
(145,169,173)
#A6B9BC
(166,185,188)
#BBC9CB
(187,201,203)
#D0D9DA
(208,217,218)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #134953; }

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

This text font color is #134953.


Background Color

.myBgColor { background-color: #134953; }

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

This div background color is #134953.


Border color

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

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

This div border color is #134953.


Opacity

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

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

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

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

This text has shadow with #134953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134953 on black background.


Color preview on white background

This text has color #134953 on white background.



Black color preview on #134953 background

This text has black color on #134953 background.


White color preview on #134953 background

This text has white color on #134953 background.