COLOR #549679

HEX: #549679
RGB: (84,150,121)

Color info

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

RGB color model

#549679 color RGB value is (84,150,121).

  • red value is 84;
  • green value is 150;
  • blue value is 121.
RGB:
(84,150,121)
(33%,59%,47%)

RGB channels and saturation

R 84 of 255 = 33%
G 150 of 255 = 59%
B 121 of 255 = 47%

84
150
121

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

Portions of RGB colors in percentages

R + G + B =
84 + 150 + 121 = 355 (100%)
R 84 of 355 ~ 23.66%
G 150 of 355 ~ 42.25%
B 121 of 355 ~ 34.08%

%23.66
%42.25
%34.08

CMYK color model

#549679 color CMYK value is (44,0,19,41).

  • cyan value is 44.00%
  • magenta value is 0.00%
  • yellow value is 19.33%
  • key color value is 41.18%
CMYK:
(44,0,19,41)
C44M0Y19K41 
(44%,0%,19%,41%)
(0.44/0.00/0.19/0.41)	

CMYK percentages

%44
%0
%19.33
%41.18

Codes

Color #549679 in popluar color models

549679
RGB84150121
HSL154°28.21%45.88%
HSB/HSV154°44.00%58.82%
CMYK44.00%0.00%19.33%
41.18%

Color #549679 in popluar number systems.

HEX549679
Decimal84150121
Binary1010100100101101111001
Octal124226171

Shades and tints

Shades of #549679

#549679
(84,150,121)
#4D896E
(77,137,110)
#467C63
(70,124,99)
#3F6F58
(63,111,88)
#38624D
(56,98,77)
#315542
(49,85,66)
#2A4837
(42,72,55)
#233B2C
(35,59,44)
#1C2E21
(28,46,33)
#152116
(21,33,22)
#0E140B
(14,20,11)
#000000
(0,0,0)

Tints of #549679

#549679
(84,150,121)
#639F85
(99,159,133)
#72A891
(114,168,145)
#81B19D
(129,177,157)
#90BAA9
(144,186,169)
#9FC3B5
(159,195,181)
#AECCC1
(174,204,193)
#BDD5CD
(189,213,205)
#CCDED9
(204,222,217)
#DBE7E5
(219,231,229)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #549679 color. Also use rgb(84,150,121) instead hex code.

Text Font Color

.myTextColor { color: #549679; }

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

This text font color is #549679.


Background Color

.myBgColor { background-color: #549679; }

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

This div background color is #549679.


Border color

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

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

This div border color is #549679.


Opacity

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

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

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

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

This text has shadow with #549679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #549679 on black background.


Color preview on white background

This text has color #549679 on white background.



Black color preview on #549679 background

This text has black color on #549679 background.


White color preview on #549679 background

This text has white color on #549679 background.