COLOR #132839

HEX: #132839
RGB: (19,40,57)

Color info

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

RGB color model

#132839 color RGB value is (19,40,57).

  • red value is 19;
  • green value is 40;
  • blue value is 57.
RGB:
(19,40,57)
(7%,16%,22%)

RGB channels and saturation

R 19 of 255 = 7%
G 40 of 255 = 16%
B 57 of 255 = 22%

19
40
57

R + G + B ~ 15%. #132839 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 40 + 57 = 116 (100%)
R 19 of 116 ~ 16.38%
G 40 of 116 ~ 34.48%
B 57 of 116 ~ 49.14%

%16.38
%34.48
%49.14

CMYK color model

#132839 color CMYK value is (67,30,0,78).

  • cyan value is 66.67%
  • magenta value is 29.82%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(67,30,0,78)
C67M30Y0K78 
(67%,30%,0%,78%)
(0.67/0.30/0.00/0.78)	

CMYK percentages

%66.67
%29.82
%0
%77.65

Codes

Color #132839 in popluar color models

132839
RGB194057
HSL207°50.00%14.90%
HSB/HSV207°66.67%22.35%
CMYK66.67%29.82%0.00%
77.65%

Color #132839 in popluar number systems.

HEX132839
Decimal194057
Binary10011101000111001
Octal235071

Shades and tints

Shades of #132839

#132839
(19,40,57)
#122534
(18,37,52)
#11222F
(17,34,47)
#101F2A
(16,31,42)
#0F1C25
(15,28,37)
#0E1920
(14,25,32)
#0D161B
(13,22,27)
#0C1316
(12,19,22)
#0B1011
(11,16,17)
#0A0D0C
(10,13,12)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #132839

#132839
(19,40,57)
#283B4B
(40,59,75)
#3D4E5D
(61,78,93)
#52616F
(82,97,111)
#677481
(103,116,129)
#7C8793
(124,135,147)
#919AA5
(145,154,165)
#A6ADB7
(166,173,183)
#BBC0C9
(187,192,201)
#D0D3DB
(208,211,219)
#E5E6ED
(229,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132839 color. Also use rgb(19,40,57) instead hex code.

Text Font Color

.myTextColor { color: #132839; }

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

This text font color is #132839.


Background Color

.myBgColor { background-color: #132839; }

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

This div background color is #132839.


Border color

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

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

This div border color is #132839.


Opacity

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

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

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

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

This text has shadow with #132839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132839 on black background.


Color preview on white background

This text has color #132839 on white background.



Black color preview on #132839 background

This text has black color on #132839 background.


White color preview on #132839 background

This text has white color on #132839 background.