COLOR #13323C

HEX: #13323C
RGB: (19,50,60)

Color info

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

RGB color model

#13323C color RGB value is (19,50,60).

  • red value is 19;
  • green value is 50;
  • blue value is 60.
RGB:
(19,50,60)
(7%,20%,24%)

RGB channels and saturation

R 19 of 255 = 7%
G 50 of 255 = 20%
B 60 of 255 = 24%

19
50
60

R + G + B ~ 17%. #13323C is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 50 + 60 = 129 (100%)
R 19 of 129 ~ 14.73%
G 50 of 129 ~ 38.76%
B 60 of 129 ~ 46.51%

%14.73
%38.76
%46.51

CMYK color model

#13323C color CMYK value is (68,17,0,76).

  • cyan value is 68.33%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(68,17,0,76)
C68M17Y0K76 
(68%,17%,0%,76%)
(0.68/0.17/0.00/0.76)	

CMYK percentages

%68.33
%16.67
%0
%76.47

Codes

Color #13323C in popluar color models

13323C
RGB195060
HSL195°51.90%15.49%
HSB/HSV195°68.33%23.53%
CMYK68.33%16.67%0.00%
76.47%

Color #13323C in popluar number systems.

HEX13323C
Decimal195060
Binary10011110010111100
Octal236274

Shades and tints

Shades of #13323C

#13323C
(19,50,60)
#122E37
(18,46,55)
#112A32
(17,42,50)
#10262D
(16,38,45)
#0F2228
(15,34,40)
#0E1E23
(14,30,35)
#0D1A1E
(13,26,30)
#0C1619
(12,22,25)
#0B1214
(11,18,20)
#0A0E0F
(10,14,15)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #13323C

#13323C
(19,50,60)
#28444D
(40,68,77)
#3D565E
(61,86,94)
#52686F
(82,104,111)
#677A80
(103,122,128)
#7C8C91
(124,140,145)
#919EA2
(145,158,162)
#A6B0B3
(166,176,179)
#BBC2C4
(187,194,196)
#D0D4D5
(208,212,213)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13323C color. Also use rgb(19,50,60) instead hex code.

Text Font Color

.myTextColor { color: #13323C; }

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

This text font color is #13323C.


Background Color

.myBgColor { background-color: #13323C; }

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

This div background color is #13323C.


Border color

.myBorderColor { border: 1px solid #13323C; }

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

This div border color is #13323C.


Opacity

.myOpacity80 { color: #13323C; opacity: 0.8; }

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

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

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

This text has shadow with #13323C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13323C on black background.


Color preview on white background

This text has color #13323C on white background.



Black color preview on #13323C background

This text has black color on #13323C background.


White color preview on #13323C background

This text has white color on #13323C background.