COLOR #15513F

HEX: #15513F
RGB: (21,81,63)

Color info

#15513F contains mainly green and blue colors. Web safe color of #15513F is #006633 (or #063).

RGB color model

#15513F color RGB value is (21,81,63).

  • red value is 21;
  • green value is 81;
  • blue value is 63.
RGB: (21,81,63) (8%,32%,25%)

RGB channels and saturation

R 21 of 255 = 8%
G 81 of 255 = 32%
B 63 of 255 = 25%

21
81
63

R + G + B ~ 22%. #15513F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 81 + 63 = 165 (100%)
R 21 of 165 ~ 12.73%
G 81 of 165 ~ 49.09%
B 63 of 165 ~ 38.18%

%12.73
%49.09
%38.18

CMYK color model

#15513F color CMYK value is (74,0,22,68).

  • cyan value is 74.07%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 68.24%
CMYK: (74,0,22,68) C74M0Y22K68 (74%,0%,22%,68%) (0.74/0.00/0.22/0.68)

CMYK percentages

%74.07
%0
%22.22
%68.24

Codes

Color #15513F in popluar color models

15513F
RGB218163
HSL162°58.82%20.00%
HSB/HSV162°74.07%31.76%
CMYK74.07%0.00%22.22%
68.24%

Color #15513F in popluar number systems.

HEX15513F
Decimal218163
Binary101011010001111111
Octal2512177

Shades and tints

Shades of #15513F

#15513F
(21,81,63)
#144A3A
(20,74,58)
#134335
(19,67,53)
#123C30
(18,60,48)
#11352B
(17,53,43)
#102E26
(16,46,38)
#0F2721
(15,39,33)
#0E201C
(14,32,28)
#0D1917
(13,25,23)
#0C1212
(12,18,18)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #15513F

#15513F
(21,81,63)
#2A6050
(42,96,80)
#3F6F61
(63,111,97)
#547E72
(84,126,114)
#698D83
(105,141,131)
#7E9C94
(126,156,148)
#93ABA5
(147,171,165)
#A8BAB6
(168,186,182)
#BDC9C7
(189,201,199)
#D2D8D8
(210,216,216)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15513F color. Also use rgb(21,81,63) instead hex code.

Text Font Color

.myTextColor { color: #15513F; }

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

This text font color is #15513F.


Background Color

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

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

This div background color is #15513F.


Border color

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

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

This div border color is #15513F.


Opacity

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

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

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

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

This text has shadow with #15513F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #15513F on black background.


Color preview on white background

This text has color #15513F on white background.



Black color preview on #15513F background

This text has black color on #15513F background.


White color preview on #15513F background

This text has white color on #15513F background.