COLOR #155047

HEX: #155047
RGB: (21,80,71)

Color info

#155047 contains red, green and blue colors in about the same proportion. Web safe color of #155047 is #006633 (or #063).

RGB color model

#155047 color RGB value is (21,80,71).

  • red value is 21;
  • green value is 80;
  • blue value is 71.
RGB:
(21,80,71)
(8%,31%,28%)

RGB channels and saturation

R 21 of 255 = 8%
G 80 of 255 = 31%
B 71 of 255 = 28%

21
80
71

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

Portions of RGB colors in percentages

R + G + B =
21 + 80 + 71 = 172 (100%)
R 21 of 172 ~ 12.21%
G 80 of 172 ~ 46.51%
B 71 of 172 ~ 41.28%

%12.21
%46.51
%41.28

CMYK color model

#155047 color CMYK value is (74,0,11,69).

  • cyan value is 73.75%
  • magenta value is 0.00%
  • yellow value is 11.25%
  • key color value is 68.63%
CMYK:
(74,0,11,69)
C74M0Y11K69 
(74%,0%,11%,69%)
(0.74/0.00/0.11/0.69)	

CMYK percentages

%73.75
%0
%11.25
%68.63

Codes

Color #155047 in popluar color models

155047
RGB218071
HSL171°58.42%19.80%
HSB/HSV171°73.75%31.37%
CMYK73.75%0.00%11.25%
68.63%

Color #155047 in popluar number systems.

HEX155047
Decimal218071
Binary1010110100001000111
Octal25120107

Shades and tints

Shades of #155047

#155047
(21,80,71)
#144941
(20,73,65)
#13423B
(19,66,59)
#123B35
(18,59,53)
#11342F
(17,52,47)
#102D29
(16,45,41)
#0F2623
(15,38,35)
#0E1F1D
(14,31,29)
#0D1817
(13,24,23)
#0C1111
(12,17,17)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #155047

#155047
(21,80,71)
#2A5F57
(42,95,87)
#3F6E67
(63,110,103)
#547D77
(84,125,119)
#698C87
(105,140,135)
#7E9B97
(126,155,151)
#93AAA7
(147,170,167)
#A8B9B7
(168,185,183)
#BDC8C7
(189,200,199)
#D2D7D7
(210,215,215)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #155047 color. Also use rgb(21,80,71) instead hex code.

Text Font Color

.myTextColor { color: #155047; }

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

This text font color is #155047.


Background Color

.myBgColor { background-color: #155047; }

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

This div background color is #155047.


Border color

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

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

This div border color is #155047.


Opacity

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

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

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

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

This text has shadow with #155047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155047 on black background.


Color preview on white background

This text has color #155047 on white background.



Black color preview on #155047 background

This text has black color on #155047 background.


White color preview on #155047 background

This text has white color on #155047 background.