COLOR #152329

HEX: #152329
RGB: (21,35,41)

Color info

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

RGB color model

#152329 color RGB value is (21,35,41).

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

RGB channels and saturation

R 21 of 255 = 8%
G 35 of 255 = 14%
B 41 of 255 = 16%

21
35
41

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

Portions of RGB colors in percentages

R + G + B =
21 + 35 + 41 = 97 (100%)
R 21 of 97 ~ 21.65%
G 35 of 97 ~ 36.08%
B 41 of 97 ~ 42.27%

%21.65
%36.08
%42.27

CMYK color model

#152329 color CMYK value is (49,15,0,84).

  • cyan value is 48.78%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(49,15,0,84)
C49M15Y0K84 
(49%,15%,0%,84%)
(0.49/0.15/0.00/0.84)	

CMYK percentages

%48.78
%14.63
%0
%83.92

Codes

Color #152329 in popluar color models

152329
RGB213541
HSL198°32.26%12.16%
HSB/HSV198°48.78%16.08%
CMYK48.78%14.63%0.00%
83.92%

Color #152329 in popluar number systems.

HEX152329
Decimal213541
Binary10101100011101001
Octal254351

Shades and tints

Shades of #152329

#152329
(21,35,41)
#142026
(20,32,38)
#131D23
(19,29,35)
#121A20
(18,26,32)
#11171D
(17,23,29)
#10141A
(16,20,26)
#0F1117
(15,17,23)
#0E0E14
(14,14,20)
#0D0B11
(13,11,17)
#0C080E
(12,8,14)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #152329

#152329
(21,35,41)
#2A373C
(42,55,60)
#3F4B4F
(63,75,79)
#545F62
(84,95,98)
#697375
(105,115,117)
#7E8788
(126,135,136)
#939B9B
(147,155,155)
#A8AFAE
(168,175,174)
#BDC3C1
(189,195,193)
#D2D7D4
(210,215,212)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #152329; }

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

This text font color is #152329.


Background Color

.myBgColor { background-color: #152329; }

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

This div background color is #152329.


Border color

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

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

This div border color is #152329.


Opacity

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

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

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

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

This text has shadow with #152329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #152329 on black background.


Color preview on white background

This text has color #152329 on white background.



Black color preview on #152329 background

This text has black color on #152329 background.


White color preview on #152329 background

This text has white color on #152329 background.