COLOR #15210A

HEX: #15210A RGB: (21,33,10)

Color info

#15210A contains red, green and blue colors in about the same proportion. Web safe color of #15210A is #003300 (or #030).

RGB color model

#15210A color RGB value is (21,33,10).

RGB: (21,33,10) (8%, 13%, 4%)

RGB channels and saturation

R 21 of 255 = 8%
G 33 of 255 = 13%
B 10 of 255 = 4%

21
33
10

R + G + B ~ 8%. #15210A is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 33 + 10 = 64 (100%)
R 21 of 64 ~ 32.81%
G 33 of 64 ~ 51.56%
B 10 of 64 ~ 15.63'%

%32.81
%51.56
%15.63

CMYK color model

#15210A color CMYK value is (36,0,70,87).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 69.70%
  • key color value is 87.06%

CMYK: (36,0,70,87)
C36M0Y70K87 (36%, 0%, 70%, 87%)
(0.36 / 0.00 / 0.70 / 0.87)

CMYK percentages

%36.36
%0
%69.7
%87.06

Codes

Color #15210A in popluar color models

15 21 0A
RGB 21 33 10
HSL 91° 53.49% 8.43%
HSB/HSV 91° 69.70% 12.94%
CMYK 36.36% 0.00% 69.70%
87.06%

Color #15210A in popluar number systems.

HEX 15 21 0A
Decimal 21 33 10
Binary 10101 100001 1010
Octal 25 41 12

Shades and tints

Shades of #15210A

#15210A
(21,33,10)
#141E0A
(20,30,10)
#131B0A
(19,27,10)
#12180A
(18,24,10)
#11150A
(17,21,10)
#10120A
(16,18,10)
#0F0F0A
(15,15,10)
#0E0C0A
(14,12,10)
#0D090A
(13,9,10)
#0C060A
(12,6,10)
#0B030A
(11,3,10)
#000000
(0,0,0)

Tints of #15210A

#15210A
(21,33,10)
#2A3520
(42,53,32)
#3F4936
(63,73,54)
#545D4C
(84,93,76)
#697162
(105,113,98)
#7E8578
(126,133,120)
#93998E
(147,153,142)
#A8ADA4
(168,173,164)
#BDC1BA
(189,193,186)
#D2D5D0
(210,213,208)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15210A color. Also use rgb(21,33,10) instead hex code.

Text Font Color

.myTextColor { color: #15210A; }

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

This text font color is #15210A.

Background Color

.myBgColor { background-color: #15210A; }

<div style="background-color:#15210A">Inner text</div>

This div background color is #15210A.

Border color

.myBorderColor { border: 1px solid #15210A; }

<div style="border:3px solid #15210A">Div</div>

This div border color is #15210A.

Opacity

.myOpacity80 { color: #15210A; opacity: 0.8; }

<p style="color:#15210A;opacity:0.8;">80%</p>

Text with #15210A 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 #15210A;}

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

This text has shadow with #15210A color.


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

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

This text has shadow with #15210A primary color and red secondary color.


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

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

This text has shadow with #15210A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #15210A.

Preview

Color preview on black background

This text has color #15210A on black background.


Color preview on white background

This text has color #15210A on white background.


Black color preview on #15210A background

This text has black color on #15210A background.


White color preview on #15210A background

This text has white color on #15210A background.


Related colors

Complementary color

Complementary color for #hex is #EADEF5.


I love getcolorcode.com

Triadic colors

1 #0A1521 and #210A15 with #15210A are triadic colors.

2 #0A2115 and #21150A with #15210A are triadic colors.