COLOR #13252F

HEX: #13252F
RGB: (19,37,47)

Color info

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

RGB color model

#13252F color RGB value is (19,37,47).

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

RGB channels and saturation

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

19
37
47

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

Portions of RGB colors in percentages

R + G + B =
19 + 37 + 47 = 103 (100%)
R 19 of 103 ~ 18.45%
G 37 of 103 ~ 35.92%
B 47 of 103 ~ 45.63%

%18.45
%35.92
%45.63

CMYK color model

#13252F color CMYK value is (60,21,0,82).

  • cyan value is 59.57%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(60,21,0,82)
C60M21Y0K82 
(60%,21%,0%,82%)
(0.60/0.21/0.00/0.82)	

CMYK percentages

%59.57
%21.28
%0
%81.57

Codes

Color #13252F in popluar color models

13252F
RGB193747
HSL201°42.42%12.94%
HSB/HSV201°59.57%18.43%
CMYK59.57%21.28%0.00%
81.57%

Color #13252F in popluar number systems.

HEX13252F
Decimal193747
Binary10011100101101111
Octal234557

Shades and tints

Shades of #13252F

#13252F
(19,37,47)
#12222B
(18,34,43)
#111F27
(17,31,39)
#101C23
(16,28,35)
#0F191F
(15,25,31)
#0E161B
(14,22,27)
#0D1317
(13,19,23)
#0C1013
(12,16,19)
#0B0D0F
(11,13,15)
#0A0A0B
(10,10,11)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #13252F

#13252F
(19,37,47)
#283841
(40,56,65)
#3D4B53
(61,75,83)
#525E65
(82,94,101)
#677177
(103,113,119)
#7C8489
(124,132,137)
#91979B
(145,151,155)
#A6AAAD
(166,170,173)
#BBBDBF
(187,189,191)
#D0D0D1
(208,208,209)
#E5E3E3
(229,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13252F; }

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

This text font color is #13252F.


Background Color

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

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

This div background color is #13252F.


Border color

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

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

This div border color is #13252F.


Opacity

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

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

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

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

This text has shadow with #13252F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13252F on black background.


Color preview on white background

This text has color #13252F on white background.



Black color preview on #13252F background

This text has black color on #13252F background.


White color preview on #13252F background

This text has white color on #13252F background.