COLOR #15291C

HEX: #15291C RGB: (21,41,28)

Color info

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

RGB color model

#15291C color RGB value is (21,41,28).

RGB: (21,41,28) (8%, 16%, 11%)

RGB channels and saturation

R 21 of 255 = 8%
G 41 of 255 = 16%
B 28 of 255 = 11%

21
41
28

R + G + B ~ 12%. #15291C is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 41 + 28 = 90 (100%)
R 21 of 90 ~ 23.33%
G 41 of 90 ~ 45.56%
B 28 of 90 ~ 31.11'%

%23.33
%45.56
%31.11

CMYK color model

#15291C color CMYK value is (49,0,32,84).

  • cyan value is 48.78%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 83.92%

CMYK: (49,0,32,84)
C49M0Y32K84 (49%, 0%, 32%, 84%)
(0.49 / 0.00 / 0.32 / 0.84)

CMYK percentages

%48.78
%0
%31.71
%83.92

Codes

Color #15291C in popluar color models

15 29 1C
RGB 21 41 28
HSL 141° 32.26% 12.16%
HSB/HSV 141° 48.78% 16.08%
CMYK 48.78% 0.00% 31.71%
83.92%

Color #15291C in popluar number systems.

HEX 15 29 1C
Decimal 21 41 28
Binary 10101 101001 11100
Octal 25 51 34

Shades and tints

Shades of #15291C

#15291C
(21,41,28)
#14261A
(20,38,26)
#132318
(19,35,24)
#122016
(18,32,22)
#111D14
(17,29,20)
#101A12
(16,26,18)
#0F1710
(15,23,16)
#0E140E
(14,20,14)
#0D110C
(13,17,12)
#0C0E0A
(12,14,10)
#0B0B08
(11,11,8)
#000000
(0,0,0)

Tints of #15291C

#15291C
(21,41,28)
#2A3C30
(42,60,48)
#3F4F44
(63,79,68)
#546258
(84,98,88)
#69756C
(105,117,108)
#7E8880
(126,136,128)
#939B94
(147,155,148)
#A8AEA8
(168,174,168)
#BDC1BC
(189,193,188)
#D2D4D0
(210,212,208)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15291C color. Also use rgb(21,41,28) instead hex code.

Text Font Color

.myTextColor { color: #15291C; }

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

This text font color is #15291C.

Background Color

.myBgColor { background-color: #15291C; }

<div style="background-color:#15291C">Inner text</div>

This div background color is #15291C.

Border color

.myBorderColor { border: 1px solid #15291C; }

<div style="border:3px solid #15291C">Div</div>

This div border color is #15291C.

Opacity

.myOpacity80 { color: #15291C; opacity: 0.8; }

<p style="color:#15291C;opacity:0.8;">80%</p>

Text with #15291C 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 #15291C;}

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

This text has shadow with #15291C color.


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

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

This text has shadow with #15291C primary color and red secondary color.


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

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

This text has shadow with #15291C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #15291C.

Preview

Color preview on black background

This text has color #15291C on black background.


Color preview on white background

This text has color #15291C on white background.


Black color preview on #15291C background

This text has black color on #15291C background.


White color preview on #15291C background

This text has white color on #15291C background.


Related colors

Complementary color

Complementary color for #hex is #EAD6E3.


I love getcolorcode.com

Triadic colors

1 #1C1529 and #291C15 with #15291C are triadic colors.

2 #1C2915 and #29151C with #15291C are triadic colors.