COLOR #15271E

HEX: #15271E
RGB: (21,39,30)

Color info

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

RGB color model

#15271E color RGB value is (21,39,30).

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

RGB channels and saturation

R 21 of 255 = 8%
G 39 of 255 = 15%
B 30 of 255 = 12%

21
39
30

R + G + B ~ 12%. #15271E is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 39 + 30 = 90 (100%)
R 21 of 90 ~ 23.33%
G 39 of 90 ~ 43.33%
B 30 of 90 ~ 33.33%

%23.33
%43.33
%33.33

CMYK color model

#15271E color CMYK value is (46,0,23,85).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 84.71%
CMYK:
(46,0,23,85)
C46M0Y23K85 
(46%,0%,23%,85%)
(0.46/0.00/0.23/0.85)	

CMYK percentages

%46.15
%0
%23.08
%84.71

Codes

Color #15271E in popluar color models

15271E
RGB213930
HSL150°30.00%11.76%
HSB/HSV150°46.15%15.29%
CMYK46.15%0.00%23.08%
84.71%

Color #15271E in popluar number systems.

HEX15271E
Decimal213930
Binary1010110011111110
Octal254736

Shades and tints

Shades of #15271E

#15271E
(21,39,30)
#14241C
(20,36,28)
#13211A
(19,33,26)
#121E18
(18,30,24)
#111B16
(17,27,22)
#101814
(16,24,20)
#0F1512
(15,21,18)
#0E1210
(14,18,16)
#0D0F0E
(13,15,14)
#0C0C0C
(12,12,12)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #15271E

#15271E
(21,39,30)
#2A3A32
(42,58,50)
#3F4D46
(63,77,70)
#54605A
(84,96,90)
#69736E
(105,115,110)
#7E8682
(126,134,130)
#939996
(147,153,150)
#A8ACAA
(168,172,170)
#BDBFBE
(189,191,190)
#D2D2D2
(210,210,210)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15271E; }

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

This text font color is #15271E.


Background Color

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

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

This div background color is #15271E.


Border color

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

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

This div border color is #15271E.


Opacity

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

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

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

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

This text has shadow with #15271E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15271E on black background.


Color preview on white background

This text has color #15271E on white background.



Black color preview on #15271E background

This text has black color on #15271E background.


White color preview on #15271E background

This text has white color on #15271E background.