COLOR #150208

HEX: #150208 RGB: (21,2,8)

Color info

#150208 contains red, green and blue colors in about the same proportion. Web safe color of #150208 is #000000 (or #000).

RGB color model

#150208 color RGB value is (21,2,8).

RGB: (21,2,8) (8%, 1%, 3%)

RGB channels and saturation

R 21 of 255 = 8%
G 2 of 255 = 1%
B 8 of 255 = 3%

21
2
8

R + G + B ~ 4%. #150208 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 2 + 8 = 31 (100%)
R 21 of 31 ~ 67.74%
G 2 of 31 ~ 6.45%
B 8 of 31 ~ 25.81'%

%67.74
%25.81

CMYK color model

#150208 color CMYK value is (0,90,62,92).

  • cyan value is 0.00%
  • magenta value is 90.48%
  • yellow value is 61.90%
  • key color value is 91.76%

CMYK: (0,90,62,92)
C0M90Y62K92 (0%, 90%, 62%, 92%)
(0.00 / 0.90 / 0.62 / 0.92)

CMYK percentages

%0
%90.48
%61.9
%91.76

Codes

Color #150208 in popluar color models

15 02 08
RGB 21 2 8
HSL 341° 82.61% 4.51%
HSB/HSV 341° 90.48% 8.24%
CMYK 0.00% 90.48% 61.90%
91.76%

Color #150208 in popluar number systems.

HEX 15 02 08
Decimal 21 2 8
Binary 10101 10 1000
Octal 25 2 10

Shades and tints

Shades of #150208

#150208
(21,2,8)
#140208
(20,2,8)
#130208
(19,2,8)
#120208
(18,2,8)
#110208
(17,2,8)
#100208
(16,2,8)
#0F0208
(15,2,8)
#0E0208
(14,2,8)
#0D0208
(13,2,8)
#0C0208
(12,2,8)
#0B0208
(11,2,8)
#000000
(0,0,0)

Tints of #150208

#150208
(21,2,8)
#2A191E
(42,25,30)
#3F3034
(63,48,52)
#54474A
(84,71,74)
#695E60
(105,94,96)
#7E7576
(126,117,118)
#938C8C
(147,140,140)
#A8A3A2
(168,163,162)
#BDBAB8
(189,186,184)
#D2D1CE
(210,209,206)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150208 color. Also use rgb(21,2,8) instead hex code.

Text Font Color

.myTextColor { color: #150208; }

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

This text font color is #150208.

Background Color

.myBgColor { background-color: #150208; }

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

This div background color is #150208.

Border color

.myBorderColor { border: 1px solid #150208; }

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

This div border color is #150208.

Opacity

.myOpacity80 { color: #150208; opacity: 0.8; }

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

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

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

This text has shadow with #150208 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #150208.

Preview

Color preview on black background

This text has color #150208 on black background.


Color preview on white background

This text has color #150208 on white background.


Black color preview on #150208 background

This text has black color on #150208 background.


White color preview on #150208 background

This text has white color on #150208 background.


Related colors

Complementary color

Complementary color for #hex is #EAFDF7.


I love getcolorcode.com

Triadic colors

1 #081502 and #020815 with #150208 are triadic colors.

2 #080215 and #021508 with #150208 are triadic colors.