COLOR #152515

HEX: #152515
RGB: (21,37,21)

Color info

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

RGB color model

#152515 color RGB value is (21,37,21).

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

RGB channels and saturation

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

21
37
21

R + G + B ~ 10%. #152515 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 37 + 21 = 79 (100%)
R 21 of 79 ~ 26.58%
G 37 of 79 ~ 46.84%
B 21 of 79 ~ 26.58%

%26.58
%46.84
%26.58

CMYK color model

#152515 color CMYK value is (43,0,43,85).

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

CMYK percentages

%43.24
%0
%43.24
%85.49

Codes

Color #152515 in popluar color models

152515
RGB213721
HSL120°27.59%11.37%
HSB/HSV120°43.24%14.51%
CMYK43.24%0.00%43.24%
85.49%

Color #152515 in popluar number systems.

HEX152515
Decimal213721
Binary1010110010110101
Octal254525

Shades and tints

Shades of #152515

#152515
(21,37,21)
#142214
(20,34,20)
#131F13
(19,31,19)
#121C12
(18,28,18)
#111911
(17,25,17)
#101610
(16,22,16)
#0F130F
(15,19,15)
#0E100E
(14,16,14)
#0D0D0D
(13,13,13)
#0C0A0C
(12,10,12)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #152515

#152515
(21,37,21)
#2A382A
(42,56,42)
#3F4B3F
(63,75,63)
#545E54
(84,94,84)
#697169
(105,113,105)
#7E847E
(126,132,126)
#939793
(147,151,147)
#A8AAA8
(168,170,168)
#BDBDBD
(189,189,189)
#D2D0D2
(210,208,210)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #152515; }

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

This text font color is #152515.


Background Color

.myBgColor { background-color: #152515; }

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

This div background color is #152515.


Border color

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

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

This div border color is #152515.


Opacity

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

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

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

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

This text has shadow with #152515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #152515 on black background.


Color preview on white background

This text has color #152515 on white background.



Black color preview on #152515 background

This text has black color on #152515 background.


White color preview on #152515 background

This text has white color on #152515 background.