COLOR #15253B

HEX: #15253B
RGB: (21,37,59)

Color info

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

RGB color model

#15253B color RGB value is (21,37,59).

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

RGB channels and saturation

R 21 of 255 = 8%
G 37 of 255 = 15%
B 59 of 255 = 23%

21
37
59

R + G + B ~ 15%. #15253B is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 37 + 59 = 117 (100%)
R 21 of 117 ~ 17.95%
G 37 of 117 ~ 31.62%
B 59 of 117 ~ 50.43%

%17.95
%31.62
%50.43

CMYK color model

#15253B color CMYK value is (64,37,0,77).

  • cyan value is 64.41%
  • magenta value is 37.29%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(64,37,0,77)
C64M37Y0K77 
(64%,37%,0%,77%)
(0.64/0.37/0.00/0.77)	

CMYK percentages

%64.41
%37.29
%0
%76.86

Codes

Color #15253B in popluar color models

15253B
RGB213759
HSL215°47.50%15.69%
HSB/HSV215°64.41%23.14%
CMYK64.41%37.29%0.00%
76.86%

Color #15253B in popluar number systems.

HEX15253B
Decimal213759
Binary10101100101111011
Octal254573

Shades and tints

Shades of #15253B

#15253B
(21,37,59)
#142236
(20,34,54)
#131F31
(19,31,49)
#121C2C
(18,28,44)
#111927
(17,25,39)
#101622
(16,22,34)
#0F131D
(15,19,29)
#0E1018
(14,16,24)
#0D0D13
(13,13,19)
#0C0A0E
(12,10,14)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #15253B

#15253B
(21,37,59)
#2A384C
(42,56,76)
#3F4B5D
(63,75,93)
#545E6E
(84,94,110)
#69717F
(105,113,127)
#7E8490
(126,132,144)
#9397A1
(147,151,161)
#A8AAB2
(168,170,178)
#BDBDC3
(189,189,195)
#D2D0D4
(210,208,212)
#E7E3E5
(231,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15253B color. Also use rgb(21,37,59) instead hex code.

Text Font Color

.myTextColor { color: #15253B; }

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

This text font color is #15253B.


Background Color

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

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

This div background color is #15253B.


Border color

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

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

This div border color is #15253B.


Opacity

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

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

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

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

This text has shadow with #15253B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15253B on black background.


Color preview on white background

This text has color #15253B on white background.



Black color preview on #15253B background

This text has black color on #15253B background.


White color preview on #15253B background

This text has white color on #15253B background.