COLOR #13332A

HEX: #13332A
RGB: (19,51,42)

Color info

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

RGB color model

#13332A color RGB value is (19,51,42).

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

RGB channels and saturation

R 19 of 255 = 7%
G 51 of 255 = 20%
B 42 of 255 = 16%

19
51
42

R + G + B ~ 14%. #13332A is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 51 + 42 = 112 (100%)
R 19 of 112 ~ 16.96%
G 51 of 112 ~ 45.54%
B 42 of 112 ~ 37.5%

%16.96
%45.54
%37.5

CMYK color model

#13332A color CMYK value is (63,0,18,80).

  • cyan value is 62.75%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 80.00%
CMYK:
(63,0,18,80)
C63M0Y18K80 
(63%,0%,18%,80%)
(0.63/0.00/0.18/0.80)	

CMYK percentages

%62.75
%0
%17.65
%80

Codes

Color #13332A in popluar color models

13332A
RGB195142
HSL163°45.71%13.73%
HSB/HSV163°62.75%20.00%
CMYK62.75%0.00%17.65%
80.00%

Color #13332A in popluar number systems.

HEX13332A
Decimal195142
Binary10011110011101010
Octal236352

Shades and tints

Shades of #13332A

#13332A
(19,51,42)
#122F27
(18,47,39)
#112B24
(17,43,36)
#102721
(16,39,33)
#0F231E
(15,35,30)
#0E1F1B
(14,31,27)
#0D1B18
(13,27,24)
#0C1715
(12,23,21)
#0B1312
(11,19,18)
#0A0F0F
(10,15,15)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #13332A

#13332A
(19,51,42)
#28453D
(40,69,61)
#3D5750
(61,87,80)
#526963
(82,105,99)
#677B76
(103,123,118)
#7C8D89
(124,141,137)
#919F9C
(145,159,156)
#A6B1AF
(166,177,175)
#BBC3C2
(187,195,194)
#D0D5D5
(208,213,213)
#E5E7E8
(229,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13332A; }

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

This text font color is #13332A.


Background Color

.myBgColor { background-color: #13332A; }

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

This div background color is #13332A.


Border color

.myBorderColor { border: 1px solid #13332A; }

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

This div border color is #13332A.


Opacity

.myOpacity80 { color: #13332A; opacity: 0.8; }

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

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

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

This text has shadow with #13332A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13332A on black background.


Color preview on white background

This text has color #13332A on white background.



Black color preview on #13332A background

This text has black color on #13332A background.


White color preview on #13332A background

This text has white color on #13332A background.