COLOR #15250A

HEX: #15250A
RGB: (21,37,10)

Color info

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

RGB color model

#15250A color RGB value is (21,37,10).

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

RGB channels and saturation

R 21 of 255 = 8%
G 37 of 255 = 15%
B 10 of 255 = 4%

21
37
10

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

Portions of RGB colors in percentages

R + G + B =
21 + 37 + 10 = 68 (100%)
R 21 of 68 ~ 30.88%
G 37 of 68 ~ 54.41%
B 10 of 68 ~ 14.71%

%30.88
%54.41
%14.71

CMYK color model

#15250A color CMYK value is (43,0,73,85).

  • cyan value is 43.24%
  • magenta value is 0.00%
  • yellow value is 72.97%
  • key color value is 85.49%
CMYK:
(43,0,73,85)
C43M0Y73K85 
(43%,0%,73%,85%)
(0.43/0.00/0.73/0.85)	

CMYK percentages

%43.24
%0
%72.97
%85.49

Codes

Color #15250A in popluar color models

15250A
RGB213710
HSL96°57.45%9.22%
HSB/HSV96°72.97%14.51%
CMYK43.24%0.00%72.97%
85.49%

Color #15250A in popluar number systems.

HEX15250A
Decimal213710
Binary101011001011010
Octal254512

Shades and tints

Shades of #15250A

#15250A
(21,37,10)
#14220A
(20,34,10)
#131F0A
(19,31,10)
#121C0A
(18,28,10)
#11190A
(17,25,10)
#10160A
(16,22,10)
#0F130A
(15,19,10)
#0E100A
(14,16,10)
#0D0D0A
(13,13,10)
#0C0A0A
(12,10,10)
#0B070A
(11,7,10)
#000000
(0,0,0)

Tints of #15250A

#15250A
(21,37,10)
#2A3820
(42,56,32)
#3F4B36
(63,75,54)
#545E4C
(84,94,76)
#697162
(105,113,98)
#7E8478
(126,132,120)
#93978E
(147,151,142)
#A8AAA4
(168,170,164)
#BDBDBA
(189,189,186)
#D2D0D0
(210,208,208)
#E7E3E6
(231,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15250A; }

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

This text font color is #15250A.


Background Color

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

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

This div background color is #15250A.


Border color

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

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

This div border color is #15250A.


Opacity

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

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

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

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

This text has shadow with #15250A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15250A on black background.


Color preview on white background

This text has color #15250A on white background.



Black color preview on #15250A background

This text has black color on #15250A background.


White color preview on #15250A background

This text has white color on #15250A background.