COLOR #15271B

HEX: #15271B
RGB: (21,39,27)

Color info

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

RGB color model

#15271B color RGB value is (21,39,27).

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

RGB channels and saturation

R 21 of 255 = 8%
G 39 of 255 = 15%
B 27 of 255 = 11%

21
39
27

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

Portions of RGB colors in percentages

R + G + B =
21 + 39 + 27 = 87 (100%)
R 21 of 87 ~ 24.14%
G 39 of 87 ~ 44.83%
B 27 of 87 ~ 31.03%

%24.14
%44.83
%31.03

CMYK color model

#15271B color CMYK value is (46,0,31,85).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 84.71%
CMYK:
(46,0,31,85)
C46M0Y31K85 
(46%,0%,31%,85%)
(0.46/0.00/0.31/0.85)	

CMYK percentages

%46.15
%0
%30.77
%84.71

Codes

Color #15271B in popluar color models

15271B
RGB213927
HSL140°30.00%11.76%
HSB/HSV140°46.15%15.29%
CMYK46.15%0.00%30.77%
84.71%

Color #15271B in popluar number systems.

HEX15271B
Decimal213927
Binary1010110011111011
Octal254733

Shades and tints

Shades of #15271B

#15271B
(21,39,27)
#142419
(20,36,25)
#132117
(19,33,23)
#121E15
(18,30,21)
#111B13
(17,27,19)
#101811
(16,24,17)
#0F150F
(15,21,15)
#0E120D
(14,18,13)
#0D0F0B
(13,15,11)
#0C0C09
(12,12,9)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #15271B

#15271B
(21,39,27)
#2A3A2F
(42,58,47)
#3F4D43
(63,77,67)
#546057
(84,96,87)
#69736B
(105,115,107)
#7E867F
(126,134,127)
#939993
(147,153,147)
#A8ACA7
(168,172,167)
#BDBFBB
(189,191,187)
#D2D2CF
(210,210,207)
#E7E5E3
(231,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15271B; }

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

This text font color is #15271B.


Background Color

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

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

This div background color is #15271B.


Border color

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

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

This div border color is #15271B.


Opacity

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

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

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

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

This text has shadow with #15271B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15271B on black background.


Color preview on white background

This text has color #15271B on white background.



Black color preview on #15271B background

This text has black color on #15271B background.


White color preview on #15271B background

This text has white color on #15271B background.