COLOR #13353D

HEX: #13353D
RGB: (19,53,61)

Color info

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

RGB color model

#13353D color RGB value is (19,53,61).

  • red value is 19;
  • green value is 53;
  • blue value is 61.
RGB:
(19,53,61)
(7%,21%,24%)

RGB channels and saturation

R 19 of 255 = 7%
G 53 of 255 = 21%
B 61 of 255 = 24%

19
53
61

R + G + B ~ 17%. #13353D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 53 + 61 = 133 (100%)
R 19 of 133 ~ 14.29%
G 53 of 133 ~ 39.85%
B 61 of 133 ~ 45.86%

%14.29
%39.85
%45.86

CMYK color model

#13353D color CMYK value is (69,13,0,76).

  • cyan value is 68.85%
  • magenta value is 13.11%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(69,13,0,76)
C69M13Y0K76 
(69%,13%,0%,76%)
(0.69/0.13/0.00/0.76)	

CMYK percentages

%68.85
%13.11
%0
%76.08

Codes

Color #13353D in popluar color models

13353D
RGB195361
HSL191°52.50%15.69%
HSB/HSV191°68.85%23.92%
CMYK68.85%13.11%0.00%
76.08%

Color #13353D in popluar number systems.

HEX13353D
Decimal195361
Binary10011110101111101
Octal236575

Shades and tints

Shades of #13353D

#13353D
(19,53,61)
#123138
(18,49,56)
#112D33
(17,45,51)
#10292E
(16,41,46)
#0F2529
(15,37,41)
#0E2124
(14,33,36)
#0D1D1F
(13,29,31)
#0C191A
(12,25,26)
#0B1515
(11,21,21)
#0A1110
(10,17,16)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #13353D

#13353D
(19,53,61)
#28474E
(40,71,78)
#3D595F
(61,89,95)
#526B70
(82,107,112)
#677D81
(103,125,129)
#7C8F92
(124,143,146)
#91A1A3
(145,161,163)
#A6B3B4
(166,179,180)
#BBC5C5
(187,197,197)
#D0D7D6
(208,215,214)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13353D color. Also use rgb(19,53,61) instead hex code.

Text Font Color

.myTextColor { color: #13353D; }

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

This text font color is #13353D.


Background Color

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

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

This div background color is #13353D.


Border color

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

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

This div border color is #13353D.


Opacity

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

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

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

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

This text has shadow with #13353D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13353D on black background.


Color preview on white background

This text has color #13353D on white background.



Black color preview on #13353D background

This text has black color on #13353D background.


White color preview on #13353D background

This text has white color on #13353D background.