COLOR #155249

HEX: #155249
RGB: (21,82,73)

Color info

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

RGB color model

#155249 color RGB value is (21,82,73).

  • red value is 21;
  • green value is 82;
  • blue value is 73.
RGB:
(21,82,73)
(8%,32%,29%)

RGB channels and saturation

R 21 of 255 = 8%
G 82 of 255 = 32%
B 73 of 255 = 29%

21
82
73

R + G + B ~ 23%. #155249 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 82 + 73 = 176 (100%)
R 21 of 176 ~ 11.93%
G 82 of 176 ~ 46.59%
B 73 of 176 ~ 41.48%

%11.93
%46.59
%41.48

CMYK color model

#155249 color CMYK value is (74,0,11,68).

  • cyan value is 74.39%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 67.84%
CMYK:
(74,0,11,68)
C74M0Y11K68 
(74%,0%,11%,68%)
(0.74/0.00/0.11/0.68)	

CMYK percentages

%74.39
%0
%10.98
%67.84

Codes

Color #155249 in popluar color models

155249
RGB218273
HSL171°59.22%20.20%
HSB/HSV171°74.39%32.16%
CMYK74.39%0.00%10.98%
67.84%

Color #155249 in popluar number systems.

HEX155249
Decimal218273
Binary1010110100101001001
Octal25122111

Shades and tints

Shades of #155249

#155249
(21,82,73)
#144B43
(20,75,67)
#13443D
(19,68,61)
#123D37
(18,61,55)
#113631
(17,54,49)
#102F2B
(16,47,43)
#0F2825
(15,40,37)
#0E211F
(14,33,31)
#0D1A19
(13,26,25)
#0C1313
(12,19,19)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #155249

#155249
(21,82,73)
#2A6159
(42,97,89)
#3F7069
(63,112,105)
#547F79
(84,127,121)
#698E89
(105,142,137)
#7E9D99
(126,157,153)
#93ACA9
(147,172,169)
#A8BBB9
(168,187,185)
#BDCAC9
(189,202,201)
#D2D9D9
(210,217,217)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #155249 color. Also use rgb(21,82,73) instead hex code.

Text Font Color

.myTextColor { color: #155249; }

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

This text font color is #155249.


Background Color

.myBgColor { background-color: #155249; }

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

This div background color is #155249.


Border color

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

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

This div border color is #155249.


Opacity

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

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

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

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

This text has shadow with #155249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155249 on black background.


Color preview on white background

This text has color #155249 on white background.



Black color preview on #155249 background

This text has black color on #155249 background.


White color preview on #155249 background

This text has white color on #155249 background.