COLOR #13082C

HEX: #13082C
RGB: (19,8,44)

Color info

#13082C contains red, green and blue colors in about the same proportion. Web safe color of #13082C is #000033 (or #003).

RGB color model

#13082C color RGB value is (19,8,44).

  • red value is 19;
  • green value is 8;
  • blue value is 44.
RGB:
(19,8,44)
(7%,3%,17%)

RGB channels and saturation

R 19 of 255 = 7%
G 8 of 255 = 3%
B 44 of 255 = 17%

19
8
44

R + G + B ~ 9%. #13082C is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 8 + 44 = 71 (100%)
R 19 of 71 ~ 26.76%
G 8 of 71 ~ 11.27%
B 44 of 71 ~ 61.97%

%26.76
%11.27
%61.97

CMYK color model

#13082C color CMYK value is (57,82,0,83).

  • cyan value is 56.82%
  • magenta value is 81.82%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(57,82,0,83)
C57M82Y0K83 
(57%,82%,0%,83%)
(0.57/0.82/0.00/0.83)	

CMYK percentages

%56.82
%81.82
%0
%82.75

Codes

Color #13082C in popluar color models

13082C
RGB19844
HSL258°69.23%10.20%
HSB/HSV258°81.82%17.25%
CMYK56.82%81.82%0.00%
82.75%

Color #13082C in popluar number systems.

HEX13082C
Decimal19844
Binary100111000101100
Octal231054

Shades and tints

Shades of #13082C

#13082C
(19,8,44)
#120828
(18,8,40)
#110824
(17,8,36)
#100820
(16,8,32)
#0F081C
(15,8,28)
#0E0818
(14,8,24)
#0D0814
(13,8,20)
#0C0810
(12,8,16)
#0B080C
(11,8,12)
#0A0808
(10,8,8)
#090804
(9,8,4)
#000000
(0,0,0)

Tints of #13082C

#13082C
(19,8,44)
#281E3F
(40,30,63)
#3D3452
(61,52,82)
#524A65
(82,74,101)
#676078
(103,96,120)
#7C768B
(124,118,139)
#918C9E
(145,140,158)
#A6A2B1
(166,162,177)
#BBB8C4
(187,184,196)
#D0CED7
(208,206,215)
#E5E4EA
(229,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13082C color. Also use rgb(19,8,44) instead hex code.

Text Font Color

.myTextColor { color: #13082C; }

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

This text font color is #13082C.


Background Color

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

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

This div background color is #13082C.


Border color

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

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

This div border color is #13082C.


Opacity

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

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

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

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

This text has shadow with #13082C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13082C on black background.


Color preview on white background

This text has color #13082C on white background.



Black color preview on #13082C background

This text has black color on #13082C background.


White color preview on #13082C background

This text has white color on #13082C background.