COLOR #152113

HEX: #152113
RGB: (21,33,19)

Color info

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

RGB color model

#152113 color RGB value is (21,33,19).

  • red value is 21;
  • green value is 33;
  • blue value is 19.
RGB:
(21,33,19)
(8%,13%,7%)

RGB channels and saturation

R 21 of 255 = 8%
G 33 of 255 = 13%
B 19 of 255 = 7%

21
33
19

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

Portions of RGB colors in percentages

R + G + B =
21 + 33 + 19 = 73 (100%)
R 21 of 73 ~ 28.77%
G 33 of 73 ~ 45.21%
B 19 of 73 ~ 26.03%

%28.77
%45.21
%26.03

CMYK color model

#152113 color CMYK value is (36,0,42,87).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 42.42%
  • key color value is 87.06%
CMYK:
(36,0,42,87)
C36M0Y42K87 
(36%,0%,42%,87%)
(0.36/0.00/0.42/0.87)	

CMYK percentages

%36.36
%0
%42.42
%87.06

Codes

Color #152113 in popluar color models

152113
RGB213319
HSL111°26.92%10.20%
HSB/HSV111°42.42%12.94%
CMYK36.36%0.00%42.42%
87.06%

Color #152113 in popluar number systems.

HEX152113
Decimal213319
Binary1010110000110011
Octal254123

Shades and tints

Shades of #152113

#152113
(21,33,19)
#141E12
(20,30,18)
#131B11
(19,27,17)
#121810
(18,24,16)
#11150F
(17,21,15)
#10120E
(16,18,14)
#0F0F0D
(15,15,13)
#0E0C0C
(14,12,12)
#0D090B
(13,9,11)
#0C060A
(12,6,10)
#0B0309
(11,3,9)
#000000
(0,0,0)

Tints of #152113

#152113
(21,33,19)
#2A3528
(42,53,40)
#3F493D
(63,73,61)
#545D52
(84,93,82)
#697167
(105,113,103)
#7E857C
(126,133,124)
#939991
(147,153,145)
#A8ADA6
(168,173,166)
#BDC1BB
(189,193,187)
#D2D5D0
(210,213,208)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #152113; }

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

This text font color is #152113.


Background Color

.myBgColor { background-color: #152113; }

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

This div background color is #152113.


Border color

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

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

This div border color is #152113.


Opacity

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

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

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

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

This text has shadow with #152113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #152113 on black background.


Color preview on white background

This text has color #152113 on white background.



Black color preview on #152113 background

This text has black color on #152113 background.


White color preview on #152113 background

This text has white color on #152113 background.