COLOR #549D89

HEX: #549D89
RGB: (84,157,137)

Color info

#549D89 contains mainly green and blue colors. Web safe color of #549D89 is #669999 (or #699).

RGB color model

#549D89 color RGB value is (84,157,137).

  • red value is 84;
  • green value is 157;
  • blue value is 137.
RGB:
(84,157,137)
(33%,62%,54%)

RGB channels and saturation

R 84 of 255 = 33%
G 157 of 255 = 62%
B 137 of 255 = 54%

84
157
137

R + G + B ~ 50%. #549D89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 157 + 137 = 378 (100%)
R 84 of 378 ~ 22.22%
G 157 of 378 ~ 41.53%
B 137 of 378 ~ 36.24%

%22.22
%41.53
%36.24

CMYK color model

#549D89 color CMYK value is (46,0,13,38).

  • cyan value is 46.50%
  • magenta value is 0.00%
  • yellow value is 12.74%
  • key color value is 38.43%
CMYK:
(46,0,13,38)
C46M0Y13K38 
(46%,0%,13%,38%)
(0.46/0.00/0.13/0.38)	

CMYK percentages

%46.5
%0
%12.74
%38.43

Codes

Color #549D89 in popluar color models

549D89
RGB84157137
HSL164°30.29%47.25%
HSB/HSV164°46.50%61.57%
CMYK46.50%0.00%12.74%
38.43%

Color #549D89 in popluar number systems.

HEX549D89
Decimal84157137
Binary10101001001110110001001
Octal124235211

Shades and tints

Shades of #549D89

#549D89
(84,157,137)
#4D8F7D
(77,143,125)
#468171
(70,129,113)
#3F7365
(63,115,101)
#386559
(56,101,89)
#31574D
(49,87,77)
#2A4941
(42,73,65)
#233B35
(35,59,53)
#1C2D29
(28,45,41)
#151F1D
(21,31,29)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #549D89

#549D89
(84,157,137)
#63A593
(99,165,147)
#72AD9D
(114,173,157)
#81B5A7
(129,181,167)
#90BDB1
(144,189,177)
#9FC5BB
(159,197,187)
#AECDC5
(174,205,197)
#BDD5CF
(189,213,207)
#CCDDD9
(204,221,217)
#DBE5E3
(219,229,227)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #549D89 color. Also use rgb(84,157,137) instead hex code.

Text Font Color

.myTextColor { color: #549D89; }

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

This text font color is #549D89.


Background Color

.myBgColor { background-color: #549D89; }

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

This div background color is #549D89.


Border color

.myBorderColor { border: 1px solid #549D89; }

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

This div border color is #549D89.


Opacity

.myOpacity80 { color: #549D89; opacity: 0.8; }

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

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

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

This text has shadow with #549D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #549D89 on black background.


Color preview on white background

This text has color #549D89 on white background.



Black color preview on #549D89 background

This text has black color on #549D89 background.


White color preview on #549D89 background

This text has white color on #549D89 background.