COLOR #15052F

HEX: #15052F
RGB: (21,5,47)

Color info

#15052F contains red, green and blue colors in about the same proportion. Web safe color of #15052F is #000033 (or #003).

RGB color model

#15052F color RGB value is (21,5,47).

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

RGB channels and saturation

R 21 of 255 = 8%
G 5 of 255 = 2%
B 47 of 255 = 18%

21
5
47

R + G + B ~ 9%. #15052F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 5 + 47 = 73 (100%)
R 21 of 73 ~ 28.77%
G 5 of 73 ~ 6.85%
B 47 of 73 ~ 64.38%

%28.77
%64.38

CMYK color model

#15052F color CMYK value is (55,89,0,82).

  • cyan value is 55.32%
  • magenta value is 89.36%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(55,89,0,82)
C55M89Y0K82 
(55%,89%,0%,82%)
(0.55/0.89/0.00/0.82)	

CMYK percentages

%55.32
%89.36
%0
%81.57

Codes

Color #15052F in popluar color models

15052F
RGB21547
HSL263°80.77%10.20%
HSB/HSV263°89.36%18.43%
CMYK55.32%89.36%0.00%
81.57%

Color #15052F in popluar number systems.

HEX15052F
Decimal21547
Binary10101101101111
Octal25557

Shades and tints

Shades of #15052F

#15052F
(21,5,47)
#14052B
(20,5,43)
#130527
(19,5,39)
#120523
(18,5,35)
#11051F
(17,5,31)
#10051B
(16,5,27)
#0F0517
(15,5,23)
#0E0513
(14,5,19)
#0D050F
(13,5,15)
#0C050B
(12,5,11)
#0B0507
(11,5,7)
#000000
(0,0,0)

Tints of #15052F

#15052F
(21,5,47)
#2A1B41
(42,27,65)
#3F3153
(63,49,83)
#544765
(84,71,101)
#695D77
(105,93,119)
#7E7389
(126,115,137)
#93899B
(147,137,155)
#A89FAD
(168,159,173)
#BDB5BF
(189,181,191)
#D2CBD1
(210,203,209)
#E7E1E3
(231,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15052F; }

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

This text font color is #15052F.


Background Color

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

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

This div background color is #15052F.


Border color

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

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

This div border color is #15052F.


Opacity

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

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

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

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

This text has shadow with #15052F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15052F on black background.


Color preview on white background

This text has color #15052F on white background.



Black color preview on #15052F background

This text has black color on #15052F background.


White color preview on #15052F background

This text has white color on #15052F background.