COLOR #15844E

HEX: #15844E
RGB: (21,132,78)

Color info

#15844E contains mainly green and blue colors. Web safe color of #15844E is #009966 (or #096).

RGB color model

#15844E color RGB value is (21,132,78).

  • red value is 21;
  • green value is 132;
  • blue value is 78.
RGB:
(21,132,78)
(8%,52%,31%)

RGB channels and saturation

R 21 of 255 = 8%
G 132 of 255 = 52%
B 78 of 255 = 31%

21
132
78

R + G + B ~ 30%. #15844E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 132 + 78 = 231 (100%)
R 21 of 231 ~ 9.09%
G 132 of 231 ~ 57.14%
B 78 of 231 ~ 33.77%

%57.14
%33.77

CMYK color model

#15844E color CMYK value is (84,0,41,48).

  • cyan value is 84.09%
  • magenta value is 0.00%
  • yellow value is 40.91%
  • key color value is 48.24%
CMYK:
(84,0,41,48)
C84M0Y41K48 
(84%,0%,41%,48%)
(0.84/0.00/0.41/0.48)	

CMYK percentages

%84.09
%0
%40.91
%48.24

Codes

Color #15844E in popluar color models

15844E
RGB2113278
HSL151°72.55%30.00%
HSB/HSV151°84.09%51.76%
CMYK84.09%0.00%40.91%
48.24%

Color #15844E in popluar number systems.

HEX15844E
Decimal2113278
Binary10101100001001001110
Octal25204116

Shades and tints

Shades of #15844E

#15844E
(21,132,78)
#147847
(20,120,71)
#136C40
(19,108,64)
#126039
(18,96,57)
#115432
(17,84,50)
#10482B
(16,72,43)
#0F3C24
(15,60,36)
#0E301D
(14,48,29)
#0D2416
(13,36,22)
#0C180F
(12,24,15)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #15844E

#15844E
(21,132,78)
#2A8F5E
(42,143,94)
#3F9A6E
(63,154,110)
#54A57E
(84,165,126)
#69B08E
(105,176,142)
#7EBB9E
(126,187,158)
#93C6AE
(147,198,174)
#A8D1BE
(168,209,190)
#BDDCCE
(189,220,206)
#D2E7DE
(210,231,222)
#E7F2EE
(231,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15844E color. Also use rgb(21,132,78) instead hex code.

Text Font Color

.myTextColor { color: #15844E; }

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

This text font color is #15844E.


Background Color

.myBgColor { background-color: #15844E; }

<div style="background-color:#15844E">Inner text</div>

This div background color is #15844E.


Border color

.myBorderColor { border: 1px solid #15844E; }

<div style="border:3px solid #15844E">Div</div>

This div border color is #15844E.


Opacity

.myOpacity80 { color: #15844E; opacity: 0.8; }

<p style="color:#15844E;opacity:0.8;">80%</p>

Text with #15844E 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 #15844E;}

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

This text has shadow with #15844E color.

.textShadow {text-shadow: 3px 3px 1px #15844E, 3px 3px 1px red;}

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

This text has shadow with #15844E primary color and red secondary color.


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

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

This text has shadow with #15844E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15844E on black background.


Color preview on white background

This text has color #15844E on white background.



Black color preview on #15844E background

This text has black color on #15844E background.


White color preview on #15844E background

This text has white color on #15844E background.