COLOR #15301D

HEX: #15301D
RGB: (21,48,29)

Color info

#15301D contains red, green and blue colors in about the same proportion. Web safe color of #15301D is #003333 (or #033).

RGB color model

#15301D color RGB value is (21,48,29).

  • red value is 21;
  • green value is 48;
  • blue value is 29.
RGB:
(21,48,29)
(8%,19%,11%)

RGB channels and saturation

R 21 of 255 = 8%
G 48 of 255 = 19%
B 29 of 255 = 11%

21
48
29

R + G + B ~ 13%. #15301D is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 48 + 29 = 98 (100%)
R 21 of 98 ~ 21.43%
G 48 of 98 ~ 48.98%
B 29 of 98 ~ 29.59%

%21.43
%48.98
%29.59

CMYK color model

#15301D color CMYK value is (56,0,40,81).

  • cyan value is 56.25%
  • magenta value is 0.00%
  • yellow value is 39.58%
  • key color value is 81.18%
CMYK:
(56,0,40,81)
C56M0Y40K81 
(56%,0%,40%,81%)
(0.56/0.00/0.40/0.81)	

CMYK percentages

%56.25
%0
%39.58
%81.18

Codes

Color #15301D in popluar color models

15301D
RGB214829
HSL138°39.13%13.53%
HSB/HSV138°56.25%18.82%
CMYK56.25%0.00%39.58%
81.18%

Color #15301D in popluar number systems.

HEX15301D
Decimal214829
Binary1010111000011101
Octal256035

Shades and tints

Shades of #15301D

#15301D
(21,48,29)
#142C1B
(20,44,27)
#132819
(19,40,25)
#122417
(18,36,23)
#112015
(17,32,21)
#101C13
(16,28,19)
#0F1811
(15,24,17)
#0E140F
(14,20,15)
#0D100D
(13,16,13)
#0C0C0B
(12,12,11)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #15301D

#15301D
(21,48,29)
#2A4231
(42,66,49)
#3F5445
(63,84,69)
#546659
(84,102,89)
#69786D
(105,120,109)
#7E8A81
(126,138,129)
#939C95
(147,156,149)
#A8AEA9
(168,174,169)
#BDC0BD
(189,192,189)
#D2D2D1
(210,210,209)
#E7E4E5
(231,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15301D color. Also use rgb(21,48,29) instead hex code.

Text Font Color

.myTextColor { color: #15301D; }

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

This text font color is #15301D.


Background Color

.myBgColor { background-color: #15301D; }

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

This div background color is #15301D.


Border color

.myBorderColor { border: 1px solid #15301D; }

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

This div border color is #15301D.


Opacity

.myOpacity80 { color: #15301D; opacity: 0.8; }

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

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

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

This text has shadow with #15301D color.

.textShadow {text-shadow: 3px 3px 1px #15301D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15301D on black background.


Color preview on white background

This text has color #15301D on white background.



Black color preview on #15301D background

This text has black color on #15301D background.


White color preview on #15301D background

This text has white color on #15301D background.