COLOR #15261F

HEX: #15261F
RGB: (21,38,31)

Color info

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

RGB color model

#15261F color RGB value is (21,38,31).

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

RGB channels and saturation

R 21 of 255 = 8%
G 38 of 255 = 15%
B 31 of 255 = 12%

21
38
31

R + G + B ~ 12%. #15261F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 38 + 31 = 90 (100%)
R 21 of 90 ~ 23.33%
G 38 of 90 ~ 42.22%
B 31 of 90 ~ 34.44%

%23.33
%42.22
%34.44

CMYK color model

#15261F color CMYK value is (45,0,18,85).

  • cyan value is 44.74%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • key color value is 85.10%
CMYK:
(45,0,18,85)
C45M0Y18K85 
(45%,0%,18%,85%)
(0.45/0.00/0.18/0.85)	

CMYK percentages

%44.74
%0
%18.42
%85.1

Codes

Color #15261F in popluar color models

15261F
RGB213831
HSL155°28.81%11.57%
HSB/HSV155°44.74%14.90%
CMYK44.74%0.00%18.42%
85.10%

Color #15261F in popluar number systems.

HEX15261F
Decimal213831
Binary1010110011011111
Octal254637

Shades and tints

Shades of #15261F

#15261F
(21,38,31)
#14231D
(20,35,29)
#13201B
(19,32,27)
#121D19
(18,29,25)
#111A17
(17,26,23)
#101715
(16,23,21)
#0F1413
(15,20,19)
#0E1111
(14,17,17)
#0D0E0F
(13,14,15)
#0C0B0D
(12,11,13)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #15261F

#15261F
(21,38,31)
#2A3933
(42,57,51)
#3F4C47
(63,76,71)
#545F5B
(84,95,91)
#69726F
(105,114,111)
#7E8583
(126,133,131)
#939897
(147,152,151)
#A8ABAB
(168,171,171)
#BDBEBF
(189,190,191)
#D2D1D3
(210,209,211)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15261F color. Also use rgb(21,38,31) instead hex code.

Text Font Color

.myTextColor { color: #15261F; }

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

This text font color is #15261F.


Background Color

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

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

This div background color is #15261F.


Border color

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

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

This div border color is #15261F.


Opacity

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

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

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

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

This text has shadow with #15261F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15261F on black background.


Color preview on white background

This text has color #15261F on white background.



Black color preview on #15261F background

This text has black color on #15261F background.


White color preview on #15261F background

This text has white color on #15261F background.