COLOR #132828

HEX: #132828
RGB: (19,40,40)

Color info

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

RGB color model

#132828 color RGB value is (19,40,40).

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

RGB channels and saturation

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

19
40
40

R + G + B ~ 13%. #132828 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 40 + 40 = 99 (100%)
R 19 of 99 ~ 19.19%
G 40 of 99 ~ 40.4%
B 40 of 99 ~ 40.4%

%19.19
%40.4
%40.4

CMYK color model

#132828 color CMYK value is (53,0,0,84).

  • cyan value is 52.50%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(53,0,0,84)
C53M0Y0K84 
(53%,0%,0%,84%)
(0.53/0.00/0.00/0.84)	

CMYK percentages

%52.5
%0
%0
%84.31

Codes

Color #132828 in popluar color models

132828
RGB194040
HSL180°35.59%11.57%
HSB/HSV180°52.50%15.69%
CMYK52.50%0.00%0.00%
84.31%

Color #132828 in popluar number systems.

HEX132828
Decimal194040
Binary10011101000101000
Octal235050

Shades and tints

Shades of #132828

#132828
(19,40,40)
#122525
(18,37,37)
#112222
(17,34,34)
#101F1F
(16,31,31)
#0F1C1C
(15,28,28)
#0E1919
(14,25,25)
#0D1616
(13,22,22)
#0C1313
(12,19,19)
#0B1010
(11,16,16)
#0A0D0D
(10,13,13)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #132828

#132828
(19,40,40)
#283B3B
(40,59,59)
#3D4E4E
(61,78,78)
#526161
(82,97,97)
#677474
(103,116,116)
#7C8787
(124,135,135)
#919A9A
(145,154,154)
#A6ADAD
(166,173,173)
#BBC0C0
(187,192,192)
#D0D3D3
(208,211,211)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132828; }

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

This text font color is #132828.


Background Color

.myBgColor { background-color: #132828; }

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

This div background color is #132828.


Border color

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

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

This div border color is #132828.


Opacity

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

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

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

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

This text has shadow with #132828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132828 on black background.


Color preview on white background

This text has color #132828 on white background.



Black color preview on #132828 background

This text has black color on #132828 background.


White color preview on #132828 background

This text has white color on #132828 background.