COLOR #15252A

HEX: #15252A
RGB: (21,37,42)

Color info

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

RGB color model

#15252A color RGB value is (21,37,42).

  • red value is 21;
  • green value is 37;
  • blue value is 42.
RGB:
(21,37,42)
(8%,15%,16%)

RGB channels and saturation

R 21 of 255 = 8%
G 37 of 255 = 15%
B 42 of 255 = 16%

21
37
42

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

Portions of RGB colors in percentages

R + G + B =
21 + 37 + 42 = 100 (100%)
R 21 of 100 ~ 21%
G 37 of 100 ~ 37%
B 42 of 100 ~ 42%

%21
%37
%42

CMYK color model

#15252A color CMYK value is (50,12,0,84).

  • cyan value is 50.00%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(50,12,0,84)
C50M12Y0K84 
(50%,12%,0%,84%)
(0.50/0.12/0.00/0.84)	

CMYK percentages

%50
%11.9
%0
%83.53

Codes

Color #15252A in popluar color models

15252A
RGB213742
HSL194°33.33%12.35%
HSB/HSV194°50.00%16.47%
CMYK50.00%11.90%0.00%
83.53%

Color #15252A in popluar number systems.

HEX15252A
Decimal213742
Binary10101100101101010
Octal254552

Shades and tints

Shades of #15252A

#15252A
(21,37,42)
#142227
(20,34,39)
#131F24
(19,31,36)
#121C21
(18,28,33)
#11191E
(17,25,30)
#10161B
(16,22,27)
#0F1318
(15,19,24)
#0E1015
(14,16,21)
#0D0D12
(13,13,18)
#0C0A0F
(12,10,15)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #15252A

#15252A
(21,37,42)
#2A383D
(42,56,61)
#3F4B50
(63,75,80)
#545E63
(84,94,99)
#697176
(105,113,118)
#7E8489
(126,132,137)
#93979C
(147,151,156)
#A8AAAF
(168,170,175)
#BDBDC2
(189,189,194)
#D2D0D5
(210,208,213)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15252A color. Also use rgb(21,37,42) instead hex code.

Text Font Color

.myTextColor { color: #15252A; }

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

This text font color is #15252A.


Background Color

.myBgColor { background-color: #15252A; }

<div style="background-color:#15252A">Inner text</div>

This div background color is #15252A.


Border color

.myBorderColor { border: 1px solid #15252A; }

<div style="border:3px solid #15252A">Div</div>

This div border color is #15252A.


Opacity

.myOpacity80 { color: #15252A; opacity: 0.8; }

<p style="color:#15252A;opacity:0.8;">80%</p>

Text with #15252A 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 #15252A;}

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

This text has shadow with #15252A color.

.textShadow {text-shadow: 3px 3px 1px #15252A, 3px 3px 1px red;}

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

This text has shadow with #15252A primary color and red secondary color.


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

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

This text has shadow with #15252A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15252A on black background.


Color preview on white background

This text has color #15252A on white background.



Black color preview on #15252A background

This text has black color on #15252A background.


White color preview on #15252A background

This text has white color on #15252A background.