COLOR #13371B

HEX: #13371B RGB: (19,55,27)

Color info

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

RGB color model

#13371B color RGB value is (19,55,27).

RGB: (19,55,27) (7%, 22%, 11%)

RGB channels and saturation

R 19 of 255 = 7%
G 55 of 255 = 22%
B 27 of 255 = 11%

19
55
27

R + G + B ~ 13%. #13371B is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 55 + 27 = 101 (100%)
R 19 of 101 ~ 18.81%
G 55 of 101 ~ 54.46%
B 27 of 101 ~ 26.73'%

%18.81
%54.46
%26.73

CMYK color model

#13371B color CMYK value is (65,0,51,78).

  • cyan value is 65.45%
  • magenta value is 0.00%
  • yellow value is 50.91%
  • key color value is 78.43%

CMYK: (65,0,51,78)
C65M0Y51K78 (65%, 0%, 51%, 78%)
(0.65 / 0.00 / 0.51 / 0.78)

CMYK percentages

%65.45
%0
%50.91
%78.43

Codes

Color #13371B in popluar color models

13 37 1B
RGB 19 55 27
HSL 133° 48.65% 14.51%
HSB/HSV 133° 65.45% 21.57%
CMYK 65.45% 0.00% 50.91%
78.43%

Color #13371B in popluar number systems.

HEX 13 37 1B
Decimal 19 55 27
Binary 10011 110111 11011
Octal 23 67 33

Shades and tints

Shades of #13371B

#13371B
(19,55,27)
#123219
(18,50,25)
#112D17
(17,45,23)
#102815
(16,40,21)
#0F2313
(15,35,19)
#0E1E11
(14,30,17)
#0D190F
(13,25,15)
#0C140D
(12,20,13)
#0B0F0B
(11,15,11)
#0A0A09
(10,10,9)
#090507
(9,5,7)
#000000
(0,0,0)

Tints of #13371B

#13371B
(19,55,27)
#28492F
(40,73,47)
#3D5B43
(61,91,67)
#526D57
(82,109,87)
#677F6B
(103,127,107)
#7C917F
(124,145,127)
#91A393
(145,163,147)
#A6B5A7
(166,181,167)
#BBC7BB
(187,199,187)
#D0D9CF
(208,217,207)
#E5EBE3
(229,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13371B color. Also use rgb(19,55,27) instead hex code.

Text Font Color

.myTextColor { color: #13371B; }

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

This text font color is #13371B.

Background Color

.myBgColor { background-color: #13371B; }

<div style="background-color:#13371B">Inner text</div>

This div background color is #13371B.

Border color

.myBorderColor { border: 1px solid #13371B; }

<div style="border:3px solid #13371B">Div</div>

This div border color is #13371B.

Opacity

.myOpacity80 { color: #13371B; opacity: 0.8; }

<p style="color:#13371B;opacity:0.8;">80%</p>

Text with #13371B 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 #13371B;}

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

This text has shadow with #13371B color.


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

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

This text has shadow with #13371B primary color and red secondary color.


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

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

This text has shadow with #13371B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #13371B.

Preview

Color preview on black background

This text has color #13371B on black background.


Color preview on white background

This text has color #13371B on white background.


Black color preview on #13371B background

This text has black color on #13371B background.


White color preview on #13371B background

This text has white color on #13371B background.


Related colors

Complementary color

Complementary color for #hex is #ECC8E4.


I love getcolorcode.com

Triadic colors

1 #1B1337 and #371B13 with #13371B are triadic colors.

2 #1B3713 and #37131B with #13371B are triadic colors.