COLOR #155837

HEX: #155837
RGB: (21,88,55)

Color info

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

RGB color model

#155837 color RGB value is (21,88,55).

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

RGB channels and saturation

R 21 of 255 = 8%
G 88 of 255 = 35%
B 55 of 255 = 22%

21
88
55

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

Portions of RGB colors in percentages

R + G + B =
21 + 88 + 55 = 164 (100%)
R 21 of 164 ~ 12.8%
G 88 of 164 ~ 53.66%
B 55 of 164 ~ 33.54%

%12.8
%53.66
%33.54

CMYK color model

#155837 color CMYK value is (76,0,38,65).

  • cyan value is 76.14%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 65.49%
CMYK:
(76,0,38,65)
C76M0Y38K65 
(76%,0%,38%,65%)
(0.76/0.00/0.38/0.65)	

CMYK percentages

%76.14
%0
%37.5
%65.49

Codes

Color #155837 in popluar color models

155837
RGB218855
HSL150°61.47%21.37%
HSB/HSV150°76.14%34.51%
CMYK76.14%0.00%37.50%
65.49%

Color #155837 in popluar number systems.

HEX155837
Decimal218855
Binary101011011000110111
Octal2513067

Shades and tints

Shades of #155837

#155837
(21,88,55)
#145032
(20,80,50)
#13482D
(19,72,45)
#124028
(18,64,40)
#113823
(17,56,35)
#10301E
(16,48,30)
#0F2819
(15,40,25)
#0E2014
(14,32,20)
#0D180F
(13,24,15)
#0C100A
(12,16,10)
#0B0805
(11,8,5)
#000000
(0,0,0)

Tints of #155837

#155837
(21,88,55)
#2A6749
(42,103,73)
#3F765B
(63,118,91)
#54856D
(84,133,109)
#69947F
(105,148,127)
#7EA391
(126,163,145)
#93B2A3
(147,178,163)
#A8C1B5
(168,193,181)
#BDD0C7
(189,208,199)
#D2DFD9
(210,223,217)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #155837; }

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

This text font color is #155837.


Background Color

.myBgColor { background-color: #155837; }

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

This div background color is #155837.


Border color

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

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

This div border color is #155837.


Opacity

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

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

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

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

This text has shadow with #155837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155837 on black background.


Color preview on white background

This text has color #155837 on white background.



Black color preview on #155837 background

This text has black color on #155837 background.


White color preview on #155837 background

This text has white color on #155837 background.