COLOR #152429

HEX: #152429
RGB: (21,36,41)

Color info

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

RGB color model

#152429 color RGB value is (21,36,41).

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

RGB channels and saturation

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

21
36
41

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

Portions of RGB colors in percentages

R + G + B =
21 + 36 + 41 = 98 (100%)
R 21 of 98 ~ 21.43%
G 36 of 98 ~ 36.73%
B 41 of 98 ~ 41.84%

%21.43
%36.73
%41.84

CMYK color model

#152429 color CMYK value is (49,12,0,84).

  • cyan value is 48.78%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(49,12,0,84)
C49M12Y0K84 
(49%,12%,0%,84%)
(0.49/0.12/0.00/0.84)	

CMYK percentages

%48.78
%12.2
%0
%83.92

Codes

Color #152429 in popluar color models

152429
RGB213641
HSL195°32.26%12.16%
HSB/HSV195°48.78%16.08%
CMYK48.78%12.20%0.00%
83.92%

Color #152429 in popluar number systems.

HEX152429
Decimal213641
Binary10101100100101001
Octal254451

Shades and tints

Shades of #152429

#152429
(21,36,41)
#142126
(20,33,38)
#131E23
(19,30,35)
#121B20
(18,27,32)
#11181D
(17,24,29)
#10151A
(16,21,26)
#0F1217
(15,18,23)
#0E0F14
(14,15,20)
#0D0C11
(13,12,17)
#0C090E
(12,9,14)
#0B060B
(11,6,11)
#000000
(0,0,0)

Tints of #152429

#152429
(21,36,41)
#2A373C
(42,55,60)
#3F4A4F
(63,74,79)
#545D62
(84,93,98)
#697075
(105,112,117)
#7E8388
(126,131,136)
#93969B
(147,150,155)
#A8A9AE
(168,169,174)
#BDBCC1
(189,188,193)
#D2CFD4
(210,207,212)
#E7E2E7
(231,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #152429; }

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

This text font color is #152429.


Background Color

.myBgColor { background-color: #152429; }

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

This div background color is #152429.


Border color

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

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

This div border color is #152429.


Opacity

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

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

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

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

This text has shadow with #152429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #152429 on black background.


Color preview on white background

This text has color #152429 on white background.



Black color preview on #152429 background

This text has black color on #152429 background.


White color preview on #152429 background

This text has white color on #152429 background.