COLOR #15250E

HEX: #15250E RGB: (21,37,14)

Color info

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

RGB color model

#15250E color RGB value is (21,37,14).

RGB: (21,37,14) (8%, 15%, 5%)

RGB channels and saturation

R 21 of 255 = 8%
G 37 of 255 = 15%
B 14 of 255 = 5%

21
37
14

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

Portions of RGB colors in percentages

R + G + B = 21 + 37 + 14 = 72 (100%)
R 21 of 72 ~ 29.17%
G 37 of 72 ~ 51.39%
B 14 of 72 ~ 19.44'%

%29.17
%51.39
%19.44

CMYK color model

#15250E color CMYK value is (43,0,62,85).

  • cyan value is 43.24%
  • magenta value is 0.00%
  • yellow value is 62.16%
  • key color value is 85.49%

CMYK: (43,0,62,85)
C43M0Y62K85 (43%, 0%, 62%, 85%)
(0.43 / 0.00 / 0.62 / 0.85)

CMYK percentages

%43.24
%0
%62.16
%85.49

Codes

Color #15250E in popluar color models

15 25 0E
RGB 21 37 14
HSL 102° 45.10% 10.00%
HSB/HSV 102° 62.16% 14.51%
CMYK 43.24% 0.00% 62.16%
85.49%

Color #15250E in popluar number systems.

HEX 15 25 0E
Decimal 21 37 14
Binary 10101 100101 1110
Octal 25 45 16

Shades and tints

Shades of #15250E

#15250E
(21,37,14)
#14220D
(20,34,13)
#131F0C
(19,31,12)
#121C0B
(18,28,11)
#11190A
(17,25,10)
#101609
(16,22,9)
#0F1308
(15,19,8)
#0E1007
(14,16,7)
#0D0D06
(13,13,6)
#0C0A05
(12,10,5)
#0B0704
(11,7,4)
#000000
(0,0,0)

Tints of #15250E

#15250E
(21,37,14)
#2A3823
(42,56,35)
#3F4B38
(63,75,56)
#545E4D
(84,94,77)
#697162
(105,113,98)
#7E8477
(126,132,119)
#93978C
(147,151,140)
#A8AAA1
(168,170,161)
#BDBDB6
(189,189,182)
#D2D0CB
(210,208,203)
#E7E3E0
(231,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15250E; }

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

This text font color is #15250E.

Background Color

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

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

This div background color is #15250E.

Border color

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

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

This div border color is #15250E.

Opacity

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

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

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

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

This text has shadow with #15250E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15250E.

Preview

Color preview on black background

This text has color #15250E on black background.


Color preview on white background

This text has color #15250E on white background.


Black color preview on #15250E background

This text has black color on #15250E background.


White color preview on #15250E background

This text has white color on #15250E background.


Related colors

Complementary color

Complementary color for #hex is #EADAF1.


I love getcolorcode.com

Triadic colors

1 #0E1525 and #250E15 with #15250E are triadic colors.

2 #0E2515 and #25150E with #15250E are triadic colors.