COLOR #132130

HEX: #132130
RGB: (19,33,48)

Color info

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

RGB color model

#132130 color RGB value is (19,33,48).

  • red value is 19;
  • green value is 33;
  • blue value is 48.
RGB:
(19,33,48)
(7%,13%,19%)

RGB channels and saturation

R 19 of 255 = 7%
G 33 of 255 = 13%
B 48 of 255 = 19%

19
33
48

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

Portions of RGB colors in percentages

R + G + B =
19 + 33 + 48 = 100 (100%)
R 19 of 100 ~ 19%
G 33 of 100 ~ 33%
B 48 of 100 ~ 48%

%19
%33
%48

CMYK color model

#132130 color CMYK value is (60,31,0,81).

  • cyan value is 60.42%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(60,31,0,81)
C60M31Y0K81 
(60%,31%,0%,81%)
(0.60/0.31/0.00/0.81)	

CMYK percentages

%60.42
%31.25
%0
%81.18

Codes

Color #132130 in popluar color models

132130
RGB193348
HSL211°43.28%13.14%
HSB/HSV211°60.42%18.82%
CMYK60.42%31.25%0.00%
81.18%

Color #132130 in popluar number systems.

HEX132130
Decimal193348
Binary10011100001110000
Octal234160

Shades and tints

Shades of #132130

#132130
(19,33,48)
#121E2C
(18,30,44)
#111B28
(17,27,40)
#101824
(16,24,36)
#0F1520
(15,21,32)
#0E121C
(14,18,28)
#0D0F18
(13,15,24)
#0C0C14
(12,12,20)
#0B0910
(11,9,16)
#0A060C
(10,6,12)
#090308
(9,3,8)
#000000
(0,0,0)

Tints of #132130

#132130
(19,33,48)
#283542
(40,53,66)
#3D4954
(61,73,84)
#525D66
(82,93,102)
#677178
(103,113,120)
#7C858A
(124,133,138)
#91999C
(145,153,156)
#A6ADAE
(166,173,174)
#BBC1C0
(187,193,192)
#D0D5D2
(208,213,210)
#E5E9E4
(229,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132130; }

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

This text font color is #132130.


Background Color

.myBgColor { background-color: #132130; }

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

This div background color is #132130.


Border color

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

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

This div border color is #132130.


Opacity

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

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

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

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

This text has shadow with #132130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132130 on black background.


Color preview on white background

This text has color #132130 on white background.



Black color preview on #132130 background

This text has black color on #132130 background.


White color preview on #132130 background

This text has white color on #132130 background.