COLOR #13433B

HEX: #13433B
RGB: (19,67,59)

Color info

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

RGB color model

#13433B color RGB value is (19,67,59).

  • red value is 19;
  • green value is 67;
  • blue value is 59.
RGB:
(19,67,59)
(7%,26%,23%)

RGB channels and saturation

R 19 of 255 = 7%
G 67 of 255 = 26%
B 59 of 255 = 23%

19
67
59

R + G + B ~ 19%. #13433B is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 67 + 59 = 145 (100%)
R 19 of 145 ~ 13.1%
G 67 of 145 ~ 46.21%
B 59 of 145 ~ 40.69%

%13.1
%46.21
%40.69

CMYK color model

#13433B color CMYK value is (72,0,12,74).

  • cyan value is 71.64%
  • magenta value is 0.00%
  • yellow value is 11.94%
  • key color value is 73.73%
CMYK:
(72,0,12,74)
C72M0Y12K74 
(72%,0%,12%,74%)
(0.72/0.00/0.12/0.74)	

CMYK percentages

%71.64
%0
%11.94
%73.73

Codes

Color #13433B in popluar color models

13433B
RGB196759
HSL170°55.81%16.86%
HSB/HSV170°71.64%26.27%
CMYK71.64%0.00%11.94%
73.73%

Color #13433B in popluar number systems.

HEX13433B
Decimal196759
Binary100111000011111011
Octal2310373

Shades and tints

Shades of #13433B

#13433B
(19,67,59)
#123D36
(18,61,54)
#113731
(17,55,49)
#10312C
(16,49,44)
#0F2B27
(15,43,39)
#0E2522
(14,37,34)
#0D1F1D
(13,31,29)
#0C1918
(12,25,24)
#0B1313
(11,19,19)
#0A0D0E
(10,13,14)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #13433B

#13433B
(19,67,59)
#28544C
(40,84,76)
#3D655D
(61,101,93)
#52766E
(82,118,110)
#67877F
(103,135,127)
#7C9890
(124,152,144)
#91A9A1
(145,169,161)
#A6BAB2
(166,186,178)
#BBCBC3
(187,203,195)
#D0DCD4
(208,220,212)
#E5EDE5
(229,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13433B color. Also use rgb(19,67,59) instead hex code.

Text Font Color

.myTextColor { color: #13433B; }

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

This text font color is #13433B.


Background Color

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

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

This div background color is #13433B.


Border color

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

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

This div border color is #13433B.


Opacity

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

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

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

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

This text has shadow with #13433B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13433B on black background.


Color preview on white background

This text has color #13433B on white background.



Black color preview on #13433B background

This text has black color on #13433B background.


White color preview on #13433B background

This text has white color on #13433B background.