COLOR #15412D

HEX: #15412D
RGB: (21,65,45)

Color info

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

RGB color model

#15412D color RGB value is (21,65,45).

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

RGB channels and saturation

R 21 of 255 = 8%
G 65 of 255 = 25%
B 45 of 255 = 18%

21
65
45

R + G + B ~ 17%. #15412D is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 65 + 45 = 131 (100%)
R 21 of 131 ~ 16.03%
G 65 of 131 ~ 49.62%
B 45 of 131 ~ 34.35%

%16.03
%49.62
%34.35

CMYK color model

#15412D color CMYK value is (68,0,31,75).

  • cyan value is 67.69%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 74.51%
CMYK:
(68,0,31,75)
C68M0Y31K75 
(68%,0%,31%,75%)
(0.68/0.00/0.31/0.75)	

CMYK percentages

%67.69
%0
%30.77
%74.51

Codes

Color #15412D in popluar color models

15412D
RGB216545
HSL153°51.16%16.86%
HSB/HSV153°67.69%25.49%
CMYK67.69%0.00%30.77%
74.51%

Color #15412D in popluar number systems.

HEX15412D
Decimal216545
Binary101011000001101101
Octal2510155

Shades and tints

Shades of #15412D

#15412D
(21,65,45)
#143C29
(20,60,41)
#133725
(19,55,37)
#123221
(18,50,33)
#112D1D
(17,45,29)
#102819
(16,40,25)
#0F2315
(15,35,21)
#0E1E11
(14,30,17)
#0D190D
(13,25,13)
#0C1409
(12,20,9)
#0B0F05
(11,15,5)
#000000
(0,0,0)

Tints of #15412D

#15412D
(21,65,45)
#2A5240
(42,82,64)
#3F6353
(63,99,83)
#547466
(84,116,102)
#698579
(105,133,121)
#7E968C
(126,150,140)
#93A79F
(147,167,159)
#A8B8B2
(168,184,178)
#BDC9C5
(189,201,197)
#D2DAD8
(210,218,216)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15412D; }

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

This text font color is #15412D.


Background Color

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

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

This div background color is #15412D.


Border color

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

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

This div border color is #15412D.


Opacity

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

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

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

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

This text has shadow with #15412D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15412D on black background.


Color preview on white background

This text has color #15412D on white background.



Black color preview on #15412D background

This text has black color on #15412D background.


White color preview on #15412D background

This text has white color on #15412D background.