COLOR #15423F

HEX: #15423F
RGB: (21,66,63)

Color info

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

RGB color model

#15423F color RGB value is (21,66,63).

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

RGB channels and saturation

R 21 of 255 = 8%
G 66 of 255 = 26%
B 63 of 255 = 25%

21
66
63

R + G + B ~ 20%. #15423F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 66 + 63 = 150 (100%)
R 21 of 150 ~ 14%
G 66 of 150 ~ 44%
B 63 of 150 ~ 42%

%14
%44
%42

CMYK color model

#15423F color CMYK value is (68,0,5,74).

  • cyan value is 68.18%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 74.12%
CMYK:
(68,0,5,74)
C68M0Y5K74 
(68%,0%,5%,74%)
(0.68/0.00/0.05/0.74)	

CMYK percentages

%68.18
%0
%4.55
%74.12

Codes

Color #15423F in popluar color models

15423F
RGB216663
HSL176°51.72%17.06%
HSB/HSV176°68.18%25.88%
CMYK68.18%0.00%4.55%
74.12%

Color #15423F in popluar number systems.

HEX15423F
Decimal216663
Binary101011000010111111
Octal2510277

Shades and tints

Shades of #15423F

#15423F
(21,66,63)
#143C3A
(20,60,58)
#133635
(19,54,53)
#123030
(18,48,48)
#112A2B
(17,42,43)
#102426
(16,36,38)
#0F1E21
(15,30,33)
#0E181C
(14,24,28)
#0D1217
(13,18,23)
#0C0C12
(12,12,18)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #15423F

#15423F
(21,66,63)
#2A5350
(42,83,80)
#3F6461
(63,100,97)
#547572
(84,117,114)
#698683
(105,134,131)
#7E9794
(126,151,148)
#93A8A5
(147,168,165)
#A8B9B6
(168,185,182)
#BDCAC7
(189,202,199)
#D2DBD8
(210,219,216)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15423F color. Also use rgb(21,66,63) instead hex code.

Text Font Color

.myTextColor { color: #15423F; }

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

This text font color is #15423F.


Background Color

.myBgColor { background-color: #15423F; }

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

This div background color is #15423F.


Border color

.myBorderColor { border: 1px solid #15423F; }

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

This div border color is #15423F.


Opacity

.myOpacity80 { color: #15423F; opacity: 0.8; }

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

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

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

This text has shadow with #15423F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15423F on black background.


Color preview on white background

This text has color #15423F on white background.



Black color preview on #15423F background

This text has black color on #15423F background.


White color preview on #15423F background

This text has white color on #15423F background.