COLOR #15492D

HEX: #15492D
RGB: (21,73,45)

Color info

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

RGB color model

#15492D color RGB value is (21,73,45).

  • red value is 21;
  • green value is 73;
  • blue value is 45.
RGB:
(21,73,45)
(8%,29%,18%)

RGB channels and saturation

R 21 of 255 = 8%
G 73 of 255 = 29%
B 45 of 255 = 18%

21
73
45

R + G + B ~ 18%. #15492D is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 73 + 45 = 139 (100%)
R 21 of 139 ~ 15.11%
G 73 of 139 ~ 52.52%
B 45 of 139 ~ 32.37%

%15.11
%52.52
%32.37

CMYK color model

#15492D color CMYK value is (71,0,38,71).

  • cyan value is 71.23%
  • magenta value is 0.00%
  • yellow value is 38.36%
  • key color value is 71.37%
CMYK:
(71,0,38,71)
C71M0Y38K71 
(71%,0%,38%,71%)
(0.71/0.00/0.38/0.71)	

CMYK percentages

%71.23
%0
%38.36
%71.37

Codes

Color #15492D in popluar color models

15492D
RGB217345
HSL148°55.32%18.43%
HSB/HSV148°71.23%28.63%
CMYK71.23%0.00%38.36%
71.37%

Color #15492D in popluar number systems.

HEX15492D
Decimal217345
Binary101011001001101101
Octal2511155

Shades and tints

Shades of #15492D

#15492D
(21,73,45)
#144329
(20,67,41)
#133D25
(19,61,37)
#123721
(18,55,33)
#11311D
(17,49,29)
#102B19
(16,43,25)
#0F2515
(15,37,21)
#0E1F11
(14,31,17)
#0D190D
(13,25,13)
#0C1309
(12,19,9)
#0B0D05
(11,13,5)
#000000
(0,0,0)

Tints of #15492D

#15492D
(21,73,45)
#2A5940
(42,89,64)
#3F6953
(63,105,83)
#547966
(84,121,102)
#698979
(105,137,121)
#7E998C
(126,153,140)
#93A99F
(147,169,159)
#A8B9B2
(168,185,178)
#BDC9C5
(189,201,197)
#D2D9D8
(210,217,216)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15492D color. Also use rgb(21,73,45) instead hex code.

Text Font Color

.myTextColor { color: #15492D; }

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

This text font color is #15492D.


Background Color

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

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

This div background color is #15492D.


Border color

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

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

This div border color is #15492D.


Opacity

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

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

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

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

This text has shadow with #15492D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15492D on black background.


Color preview on white background

This text has color #15492D on white background.



Black color preview on #15492D background

This text has black color on #15492D background.


White color preview on #15492D background

This text has white color on #15492D background.