COLOR #155627

HEX: #155627
RGB: (21,86,39)

Color info

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

RGB color model

#155627 color RGB value is (21,86,39).

  • red value is 21;
  • green value is 86;
  • blue value is 39.
RGB:
(21,86,39)
(8%,34%,15%)

RGB channels and saturation

R 21 of 255 = 8%
G 86 of 255 = 34%
B 39 of 255 = 15%

21
86
39

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

Portions of RGB colors in percentages

R + G + B =
21 + 86 + 39 = 146 (100%)
R 21 of 146 ~ 14.38%
G 86 of 146 ~ 58.9%
B 39 of 146 ~ 26.71%

%14.38
%58.9
%26.71

CMYK color model

#155627 color CMYK value is (76,0,55,66).

  • cyan value is 75.58%
  • magenta value is 0.00%
  • yellow value is 54.65%
  • key color value is 66.27%
CMYK:
(76,0,55,66)
C76M0Y55K66 
(76%,0%,55%,66%)
(0.76/0.00/0.55/0.66)	

CMYK percentages

%75.58
%0
%54.65
%66.27

Codes

Color #155627 in popluar color models

155627
RGB218639
HSL137°60.75%20.98%
HSB/HSV137°75.58%33.73%
CMYK75.58%0.00%54.65%
66.27%

Color #155627 in popluar number systems.

HEX155627
Decimal218639
Binary101011010110100111
Octal2512647

Shades and tints

Shades of #155627

#155627
(21,86,39)
#144F24
(20,79,36)
#134821
(19,72,33)
#12411E
(18,65,30)
#113A1B
(17,58,27)
#103318
(16,51,24)
#0F2C15
(15,44,21)
#0E2512
(14,37,18)
#0D1E0F
(13,30,15)
#0C170C
(12,23,12)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #155627

#155627
(21,86,39)
#2A653A
(42,101,58)
#3F744D
(63,116,77)
#548360
(84,131,96)
#699273
(105,146,115)
#7EA186
(126,161,134)
#93B099
(147,176,153)
#A8BFAC
(168,191,172)
#BDCEBF
(189,206,191)
#D2DDD2
(210,221,210)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #155627 color. Also use rgb(21,86,39) instead hex code.

Text Font Color

.myTextColor { color: #155627; }

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

This text font color is #155627.


Background Color

.myBgColor { background-color: #155627; }

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

This div background color is #155627.


Border color

.myBorderColor { border: 1px solid #155627; }

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

This div border color is #155627.


Opacity

.myOpacity80 { color: #155627; opacity: 0.8; }

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

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

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

This text has shadow with #155627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155627 on black background.


Color preview on white background

This text has color #155627 on white background.



Black color preview on #155627 background

This text has black color on #155627 background.


White color preview on #155627 background

This text has white color on #155627 background.