COLOR #13312D

HEX: #13312D RGB: (19,49,45)

Color info

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

RGB color model

#13312D color RGB value is (19,49,45).

RGB: (19,49,45) (7%, 19%, 18%)

RGB channels and saturation

R 19 of 255 = 7%
G 49 of 255 = 19%
B 45 of 255 = 18%

19
49
45

R + G + B ~ 15%. #13312D is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 49 + 45 = 113 (100%)
R 19 of 113 ~ 16.81%
G 49 of 113 ~ 43.36%
B 45 of 113 ~ 39.82'%

%16.81
%43.36
%39.82

CMYK color model

#13312D color CMYK value is (61,0,8,81).

  • cyan value is 61.22%
  • magenta value is 0.00%
  • yellow value is 8.16%
  • key color value is 80.78%

CMYK: (61,0,8,81)
C61M0Y8K81 (61%, 0%, 8%, 81%)
(0.61 / 0.00 / 0.08 / 0.81)

CMYK percentages

%61.22
%0
%8.16
%80.78

Codes

Color #13312D in popluar color models

13 31 2D
RGB 19 49 45
HSL 172° 44.12% 13.33%
HSB/HSV 172° 61.22% 19.22%
CMYK 61.22% 0.00% 8.16%
80.78%

Color #13312D in popluar number systems.

HEX 13 31 2D
Decimal 19 49 45
Binary 10011 110001 101101
Octal 23 61 55

Shades and tints

Shades of #13312D

#13312D
(19,49,45)
#122D29
(18,45,41)
#112925
(17,41,37)
#102521
(16,37,33)
#0F211D
(15,33,29)
#0E1D19
(14,29,25)
#0D1915
(13,25,21)
#0C1511
(12,21,17)
#0B110D
(11,17,13)
#0A0D09
(10,13,9)
#090905
(9,9,5)
#000000
(0,0,0)

Tints of #13312D

#13312D
(19,49,45)
#284340
(40,67,64)
#3D5553
(61,85,83)
#526766
(82,103,102)
#677979
(103,121,121)
#7C8B8C
(124,139,140)
#919D9F
(145,157,159)
#A6AFB2
(166,175,178)
#BBC1C5
(187,193,197)
#D0D3D8
(208,211,216)
#E5E5EB
(229,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13312D; }

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

This text font color is #13312D.

Background Color

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

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

This div background color is #13312D.

Border color

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

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

This div border color is #13312D.

Opacity

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

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

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

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

This text has shadow with #13312D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13312D.

Preview

Color preview on black background

This text has color #13312D on black background.


Color preview on white background

This text has color #13312D on white background.


Black color preview on #13312D background

This text has black color on #13312D background.


White color preview on #13312D background

This text has white color on #13312D background.


Related colors

Complementary color

Complementary color for #hex is #ECCED2.


I love getcolorcode.com

Triadic colors

1 #2D1331 and #312D13 with #13312D are triadic colors.

2 #2D3113 and #31132D with #13312D are triadic colors.