COLOR #13252B

HEX: #13252B
RGB: (19,37,43)

Color info

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

RGB color model

#13252B color RGB value is (19,37,43).

  • red value is 19;
  • green value is 37;
  • blue value is 43.
RGB:
(19,37,43)
(7%,15%,17%)

RGB channels and saturation

R 19 of 255 = 7%
G 37 of 255 = 15%
B 43 of 255 = 17%

19
37
43

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

Portions of RGB colors in percentages

R + G + B =
19 + 37 + 43 = 99 (100%)
R 19 of 99 ~ 19.19%
G 37 of 99 ~ 37.37%
B 43 of 99 ~ 43.43%

%19.19
%37.37
%43.43

CMYK color model

#13252B color CMYK value is (56,14,0,83).

  • cyan value is 55.81%
  • magenta value is 13.95%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(56,14,0,83)
C56M14Y0K83 
(56%,14%,0%,83%)
(0.56/0.14/0.00/0.83)	

CMYK percentages

%55.81
%13.95
%0
%83.14

Codes

Color #13252B in popluar color models

13252B
RGB193743
HSL195°38.71%12.16%
HSB/HSV195°55.81%16.86%
CMYK55.81%13.95%0.00%
83.14%

Color #13252B in popluar number systems.

HEX13252B
Decimal193743
Binary10011100101101011
Octal234553

Shades and tints

Shades of #13252B

#13252B
(19,37,43)
#122228
(18,34,40)
#111F25
(17,31,37)
#101C22
(16,28,34)
#0F191F
(15,25,31)
#0E161C
(14,22,28)
#0D1319
(13,19,25)
#0C1016
(12,16,22)
#0B0D13
(11,13,19)
#0A0A10
(10,10,16)
#09070D
(9,7,13)
#000000
(0,0,0)

Tints of #13252B

#13252B
(19,37,43)
#28383E
(40,56,62)
#3D4B51
(61,75,81)
#525E64
(82,94,100)
#677177
(103,113,119)
#7C848A
(124,132,138)
#91979D
(145,151,157)
#A6AAB0
(166,170,176)
#BBBDC3
(187,189,195)
#D0D0D6
(208,208,214)
#E5E3E9
(229,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13252B color. Also use rgb(19,37,43) instead hex code.

Text Font Color

.myTextColor { color: #13252B; }

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

This text font color is #13252B.


Background Color

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

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

This div background color is #13252B.


Border color

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

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

This div border color is #13252B.


Opacity

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

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

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

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

This text has shadow with #13252B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13252B on black background.


Color preview on white background

This text has color #13252B on white background.



Black color preview on #13252B background

This text has black color on #13252B background.


White color preview on #13252B background

This text has white color on #13252B background.