COLOR #15B05D

HEX: #15B05D
RGB: (21,176,93)

Color info

#15B05D contains mainly green color. Web safe color of #15B05D is #009966 (or #096).

RGB color model

#15B05D color RGB value is (21,176,93).

  • red value is 21;
  • green value is 176;
  • blue value is 93.
RGB:
(21,176,93)
(8%,69%,36%)

RGB channels and saturation

R 21 of 255 = 8%
G 176 of 255 = 69%
B 93 of 255 = 36%

21
176
93

R + G + B ~ 38%. #15B05D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 176 + 93 = 290 (100%)
R 21 of 290 ~ 7.24%
G 176 of 290 ~ 60.69%
B 93 of 290 ~ 32.07%

%60.69
%32.07

CMYK color model

#15B05D color CMYK value is (88,0,47,31).

  • cyan value is 88.07%
  • magenta value is 0.00%
  • yellow value is 47.16%
  • key color value is 30.98%
CMYK:
(88,0,47,31)
C88M0Y47K31 
(88%,0%,47%,31%)
(0.88/0.00/0.47/0.31)	

CMYK percentages

%88.07
%0
%47.16
%30.98

Codes

Color #15B05D in popluar color models

15B05D
RGB2117693
HSL148°78.68%38.63%
HSB/HSV148°88.07%69.02%
CMYK88.07%0.00%47.16%
30.98%

Color #15B05D in popluar number systems.

HEX15B05D
Decimal2117693
Binary10101101100001011101
Octal25260135

Shades and tints

Shades of #15B05D

#15B05D
(21,176,93)
#14A055
(20,160,85)
#13904D
(19,144,77)
#128045
(18,128,69)
#11703D
(17,112,61)
#106035
(16,96,53)
#0F502D
(15,80,45)
#0E4025
(14,64,37)
#0D301D
(13,48,29)
#0C2015
(12,32,21)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #15B05D

#15B05D
(21,176,93)
#2AB76B
(42,183,107)
#3FBE79
(63,190,121)
#54C587
(84,197,135)
#69CC95
(105,204,149)
#7ED3A3
(126,211,163)
#93DAB1
(147,218,177)
#A8E1BF
(168,225,191)
#BDE8CD
(189,232,205)
#D2EFDB
(210,239,219)
#E7F6E9
(231,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15B05D color. Also use rgb(21,176,93) instead hex code.

Text Font Color

.myTextColor { color: #15B05D; }

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

This text font color is #15B05D.


Background Color

.myBgColor { background-color: #15B05D; }

<div style="background-color:#15B05D">Inner text</div>

This div background color is #15B05D.


Border color

.myBorderColor { border: 1px solid #15B05D; }

<div style="border:3px solid #15B05D">Div</div>

This div border color is #15B05D.


Opacity

.myOpacity80 { color: #15B05D; opacity: 0.8; }

<p style="color:#15B05D;opacity:0.8;">80%</p>

Text with #15B05D 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 #15B05D;}

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

This text has shadow with #15B05D color.

.textShadow {text-shadow: 3px 3px 1px #15B05D, 3px 3px 1px red;}

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

This text has shadow with #15B05D primary color and red secondary color.


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

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

This text has shadow with #15B05D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15B05D on black background.


Color preview on white background

This text has color #15B05D on white background.



Black color preview on #15B05D background

This text has black color on #15B05D background.


White color preview on #15B05D background

This text has white color on #15B05D background.