COLOR #15312E

HEX: #15312E
RGB: (21,49,46)

Color info

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

RGB color model

#15312E color RGB value is (21,49,46).

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

RGB channels and saturation

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

21
49
46

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

Portions of RGB colors in percentages

R + G + B =
21 + 49 + 46 = 116 (100%)
R 21 of 116 ~ 18.1%
G 49 of 116 ~ 42.24%
B 46 of 116 ~ 39.66%

%18.1
%42.24
%39.66

CMYK color model

#15312E color CMYK value is (57,0,6,81).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 6.12%
  • key color value is 80.78%
CMYK:
(57,0,6,81)
C57M0Y6K81 
(57%,0%,6%,81%)
(0.57/0.00/0.06/0.81)	

CMYK percentages

%57.14
%0
%6.12
%80.78

Codes

Color #15312E in popluar color models

15312E
RGB214946
HSL174°40.00%13.73%
HSB/HSV174°57.14%19.22%
CMYK57.14%0.00%6.12%
80.78%

Color #15312E in popluar number systems.

HEX15312E
Decimal214946
Binary10101110001101110
Octal256156

Shades and tints

Shades of #15312E

#15312E
(21,49,46)
#142D2A
(20,45,42)
#132926
(19,41,38)
#122522
(18,37,34)
#11211E
(17,33,30)
#101D1A
(16,29,26)
#0F1916
(15,25,22)
#0E1512
(14,21,18)
#0D110E
(13,17,14)
#0C0D0A
(12,13,10)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #15312E

#15312E
(21,49,46)
#2A4341
(42,67,65)
#3F5554
(63,85,84)
#546767
(84,103,103)
#69797A
(105,121,122)
#7E8B8D
(126,139,141)
#939DA0
(147,157,160)
#A8AFB3
(168,175,179)
#BDC1C6
(189,193,198)
#D2D3D9
(210,211,217)
#E7E5EC
(231,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15312E; }

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

This text font color is #15312E.


Background Color

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

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

This div background color is #15312E.


Border color

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

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

This div border color is #15312E.


Opacity

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

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

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

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

This text has shadow with #15312E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15312E on black background.


Color preview on white background

This text has color #15312E on white background.



Black color preview on #15312E background

This text has black color on #15312E background.


White color preview on #15312E background

This text has white color on #15312E background.