COLOR #549575

HEX: #549575
RGB: (84,149,117)

Color info

#549575 contains mainly green and blue colors. Web safe color of #549575 is #669966 (or #696).

RGB color model

#549575 color RGB value is (84,149,117).

  • red value is 84;
  • green value is 149;
  • blue value is 117.
RGB:
(84,149,117)
(33%,58%,46%)

RGB channels and saturation

R 84 of 255 = 33%
G 149 of 255 = 58%
B 117 of 255 = 46%

84
149
117

R + G + B ~ 46%. #549575 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 149 + 117 = 350 (100%)
R 84 of 350 ~ 24%
G 149 of 350 ~ 42.57%
B 117 of 350 ~ 33.43%

%24
%42.57
%33.43

CMYK color model

#549575 color CMYK value is (44,0,21,42).

  • cyan value is 43.62%
  • magenta value is 0.00%
  • yellow value is 21.48%
  • key color value is 41.57%
CMYK:
(44,0,21,42)
C44M0Y21K42 
(44%,0%,21%,42%)
(0.44/0.00/0.21/0.42)	

CMYK percentages

%43.62
%0
%21.48
%41.57

Codes

Color #549575 in popluar color models

549575
RGB84149117
HSL150°27.90%45.69%
HSB/HSV150°43.62%58.43%
CMYK43.62%0.00%21.48%
41.57%

Color #549575 in popluar number systems.

HEX549575
Decimal84149117
Binary1010100100101011110101
Octal124225165

Shades and tints

Shades of #549575

#549575
(84,149,117)
#4D886B
(77,136,107)
#467B61
(70,123,97)
#3F6E57
(63,110,87)
#38614D
(56,97,77)
#315443
(49,84,67)
#2A4739
(42,71,57)
#233A2F
(35,58,47)
#1C2D25
(28,45,37)
#15201B
(21,32,27)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #549575

#549575
(84,149,117)
#639E81
(99,158,129)
#72A78D
(114,167,141)
#81B099
(129,176,153)
#90B9A5
(144,185,165)
#9FC2B1
(159,194,177)
#AECBBD
(174,203,189)
#BDD4C9
(189,212,201)
#CCDDD5
(204,221,213)
#DBE6E1
(219,230,225)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #549575 color. Also use rgb(84,149,117) instead hex code.

Text Font Color

.myTextColor { color: #549575; }

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

This text font color is #549575.


Background Color

.myBgColor { background-color: #549575; }

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

This div background color is #549575.


Border color

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

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

This div border color is #549575.


Opacity

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

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

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

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

This text has shadow with #549575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #549575 on black background.


Color preview on white background

This text has color #549575 on white background.



Black color preview on #549575 background

This text has black color on #549575 background.


White color preview on #549575 background

This text has white color on #549575 background.