COLOR #15261B

HEX: #15261B RGB: (21,38,27)

Color info

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

RGB color model

#15261B color RGB value is (21,38,27).

RGB: (21,38,27) (8%, 15%, 11%)

RGB channels and saturation

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

21
38
27

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

Portions of RGB colors in percentages

R + G + B = 21 + 38 + 27 = 86 (100%)
R 21 of 86 ~ 24.42%
G 38 of 86 ~ 44.19%
B 27 of 86 ~ 31.4'%

%24.42
%44.19
%31.4

CMYK color model

#15261B color CMYK value is (45,0,29,85).

  • cyan value is 44.74%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 85.10%

CMYK: (45,0,29,85)
C45M0Y29K85 (45%, 0%, 29%, 85%)
(0.45 / 0.00 / 0.29 / 0.85)

CMYK percentages

%44.74
%0
%28.95
%85.1

Codes

Color #15261B in popluar color models

15 26 1B
RGB 21 38 27
HSL 141° 28.81% 11.57%
HSB/HSV 141° 44.74% 14.90%
CMYK 44.74% 0.00% 28.95%
85.10%

Color #15261B in popluar number systems.

HEX 15 26 1B
Decimal 21 38 27
Binary 10101 100110 11011
Octal 25 46 33

Shades and tints

Shades of #15261B

#15261B
(21,38,27)
#142319
(20,35,25)
#132017
(19,32,23)
#121D15
(18,29,21)
#111A13
(17,26,19)
#101711
(16,23,17)
#0F140F
(15,20,15)
#0E110D
(14,17,13)
#0D0E0B
(13,14,11)
#0C0B09
(12,11,9)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #15261B

#15261B
(21,38,27)
#2A392F
(42,57,47)
#3F4C43
(63,76,67)
#545F57
(84,95,87)
#69726B
(105,114,107)
#7E857F
(126,133,127)
#939893
(147,152,147)
#A8ABA7
(168,171,167)
#BDBEBB
(189,190,187)
#D2D1CF
(210,209,207)
#E7E4E3
(231,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15261B; }

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

This text font color is #15261B.

Background Color

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

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

This div background color is #15261B.

Border color

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

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

This div border color is #15261B.

Opacity

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

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

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

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

This text has shadow with #15261B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15261B.

Preview

Color preview on black background

This text has color #15261B on black background.


Color preview on white background

This text has color #15261B on white background.


Black color preview on #15261B background

This text has black color on #15261B background.


White color preview on #15261B background

This text has white color on #15261B background.


Related colors

Complementary color

Complementary color for #hex is #EAD9E4.


I love getcolorcode.com

Triadic colors

1 #1B1526 and #261B15 with #15261B are triadic colors.

2 #1B2615 and #26151B with #15261B are triadic colors.