COLOR #15413C

HEX: #15413C
RGB: (21,65,60)

Color info

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

RGB color model

#15413C color RGB value is (21,65,60).

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

RGB channels and saturation

R 21 of 255 = 8%
G 65 of 255 = 25%
B 60 of 255 = 24%

21
65
60

R + G + B ~ 19%. #15413C is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 65 + 60 = 146 (100%)
R 21 of 146 ~ 14.38%
G 65 of 146 ~ 44.52%
B 60 of 146 ~ 41.1%

%14.38
%44.52
%41.1

CMYK color model

#15413C color CMYK value is (68,0,8,75).

  • cyan value is 67.69%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 74.51%
CMYK:
(68,0,8,75)
C68M0Y8K75 
(68%,0%,8%,75%)
(0.68/0.00/0.08/0.75)	

CMYK percentages

%67.69
%0
%7.69
%74.51

Codes

Color #15413C in popluar color models

15413C
RGB216560
HSL173°51.16%16.86%
HSB/HSV173°67.69%25.49%
CMYK67.69%0.00%7.69%
74.51%

Color #15413C in popluar number systems.

HEX15413C
Decimal216560
Binary101011000001111100
Octal2510174

Shades and tints

Shades of #15413C

#15413C
(21,65,60)
#143C37
(20,60,55)
#133732
(19,55,50)
#12322D
(18,50,45)
#112D28
(17,45,40)
#102823
(16,40,35)
#0F231E
(15,35,30)
#0E1E19
(14,30,25)
#0D1914
(13,25,20)
#0C140F
(12,20,15)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #15413C

#15413C
(21,65,60)
#2A524D
(42,82,77)
#3F635E
(63,99,94)
#54746F
(84,116,111)
#698580
(105,133,128)
#7E9691
(126,150,145)
#93A7A2
(147,167,162)
#A8B8B3
(168,184,179)
#BDC9C4
(189,201,196)
#D2DAD5
(210,218,213)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15413C color. Also use rgb(21,65,60) instead hex code.

Text Font Color

.myTextColor { color: #15413C; }

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

This text font color is #15413C.


Background Color

.myBgColor { background-color: #15413C; }

<div style="background-color:#15413C">Inner text</div>

This div background color is #15413C.


Border color

.myBorderColor { border: 1px solid #15413C; }

<div style="border:3px solid #15413C">Div</div>

This div border color is #15413C.


Opacity

.myOpacity80 { color: #15413C; opacity: 0.8; }

<p style="color:#15413C;opacity:0.8;">80%</p>

Text with #15413C 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 #15413C;}

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

This text has shadow with #15413C color.

.textShadow {text-shadow: 3px 3px 1px #15413C, 3px 3px 1px red;}

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

This text has shadow with #15413C primary color and red secondary color.


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

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

This text has shadow with #15413C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15413C on black background.


Color preview on white background

This text has color #15413C on white background.



Black color preview on #15413C background

This text has black color on #15413C background.


White color preview on #15413C background

This text has white color on #15413C background.