COLOR #13383A

HEX: #13383A RGB: (19,56,58)

Color info

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

RGB color model

#13383A color RGB value is (19,56,58).

RGB: (19,56,58) (7%, 22%, 23%)

RGB channels and saturation

R 19 of 255 = 7%
G 56 of 255 = 22%
B 58 of 255 = 23%

19
56
58

R + G + B ~ 17%. #13383A is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 56 + 58 = 133 (100%)
R 19 of 133 ~ 14.29%
G 56 of 133 ~ 42.11%
B 58 of 133 ~ 43.61'%

%14.29
%42.11
%43.61

CMYK color model

#13383A color CMYK value is (67,3,0,77).

  • cyan value is 67.24%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (67,3,0,77)
C67M3Y0K77 (67%, 3%, 0%, 77%)
(0.67 / 0.03 / 0.00 / 0.77)

CMYK percentages

%67.24
%3.45
%0
%77.25

Codes

Color #13383A in popluar color models

13 38 3A
RGB 19 56 58
HSL 183° 50.65% 15.10%
HSB/HSV 183° 67.24% 22.75%
CMYK 67.24% 3.45% 0.00%
77.25%

Color #13383A in popluar number systems.

HEX 13 38 3A
Decimal 19 56 58
Binary 10011 111000 111010
Octal 23 70 72

Shades and tints

Shades of #13383A

#13383A
(19,56,58)
#123335
(18,51,53)
#112E30
(17,46,48)
#10292B
(16,41,43)
#0F2426
(15,36,38)
#0E1F21
(14,31,33)
#0D1A1C
(13,26,28)
#0C1517
(12,21,23)
#0B1012
(11,16,18)
#0A0B0D
(10,11,13)
#090608
(9,6,8)
#000000
(0,0,0)

Tints of #13383A

#13383A
(19,56,58)
#284A4B
(40,74,75)
#3D5C5C
(61,92,92)
#526E6D
(82,110,109)
#67807E
(103,128,126)
#7C928F
(124,146,143)
#91A4A0
(145,164,160)
#A6B6B1
(166,182,177)
#BBC8C2
(187,200,194)
#D0DAD3
(208,218,211)
#E5ECE4
(229,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13383A color. Also use rgb(19,56,58) instead hex code.

Text Font Color

.myTextColor { color: #13383A; }

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

This text font color is #13383A.

Background Color

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

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

This div background color is #13383A.

Border color

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

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

This div border color is #13383A.

Opacity

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

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

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

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

This text has shadow with #13383A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13383A.

Preview

Color preview on black background

This text has color #13383A on black background.


Color preview on white background

This text has color #13383A on white background.


Black color preview on #13383A background

This text has black color on #13383A background.


White color preview on #13383A background

This text has white color on #13383A background.


Related colors

Complementary color

Complementary color for #hex is #ECC7C5.


I love getcolorcode.com

Triadic colors

1 #3A1338 and #383A13 with #13383A are triadic colors.

2 #3A3813 and #38133A with #13383A are triadic colors.