COLOR #155537

HEX: #155537
RGB: (21,85,55)

Color info

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

RGB color model

#155537 color RGB value is (21,85,55).

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

RGB channels and saturation

R 21 of 255 = 8%
G 85 of 255 = 33%
B 55 of 255 = 22%

21
85
55

R + G + B ~ 21%. #155537 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 85 + 55 = 161 (100%)
R 21 of 161 ~ 13.04%
G 85 of 161 ~ 52.8%
B 55 of 161 ~ 34.16%

%13.04
%52.8
%34.16

CMYK color model

#155537 color CMYK value is (75,0,35,67).

  • cyan value is 75.29%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 66.67%
CMYK:
(75,0,35,67)
C75M0Y35K67 
(75%,0%,35%,67%)
(0.75/0.00/0.35/0.67)	

CMYK percentages

%75.29
%0
%35.29
%66.67

Codes

Color #155537 in popluar color models

155537
RGB218555
HSL152°60.38%20.78%
HSB/HSV152°75.29%33.33%
CMYK75.29%0.00%35.29%
66.67%

Color #155537 in popluar number systems.

HEX155537
Decimal218555
Binary101011010101110111
Octal2512567

Shades and tints

Shades of #155537

#155537
(21,85,55)
#144E32
(20,78,50)
#13472D
(19,71,45)
#124028
(18,64,40)
#113923
(17,57,35)
#10321E
(16,50,30)
#0F2B19
(15,43,25)
#0E2414
(14,36,20)
#0D1D0F
(13,29,15)
#0C160A
(12,22,10)
#0B0F05
(11,15,5)
#000000
(0,0,0)

Tints of #155537

#155537
(21,85,55)
#2A6449
(42,100,73)
#3F735B
(63,115,91)
#54826D
(84,130,109)
#69917F
(105,145,127)
#7EA091
(126,160,145)
#93AFA3
(147,175,163)
#A8BEB5
(168,190,181)
#BDCDC7
(189,205,199)
#D2DCD9
(210,220,217)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #155537; }

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

This text font color is #155537.


Background Color

.myBgColor { background-color: #155537; }

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

This div background color is #155537.


Border color

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

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

This div border color is #155537.


Opacity

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

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

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

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

This text has shadow with #155537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155537 on black background.


Color preview on white background

This text has color #155537 on white background.



Black color preview on #155537 background

This text has black color on #155537 background.


White color preview on #155537 background

This text has white color on #155537 background.