COLOR #15290A

HEX: #15290A
RGB: (21,41,10)

Color info

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

RGB color model

#15290A color RGB value is (21,41,10).

  • red value is 21;
  • green value is 41;
  • blue value is 10.
RGB:
(21,41,10)
(8%,16%,4%)

RGB channels and saturation

R 21 of 255 = 8%
G 41 of 255 = 16%
B 10 of 255 = 4%

21
41
10

R + G + B ~ 9%. #15290A is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 41 + 10 = 72 (100%)
R 21 of 72 ~ 29.17%
G 41 of 72 ~ 56.94%
B 10 of 72 ~ 13.89%

%29.17
%56.94
%13.89

CMYK color model

#15290A color CMYK value is (49,0,76,84).

  • cyan value is 48.78%
  • magenta value is 0.00%
  • yellow value is 75.61%
  • key color value is 83.92%
CMYK:
(49,0,76,84)
C49M0Y76K84 
(49%,0%,76%,84%)
(0.49/0.00/0.76/0.84)	

CMYK percentages

%48.78
%0
%75.61
%83.92

Codes

Color #15290A in popluar color models

15290A
RGB214110
HSL99°60.78%10.00%
HSB/HSV99°75.61%16.08%
CMYK48.78%0.00%75.61%
83.92%

Color #15290A in popluar number systems.

HEX15290A
Decimal214110
Binary101011010011010
Octal255112

Shades and tints

Shades of #15290A

#15290A
(21,41,10)
#14260A
(20,38,10)
#13230A
(19,35,10)
#12200A
(18,32,10)
#111D0A
(17,29,10)
#101A0A
(16,26,10)
#0F170A
(15,23,10)
#0E140A
(14,20,10)
#0D110A
(13,17,10)
#0C0E0A
(12,14,10)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #15290A

#15290A
(21,41,10)
#2A3C20
(42,60,32)
#3F4F36
(63,79,54)
#54624C
(84,98,76)
#697562
(105,117,98)
#7E8878
(126,136,120)
#939B8E
(147,155,142)
#A8AEA4
(168,174,164)
#BDC1BA
(189,193,186)
#D2D4D0
(210,212,208)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15290A; }

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

This text font color is #15290A.


Background Color

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

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

This div background color is #15290A.


Border color

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

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

This div border color is #15290A.


Opacity

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

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

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

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

This text has shadow with #15290A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15290A on black background.


Color preview on white background

This text has color #15290A on white background.



Black color preview on #15290A background

This text has black color on #15290A background.


White color preview on #15290A background

This text has white color on #15290A background.