COLOR #155251

HEX: #155251
RGB: (21,82,81)

Color info

#155251 contains mainly green and blue colors. Web safe color of #155251 is #006666 (or #066).

RGB color model

#155251 color RGB value is (21,82,81).

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

RGB channels and saturation

R 21 of 255 = 8%
G 82 of 255 = 32%
B 81 of 255 = 32%

21
82
81

R + G + B ~ 24%. #155251 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 82 + 81 = 184 (100%)
R 21 of 184 ~ 11.41%
G 82 of 184 ~ 44.57%
B 81 of 184 ~ 44.02%

%11.41
%44.57
%44.02

CMYK color model

#155251 color CMYK value is (74,0,1,68).

  • cyan value is 74.39%
  • magenta value is 0.00%
  • yellow value is 1.22%
  • key color value is 67.84%
CMYK:
(74,0,1,68)
C74M0Y1K68 
(74%,0%,1%,68%)
(0.74/0.00/0.01/0.68)	

CMYK percentages

%74.39
%0
%1.22
%67.84

Codes

Color #155251 in popluar color models

155251
RGB218281
HSL179°59.22%20.20%
HSB/HSV179°74.39%32.16%
CMYK74.39%0.00%1.22%
67.84%

Color #155251 in popluar number systems.

HEX155251
Decimal218281
Binary1010110100101010001
Octal25122121

Shades and tints

Shades of #155251

#155251
(21,82,81)
#144B4A
(20,75,74)
#134443
(19,68,67)
#123D3C
(18,61,60)
#113635
(17,54,53)
#102F2E
(16,47,46)
#0F2827
(15,40,39)
#0E2120
(14,33,32)
#0D1A19
(13,26,25)
#0C1312
(12,19,18)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #155251

#155251
(21,82,81)
#2A6160
(42,97,96)
#3F706F
(63,112,111)
#547F7E
(84,127,126)
#698E8D
(105,142,141)
#7E9D9C
(126,157,156)
#93ACAB
(147,172,171)
#A8BBBA
(168,187,186)
#BDCAC9
(189,202,201)
#D2D9D8
(210,217,216)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #155251; }

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

This text font color is #155251.


Background Color

.myBgColor { background-color: #155251; }

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

This div background color is #155251.


Border color

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

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

This div border color is #155251.


Opacity

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

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

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

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

This text has shadow with #155251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155251 on black background.


Color preview on white background

This text has color #155251 on white background.



Black color preview on #155251 background

This text has black color on #155251 background.


White color preview on #155251 background

This text has white color on #155251 background.