COLOR #155741

HEX: #155741
RGB: (21,87,65)

Color info

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

RGB color model

#155741 color RGB value is (21,87,65).

  • red value is 21;
  • green value is 87;
  • blue value is 65.
RGB:
(21,87,65)
(8%,34%,25%)

RGB channels and saturation

R 21 of 255 = 8%
G 87 of 255 = 34%
B 65 of 255 = 25%

21
87
65

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

Portions of RGB colors in percentages

R + G + B =
21 + 87 + 65 = 173 (100%)
R 21 of 173 ~ 12.14%
G 87 of 173 ~ 50.29%
B 65 of 173 ~ 37.57%

%12.14
%50.29
%37.57

CMYK color model

#155741 color CMYK value is (76,0,25,66).

  • cyan value is 75.86%
  • magenta value is 0.00%
  • yellow value is 25.29%
  • key color value is 65.88%
CMYK:
(76,0,25,66)
C76M0Y25K66 
(76%,0%,25%,66%)
(0.76/0.00/0.25/0.66)	

CMYK percentages

%75.86
%0
%25.29
%65.88

Codes

Color #155741 in popluar color models

155741
RGB218765
HSL160°61.11%21.18%
HSB/HSV160°75.86%34.12%
CMYK75.86%0.00%25.29%
65.88%

Color #155741 in popluar number systems.

HEX155741
Decimal218765
Binary1010110101111000001
Octal25127101

Shades and tints

Shades of #155741

#155741
(21,87,65)
#14503C
(20,80,60)
#134937
(19,73,55)
#124232
(18,66,50)
#113B2D
(17,59,45)
#103428
(16,52,40)
#0F2D23
(15,45,35)
#0E261E
(14,38,30)
#0D1F19
(13,31,25)
#0C1814
(12,24,20)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #155741

#155741
(21,87,65)
#2A6652
(42,102,82)
#3F7563
(63,117,99)
#548474
(84,132,116)
#699385
(105,147,133)
#7EA296
(126,162,150)
#93B1A7
(147,177,167)
#A8C0B8
(168,192,184)
#BDCFC9
(189,207,201)
#D2DEDA
(210,222,218)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #155741 color. Also use rgb(21,87,65) instead hex code.

Text Font Color

.myTextColor { color: #155741; }

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

This text font color is #155741.


Background Color

.myBgColor { background-color: #155741; }

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

This div background color is #155741.


Border color

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

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

This div border color is #155741.


Opacity

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

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

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

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

This text has shadow with #155741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155741 on black background.


Color preview on white background

This text has color #155741 on white background.



Black color preview on #155741 background

This text has black color on #155741 background.


White color preview on #155741 background

This text has white color on #155741 background.