COLOR #15273E

HEX: #15273E
RGB: (21,39,62)

Color info

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

RGB color model

#15273E color RGB value is (21,39,62).

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

RGB channels and saturation

R 21 of 255 = 8%
G 39 of 255 = 15%
B 62 of 255 = 24%

21
39
62

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

Portions of RGB colors in percentages

R + G + B =
21 + 39 + 62 = 122 (100%)
R 21 of 122 ~ 17.21%
G 39 of 122 ~ 31.97%
B 62 of 122 ~ 50.82%

%17.21
%31.97
%50.82

CMYK color model

#15273E color CMYK value is (66,37,0,76).

  • cyan value is 66.13%
  • magenta value is 37.10%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(66,37,0,76)
C66M37Y0K76 
(66%,37%,0%,76%)
(0.66/0.37/0.00/0.76)	

CMYK percentages

%66.13
%37.1
%0
%75.69

Codes

Color #15273E in popluar color models

15273E
RGB213962
HSL214°49.40%16.27%
HSB/HSV214°66.13%24.31%
CMYK66.13%37.10%0.00%
75.69%

Color #15273E in popluar number systems.

HEX15273E
Decimal213962
Binary10101100111111110
Octal254776

Shades and tints

Shades of #15273E

#15273E
(21,39,62)
#142439
(20,36,57)
#132134
(19,33,52)
#121E2F
(18,30,47)
#111B2A
(17,27,42)
#101825
(16,24,37)
#0F1520
(15,21,32)
#0E121B
(14,18,27)
#0D0F16
(13,15,22)
#0C0C11
(12,12,17)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #15273E

#15273E
(21,39,62)
#2A3A4F
(42,58,79)
#3F4D60
(63,77,96)
#546071
(84,96,113)
#697382
(105,115,130)
#7E8693
(126,134,147)
#9399A4
(147,153,164)
#A8ACB5
(168,172,181)
#BDBFC6
(189,191,198)
#D2D2D7
(210,210,215)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15273E; }

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

This text font color is #15273E.


Background Color

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

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

This div background color is #15273E.


Border color

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

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

This div border color is #15273E.


Opacity

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

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

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

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

This text has shadow with #15273E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15273E on black background.


Color preview on white background

This text has color #15273E on white background.



Black color preview on #15273E background

This text has black color on #15273E background.


White color preview on #15273E background

This text has white color on #15273E background.