COLOR #152321

HEX: #152321
RGB: (21,35,33)

Color info

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

RGB color model

#152321 color RGB value is (21,35,33).

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

RGB channels and saturation

R 21 of 255 = 8%
G 35 of 255 = 14%
B 33 of 255 = 13%

21
35
33

R + G + B ~ 12%. #152321 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 35 + 33 = 89 (100%)
R 21 of 89 ~ 23.6%
G 35 of 89 ~ 39.33%
B 33 of 89 ~ 37.08%

%23.6
%39.33
%37.08

CMYK color model

#152321 color CMYK value is (40,0,6,86).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 86.27%
CMYK:
(40,0,6,86)
C40M0Y6K86 
(40%,0%,6%,86%)
(0.40/0.00/0.06/0.86)	

CMYK percentages

%40
%0
%5.71
%86.27

Codes

Color #152321 in popluar color models

152321
RGB213533
HSL171°25.00%10.98%
HSB/HSV171°40.00%13.73%
CMYK40.00%0.00%5.71%
86.27%

Color #152321 in popluar number systems.

HEX152321
Decimal213533
Binary10101100011100001
Octal254341

Shades and tints

Shades of #152321

#152321
(21,35,33)
#14201E
(20,32,30)
#131D1B
(19,29,27)
#121A18
(18,26,24)
#111715
(17,23,21)
#101412
(16,20,18)
#0F110F
(15,17,15)
#0E0E0C
(14,14,12)
#0D0B09
(13,11,9)
#0C0806
(12,8,6)
#0B0503
(11,5,3)
#000000
(0,0,0)

Tints of #152321

#152321
(21,35,33)
#2A3735
(42,55,53)
#3F4B49
(63,75,73)
#545F5D
(84,95,93)
#697371
(105,115,113)
#7E8785
(126,135,133)
#939B99
(147,155,153)
#A8AFAD
(168,175,173)
#BDC3C1
(189,195,193)
#D2D7D5
(210,215,213)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #152321; }

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

This text font color is #152321.


Background Color

.myBgColor { background-color: #152321; }

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

This div background color is #152321.


Border color

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

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

This div border color is #152321.


Opacity

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

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

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

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

This text has shadow with #152321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #152321 on black background.


Color preview on white background

This text has color #152321 on white background.



Black color preview on #152321 background

This text has black color on #152321 background.


White color preview on #152321 background

This text has white color on #152321 background.