COLOR #15582D

HEX: #15582D
RGB: (21,88,45)

Color info

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

RGB color model

#15582D color RGB value is (21,88,45).

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

RGB channels and saturation

R 21 of 255 = 8%
G 88 of 255 = 35%
B 45 of 255 = 18%

21
88
45

R + G + B ~ 20%. #15582D is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 88 + 45 = 154 (100%)
R 21 of 154 ~ 13.64%
G 88 of 154 ~ 57.14%
B 45 of 154 ~ 29.22%

%13.64
%57.14
%29.22

CMYK color model

#15582D color CMYK value is (76,0,49,65).

  • cyan value is 76.14%
  • magenta value is 0.00%
  • yellow value is 48.86%
  • key color value is 65.49%
CMYK:
(76,0,49,65)
C76M0Y49K65 
(76%,0%,49%,65%)
(0.76/0.00/0.49/0.65)	

CMYK percentages

%76.14
%0
%48.86
%65.49

Codes

Color #15582D in popluar color models

15582D
RGB218845
HSL141°61.47%21.37%
HSB/HSV141°76.14%34.51%
CMYK76.14%0.00%48.86%
65.49%

Color #15582D in popluar number systems.

HEX15582D
Decimal218845
Binary101011011000101101
Octal2513055

Shades and tints

Shades of #15582D

#15582D
(21,88,45)
#145029
(20,80,41)
#134825
(19,72,37)
#124021
(18,64,33)
#11381D
(17,56,29)
#103019
(16,48,25)
#0F2815
(15,40,21)
#0E2011
(14,32,17)
#0D180D
(13,24,13)
#0C1009
(12,16,9)
#0B0805
(11,8,5)
#000000
(0,0,0)

Tints of #15582D

#15582D
(21,88,45)
#2A6740
(42,103,64)
#3F7653
(63,118,83)
#548566
(84,133,102)
#699479
(105,148,121)
#7EA38C
(126,163,140)
#93B29F
(147,178,159)
#A8C1B2
(168,193,178)
#BDD0C5
(189,208,197)
#D2DFD8
(210,223,216)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15582D; }

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

This text font color is #15582D.


Background Color

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

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

This div background color is #15582D.


Border color

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

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

This div border color is #15582D.


Opacity

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

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

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

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

This text has shadow with #15582D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15582D on black background.


Color preview on white background

This text has color #15582D on white background.



Black color preview on #15582D background

This text has black color on #15582D background.


White color preview on #15582D background

This text has white color on #15582D background.