COLOR #15252F

HEX: #15252F
RGB: (21,37,47)

Color info

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

RGB color model

#15252F color RGB value is (21,37,47).

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

RGB channels and saturation

R 21 of 255 = 8%
G 37 of 255 = 15%
B 47 of 255 = 18%

21
37
47

R + G + B ~ 14%. #15252F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 37 + 47 = 105 (100%)
R 21 of 105 ~ 20%
G 37 of 105 ~ 35.24%
B 47 of 105 ~ 44.76%

%20
%35.24
%44.76

CMYK color model

#15252F color CMYK value is (55,21,0,82).

  • cyan value is 55.32%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(55,21,0,82)
C55M21Y0K82 
(55%,21%,0%,82%)
(0.55/0.21/0.00/0.82)	

CMYK percentages

%55.32
%21.28
%0
%81.57

Codes

Color #15252F in popluar color models

15252F
RGB213747
HSL203°38.24%13.33%
HSB/HSV203°55.32%18.43%
CMYK55.32%21.28%0.00%
81.57%

Color #15252F in popluar number systems.

HEX15252F
Decimal213747
Binary10101100101101111
Octal254557

Shades and tints

Shades of #15252F

#15252F
(21,37,47)
#14222B
(20,34,43)
#131F27
(19,31,39)
#121C23
(18,28,35)
#11191F
(17,25,31)
#10161B
(16,22,27)
#0F1317
(15,19,23)
#0E1013
(14,16,19)
#0D0D0F
(13,13,15)
#0C0A0B
(12,10,11)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #15252F

#15252F
(21,37,47)
#2A3841
(42,56,65)
#3F4B53
(63,75,83)
#545E65
(84,94,101)
#697177
(105,113,119)
#7E8489
(126,132,137)
#93979B
(147,151,155)
#A8AAAD
(168,170,173)
#BDBDBF
(189,189,191)
#D2D0D1
(210,208,209)
#E7E3E3
(231,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15252F; }

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

This text font color is #15252F.


Background Color

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

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

This div background color is #15252F.


Border color

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

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

This div border color is #15252F.


Opacity

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

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

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

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

This text has shadow with #15252F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15252F on black background.


Color preview on white background

This text has color #15252F on white background.



Black color preview on #15252F background

This text has black color on #15252F background.


White color preview on #15252F background

This text has white color on #15252F background.