COLOR #132233

HEX: #132233 RGB: (19,34,51)

Color info

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

RGB color model

#132233 color RGB value is (19,34,51).

RGB: (19,34,51) (7%, 13%, 20%)

RGB channels and saturation

R 19 of 255 = 7%
G 34 of 255 = 13%
B 51 of 255 = 20%

19
34
51

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

Portions of RGB colors in percentages

R + G + B = 19 + 34 + 51 = 104 (100%)
R 19 of 104 ~ 18.27%
G 34 of 104 ~ 32.69%
B 51 of 104 ~ 49.04'%

%18.27
%32.69
%49.04

CMYK color model

#132233 color CMYK value is (63,33,0,80).

  • cyan value is 62.75%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 80.00%

CMYK: (63,33,0,80)
C63M33Y0K80 (63%, 33%, 0%, 80%)
(0.63 / 0.33 / 0.00 / 0.80)

CMYK percentages

%62.75
%33.33
%0
%80

Codes

Color #132233 in popluar color models

13 22 33
RGB 19 34 51
HSL 212° 45.71% 13.73%
HSB/HSV 212° 62.75% 20.00%
CMYK 62.75% 33.33% 0.00%
80.00%

Color #132233 in popluar number systems.

HEX 13 22 33
Decimal 19 34 51
Binary 10011 100010 110011
Octal 23 42 63

Shades and tints

Shades of #132233

#132233
(19,34,51)
#121F2F
(18,31,47)
#111C2B
(17,28,43)
#101927
(16,25,39)
#0F1623
(15,22,35)
#0E131F
(14,19,31)
#0D101B
(13,16,27)
#0C0D17
(12,13,23)
#0B0A13
(11,10,19)
#0A070F
(10,7,15)
#09040B
(9,4,11)
#000000
(0,0,0)

Tints of #132233

#132233
(19,34,51)
#283645
(40,54,69)
#3D4A57
(61,74,87)
#525E69
(82,94,105)
#67727B
(103,114,123)
#7C868D
(124,134,141)
#919A9F
(145,154,159)
#A6AEB1
(166,174,177)
#BBC2C3
(187,194,195)
#D0D6D5
(208,214,213)
#E5EAE7
(229,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132233; }

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

This text font color is #132233.

Background Color

.myBgColor { background-color: #132233; }

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

This div background color is #132233.

Border color

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

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

This div border color is #132233.

Opacity

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

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

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

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

This text has shadow with #132233 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #132233.

Preview

Color preview on black background

This text has color #132233 on black background.


Color preview on white background

This text has color #132233 on white background.


Black color preview on #132233 background

This text has black color on #132233 background.


White color preview on #132233 background

This text has white color on #132233 background.


Related colors

Complementary color

Complementary color for #hex is #ECDDCC.


I love getcolorcode.com

Triadic colors

1 #331322 and #223313 with #132233 are triadic colors.

2 #332213 and #221333 with #132233 are triadic colors.