COLOR #15273F

HEX: #15273F
RGB: (21,39,63)

Color info

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

RGB color model

#15273F color RGB value is (21,39,63).

  • red value is 21;
  • green value is 39;
  • blue value is 63.
RGB:
(21,39,63)
(8%,15%,25%)

RGB channels and saturation

R 21 of 255 = 8%
G 39 of 255 = 15%
B 63 of 255 = 25%

21
39
63

R + G + B ~ 16%. #15273F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 39 + 63 = 123 (100%)
R 21 of 123 ~ 17.07%
G 39 of 123 ~ 31.71%
B 63 of 123 ~ 51.22%

%17.07
%31.71
%51.22

CMYK color model

#15273F color CMYK value is (67,38,0,75).

  • cyan value is 66.67%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(67,38,0,75)
C67M38Y0K75 
(67%,38%,0%,75%)
(0.67/0.38/0.00/0.75)	

CMYK percentages

%66.67
%38.1
%0
%75.29

Codes

Color #15273F in popluar color models

15273F
RGB213963
HSL214°50.00%16.47%
HSB/HSV214°66.67%24.71%
CMYK66.67%38.10%0.00%
75.29%

Color #15273F in popluar number systems.

HEX15273F
Decimal213963
Binary10101100111111111
Octal254777

Shades and tints

Shades of #15273F

#15273F
(21,39,63)
#14243A
(20,36,58)
#132135
(19,33,53)
#121E30
(18,30,48)
#111B2B
(17,27,43)
#101826
(16,24,38)
#0F1521
(15,21,33)
#0E121C
(14,18,28)
#0D0F17
(13,15,23)
#0C0C12
(12,12,18)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #15273F

#15273F
(21,39,63)
#2A3A50
(42,58,80)
#3F4D61
(63,77,97)
#546072
(84,96,114)
#697383
(105,115,131)
#7E8694
(126,134,148)
#9399A5
(147,153,165)
#A8ACB6
(168,172,182)
#BDBFC7
(189,191,199)
#D2D2D8
(210,210,216)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15273F color. Also use rgb(21,39,63) instead hex code.

Text Font Color

.myTextColor { color: #15273F; }

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

This text font color is #15273F.


Background Color

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

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

This div background color is #15273F.


Border color

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

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

This div border color is #15273F.


Opacity

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

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

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

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

This text has shadow with #15273F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15273F on black background.


Color preview on white background

This text has color #15273F on white background.



Black color preview on #15273F background

This text has black color on #15273F background.


White color preview on #15273F background

This text has white color on #15273F background.