COLOR #155248

HEX: #155248
RGB: (21,82,72)

Color info

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

RGB color model

#155248 color RGB value is (21,82,72).

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

RGB channels and saturation

R 21 of 255 = 8%
G 82 of 255 = 32%
B 72 of 255 = 28%

21
82
72

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

Portions of RGB colors in percentages

R + G + B =
21 + 82 + 72 = 175 (100%)
R 21 of 175 ~ 12%
G 82 of 175 ~ 46.86%
B 72 of 175 ~ 41.14%

%12
%46.86
%41.14

CMYK color model

#155248 color CMYK value is (74,0,12,68).

  • cyan value is 74.39%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 67.84%
CMYK:
(74,0,12,68)
C74M0Y12K68 
(74%,0%,12%,68%)
(0.74/0.00/0.12/0.68)	

CMYK percentages

%74.39
%0
%12.2
%67.84

Codes

Color #155248 in popluar color models

155248
RGB218272
HSL170°59.22%20.20%
HSB/HSV170°74.39%32.16%
CMYK74.39%0.00%12.20%
67.84%

Color #155248 in popluar number systems.

HEX155248
Decimal218272
Binary1010110100101001000
Octal25122110

Shades and tints

Shades of #155248

#155248
(21,82,72)
#144B42
(20,75,66)
#13443C
(19,68,60)
#123D36
(18,61,54)
#113630
(17,54,48)
#102F2A
(16,47,42)
#0F2824
(15,40,36)
#0E211E
(14,33,30)
#0D1A18
(13,26,24)
#0C1312
(12,19,18)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #155248

#155248
(21,82,72)
#2A6158
(42,97,88)
#3F7068
(63,112,104)
#547F78
(84,127,120)
#698E88
(105,142,136)
#7E9D98
(126,157,152)
#93ACA8
(147,172,168)
#A8BBB8
(168,187,184)
#BDCAC8
(189,202,200)
#D2D9D8
(210,217,216)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #155248; }

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

This text font color is #155248.


Background Color

.myBgColor { background-color: #155248; }

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

This div background color is #155248.


Border color

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

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

This div border color is #155248.


Opacity

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

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

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

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

This text has shadow with #155248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155248 on black background.


Color preview on white background

This text has color #155248 on white background.



Black color preview on #155248 background

This text has black color on #155248 background.


White color preview on #155248 background

This text has white color on #155248 background.