COLOR #15342F

HEX: #15342F
RGB: (21,52,47)

Color info

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

RGB color model

#15342F color RGB value is (21,52,47).

  • red value is 21;
  • green value is 52;
  • blue value is 47.
RGB:
(21,52,47)
(8%,20%,18%)

RGB channels and saturation

R 21 of 255 = 8%
G 52 of 255 = 20%
B 47 of 255 = 18%

21
52
47

R + G + B ~ 15%. #15342F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 52 + 47 = 120 (100%)
R 21 of 120 ~ 17.5%
G 52 of 120 ~ 43.33%
B 47 of 120 ~ 39.17%

%17.5
%43.33
%39.17

CMYK color model

#15342F color CMYK value is (60,0,10,80).

  • cyan value is 59.62%
  • magenta value is 0.00%
  • yellow value is 9.62%
  • key color value is 79.61%
CMYK:
(60,0,10,80)
C60M0Y10K80 
(60%,0%,10%,80%)
(0.60/0.00/0.10/0.80)	

CMYK percentages

%59.62
%0
%9.62
%79.61

Codes

Color #15342F in popluar color models

15342F
RGB215247
HSL170°42.47%14.31%
HSB/HSV170°59.62%20.39%
CMYK59.62%0.00%9.62%
79.61%

Color #15342F in popluar number systems.

HEX15342F
Decimal215247
Binary10101110100101111
Octal256457

Shades and tints

Shades of #15342F

#15342F
(21,52,47)
#14302B
(20,48,43)
#132C27
(19,44,39)
#122823
(18,40,35)
#11241F
(17,36,31)
#10201B
(16,32,27)
#0F1C17
(15,28,23)
#0E1813
(14,24,19)
#0D140F
(13,20,15)
#0C100B
(12,16,11)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #15342F

#15342F
(21,52,47)
#2A4641
(42,70,65)
#3F5853
(63,88,83)
#546A65
(84,106,101)
#697C77
(105,124,119)
#7E8E89
(126,142,137)
#93A09B
(147,160,155)
#A8B2AD
(168,178,173)
#BDC4BF
(189,196,191)
#D2D6D1
(210,214,209)
#E7E8E3
(231,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15342F color. Also use rgb(21,52,47) instead hex code.

Text Font Color

.myTextColor { color: #15342F; }

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

This text font color is #15342F.


Background Color

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

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

This div background color is #15342F.


Border color

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

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

This div border color is #15342F.


Opacity

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

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

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

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

This text has shadow with #15342F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15342F on black background.


Color preview on white background

This text has color #15342F on white background.



Black color preview on #15342F background

This text has black color on #15342F background.


White color preview on #15342F background

This text has white color on #15342F background.