COLOR #15424D

HEX: #15424D
RGB: (21,66,77)

Color info

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

RGB color model

#15424D color RGB value is (21,66,77).

  • red value is 21;
  • green value is 66;
  • blue value is 77.
RGB:
(21,66,77)
(8%,26%,30%)

RGB channels and saturation

R 21 of 255 = 8%
G 66 of 255 = 26%
B 77 of 255 = 30%

21
66
77

R + G + B ~ 21%. #15424D is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 66 + 77 = 164 (100%)
R 21 of 164 ~ 12.8%
G 66 of 164 ~ 40.24%
B 77 of 164 ~ 46.95%

%12.8
%40.24
%46.95

CMYK color model

#15424D color CMYK value is (73,14,0,70).

  • cyan value is 72.73%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(73,14,0,70)
C73M14Y0K70 
(73%,14%,0%,70%)
(0.73/0.14/0.00/0.70)	

CMYK percentages

%72.73
%14.29
%0
%69.8

Codes

Color #15424D in popluar color models

15424D
RGB216677
HSL192°57.14%19.22%
HSB/HSV192°72.73%30.20%
CMYK72.73%14.29%0.00%
69.80%

Color #15424D in popluar number systems.

HEX15424D
Decimal216677
Binary1010110000101001101
Octal25102115

Shades and tints

Shades of #15424D

#15424D
(21,66,77)
#143C46
(20,60,70)
#13363F
(19,54,63)
#123038
(18,48,56)
#112A31
(17,42,49)
#10242A
(16,36,42)
#0F1E23
(15,30,35)
#0E181C
(14,24,28)
#0D1215
(13,18,21)
#0C0C0E
(12,12,14)
#0B0607
(11,6,7)
#000000
(0,0,0)

Tints of #15424D

#15424D
(21,66,77)
#2A535D
(42,83,93)
#3F646D
(63,100,109)
#54757D
(84,117,125)
#69868D
(105,134,141)
#7E979D
(126,151,157)
#93A8AD
(147,168,173)
#A8B9BD
(168,185,189)
#BDCACD
(189,202,205)
#D2DBDD
(210,219,221)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15424D color. Also use rgb(21,66,77) instead hex code.

Text Font Color

.myTextColor { color: #15424D; }

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

This text font color is #15424D.


Background Color

.myBgColor { background-color: #15424D; }

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

This div background color is #15424D.


Border color

.myBorderColor { border: 1px solid #15424D; }

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

This div border color is #15424D.


Opacity

.myOpacity80 { color: #15424D; opacity: 0.8; }

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

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

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

This text has shadow with #15424D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15424D on black background.


Color preview on white background

This text has color #15424D on white background.



Black color preview on #15424D background

This text has black color on #15424D background.


White color preview on #15424D background

This text has white color on #15424D background.