COLOR #15272E

HEX: #15272E
RGB: (21,39,46)

Color info

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

RGB color model

#15272E color RGB value is (21,39,46).

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

RGB channels and saturation

R 21 of 255 = 8%
G 39 of 255 = 15%
B 46 of 255 = 18%

21
39
46

R + G + B ~ 14%. #15272E is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 39 + 46 = 106 (100%)
R 21 of 106 ~ 19.81%
G 39 of 106 ~ 36.79%
B 46 of 106 ~ 43.4%

%19.81
%36.79
%43.4

CMYK color model

#15272E color CMYK value is (54,15,0,82).

  • cyan value is 54.35%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(54,15,0,82)
C54M15Y0K82 
(54%,15%,0%,82%)
(0.54/0.15/0.00/0.82)	

CMYK percentages

%54.35
%15.22
%0
%81.96

Codes

Color #15272E in popluar color models

15272E
RGB213946
HSL197°37.31%13.14%
HSB/HSV197°54.35%18.04%
CMYK54.35%15.22%0.00%
81.96%

Color #15272E in popluar number systems.

HEX15272E
Decimal213946
Binary10101100111101110
Octal254756

Shades and tints

Shades of #15272E

#15272E
(21,39,46)
#14242A
(20,36,42)
#132126
(19,33,38)
#121E22
(18,30,34)
#111B1E
(17,27,30)
#10181A
(16,24,26)
#0F1516
(15,21,22)
#0E1212
(14,18,18)
#0D0F0E
(13,15,14)
#0C0C0A
(12,12,10)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #15272E

#15272E
(21,39,46)
#2A3A41
(42,58,65)
#3F4D54
(63,77,84)
#546067
(84,96,103)
#69737A
(105,115,122)
#7E868D
(126,134,141)
#9399A0
(147,153,160)
#A8ACB3
(168,172,179)
#BDBFC6
(189,191,198)
#D2D2D9
(210,210,217)
#E7E5EC
(231,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15272E; }

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

This text font color is #15272E.


Background Color

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

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

This div background color is #15272E.


Border color

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

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

This div border color is #15272E.


Opacity

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

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

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

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

This text has shadow with #15272E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15272E on black background.


Color preview on white background

This text has color #15272E on white background.



Black color preview on #15272E background

This text has black color on #15272E background.


White color preview on #15272E background

This text has white color on #15272E background.