COLOR #13252E

HEX: #13252E
RGB: (19,37,46)

Color info

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

RGB color model

#13252E color RGB value is (19,37,46).

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

RGB channels and saturation

R 19 of 255 = 7%
G 37 of 255 = 15%
B 46 of 255 = 18%

19
37
46

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

Portions of RGB colors in percentages

R + G + B =
19 + 37 + 46 = 102 (100%)
R 19 of 102 ~ 18.63%
G 37 of 102 ~ 36.27%
B 46 of 102 ~ 45.1%

%18.63
%36.27
%45.1

CMYK color model

#13252E color CMYK value is (59,20,0,82).

  • cyan value is 58.70%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(59,20,0,82)
C59M20Y0K82 
(59%,20%,0%,82%)
(0.59/0.20/0.00/0.82)	

CMYK percentages

%58.7
%19.57
%0
%81.96

Codes

Color #13252E in popluar color models

13252E
RGB193746
HSL200°41.54%12.75%
HSB/HSV200°58.70%18.04%
CMYK58.70%19.57%0.00%
81.96%

Color #13252E in popluar number systems.

HEX13252E
Decimal193746
Binary10011100101101110
Octal234556

Shades and tints

Shades of #13252E

#13252E
(19,37,46)
#12222A
(18,34,42)
#111F26
(17,31,38)
#101C22
(16,28,34)
#0F191E
(15,25,30)
#0E161A
(14,22,26)
#0D1316
(13,19,22)
#0C1012
(12,16,18)
#0B0D0E
(11,13,14)
#0A0A0A
(10,10,10)
#090706
(9,7,6)
#000000
(0,0,0)

Tints of #13252E

#13252E
(19,37,46)
#283841
(40,56,65)
#3D4B54
(61,75,84)
#525E67
(82,94,103)
#67717A
(103,113,122)
#7C848D
(124,132,141)
#9197A0
(145,151,160)
#A6AAB3
(166,170,179)
#BBBDC6
(187,189,198)
#D0D0D9
(208,208,217)
#E5E3EC
(229,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13252E; }

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

This text font color is #13252E.


Background Color

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

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

This div background color is #13252E.


Border color

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

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

This div border color is #13252E.


Opacity

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

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

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

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

This text has shadow with #13252E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13252E on black background.


Color preview on white background

This text has color #13252E on white background.



Black color preview on #13252E background

This text has black color on #13252E background.


White color preview on #13252E background

This text has white color on #13252E background.