COLOR #15312D

HEX: #15312D
RGB: (21,49,45)

Color info

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

RGB color model

#15312D color RGB value is (21,49,45).

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

RGB channels and saturation

R 21 of 255 = 8%
G 49 of 255 = 19%
B 45 of 255 = 18%

21
49
45

R + G + B ~ 15%. #15312D is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 49 + 45 = 115 (100%)
R 21 of 115 ~ 18.26%
G 49 of 115 ~ 42.61%
B 45 of 115 ~ 39.13%

%18.26
%42.61
%39.13

CMYK color model

#15312D color CMYK value is (57,0,8,81).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 8.16%
  • key color value is 80.78%
CMYK:
(57,0,8,81)
C57M0Y8K81 
(57%,0%,8%,81%)
(0.57/0.00/0.08/0.81)	

CMYK percentages

%57.14
%0
%8.16
%80.78

Codes

Color #15312D in popluar color models

15312D
RGB214945
HSL171°40.00%13.73%
HSB/HSV171°57.14%19.22%
CMYK57.14%0.00%8.16%
80.78%

Color #15312D in popluar number systems.

HEX15312D
Decimal214945
Binary10101110001101101
Octal256155

Shades and tints

Shades of #15312D

#15312D
(21,49,45)
#142D29
(20,45,41)
#132925
(19,41,37)
#122521
(18,37,33)
#11211D
(17,33,29)
#101D19
(16,29,25)
#0F1915
(15,25,21)
#0E1511
(14,21,17)
#0D110D
(13,17,13)
#0C0D09
(12,13,9)
#0B0905
(11,9,5)
#000000
(0,0,0)

Tints of #15312D

#15312D
(21,49,45)
#2A4340
(42,67,64)
#3F5553
(63,85,83)
#546766
(84,103,102)
#697979
(105,121,121)
#7E8B8C
(126,139,140)
#939D9F
(147,157,159)
#A8AFB2
(168,175,178)
#BDC1C5
(189,193,197)
#D2D3D8
(210,211,216)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15312D; }

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

This text font color is #15312D.


Background Color

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

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

This div background color is #15312D.


Border color

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

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

This div border color is #15312D.


Opacity

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

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

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

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

This text has shadow with #15312D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15312D on black background.


Color preview on white background

This text has color #15312D on white background.



Black color preview on #15312D background

This text has black color on #15312D background.


White color preview on #15312D background

This text has white color on #15312D background.