COLOR #13312C

HEX: #13312C
RGB: (19,49,44)

Color info

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

RGB color model

#13312C color RGB value is (19,49,44).

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

RGB channels and saturation

R 19 of 255 = 7%
G 49 of 255 = 19%
B 44 of 255 = 17%

19
49
44

R + G + B ~ 14%. #13312C is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 49 + 44 = 112 (100%)
R 19 of 112 ~ 16.96%
G 49 of 112 ~ 43.75%
B 44 of 112 ~ 39.29%

%16.96
%43.75
%39.29

CMYK color model

#13312C color CMYK value is (61,0,10,81).

  • cyan value is 61.22%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 80.78%
CMYK:
(61,0,10,81)
C61M0Y10K81 
(61%,0%,10%,81%)
(0.61/0.00/0.10/0.81)	

CMYK percentages

%61.22
%0
%10.2
%80.78

Codes

Color #13312C in popluar color models

13312C
RGB194944
HSL170°44.12%13.33%
HSB/HSV170°61.22%19.22%
CMYK61.22%0.00%10.20%
80.78%

Color #13312C in popluar number systems.

HEX13312C
Decimal194944
Binary10011110001101100
Octal236154

Shades and tints

Shades of #13312C

#13312C
(19,49,44)
#122D28
(18,45,40)
#112924
(17,41,36)
#102520
(16,37,32)
#0F211C
(15,33,28)
#0E1D18
(14,29,24)
#0D1914
(13,25,20)
#0C1510
(12,21,16)
#0B110C
(11,17,12)
#0A0D08
(10,13,8)
#090904
(9,9,4)
#000000
(0,0,0)

Tints of #13312C

#13312C
(19,49,44)
#28433F
(40,67,63)
#3D5552
(61,85,82)
#526765
(82,103,101)
#677978
(103,121,120)
#7C8B8B
(124,139,139)
#919D9E
(145,157,158)
#A6AFB1
(166,175,177)
#BBC1C4
(187,193,196)
#D0D3D7
(208,211,215)
#E5E5EA
(229,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13312C; }

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

This text font color is #13312C.


Background Color

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

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

This div background color is #13312C.


Border color

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

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

This div border color is #13312C.


Opacity

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

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

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

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

This text has shadow with #13312C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13312C on black background.


Color preview on white background

This text has color #13312C on white background.



Black color preview on #13312C background

This text has black color on #13312C background.


White color preview on #13312C background

This text has white color on #13312C background.