COLOR #549555

HEX: #549555
RGB: (84,149,85)

Color info

#549555 contains mainly green color. Web safe color of #549555 is #669966 (or #696).

RGB color model

#549555 color RGB value is (84,149,85).

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

RGB channels and saturation

R 84 of 255 = 33%
G 149 of 255 = 58%
B 85 of 255 = 33%

84
149
85

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

Portions of RGB colors in percentages

R + G + B =
84 + 149 + 85 = 318 (100%)
R 84 of 318 ~ 26.42%
G 149 of 318 ~ 46.86%
B 85 of 318 ~ 26.73%

%26.42
%46.86
%26.73

CMYK color model

#549555 color CMYK value is (44,0,43,42).

  • cyan value is 43.62%
  • magenta value is 0.00%
  • yellow value is 42.95%
  • key color value is 41.57%
CMYK:
(44,0,43,42)
C44M0Y43K42 
(44%,0%,43%,42%)
(0.44/0.00/0.43/0.42)	

CMYK percentages

%43.62
%0
%42.95
%41.57

Codes

Color #549555 in popluar color models

549555
RGB8414985
HSL121°27.90%45.69%
HSB/HSV121°43.62%58.43%
CMYK43.62%0.00%42.95%
41.57%

Color #549555 in popluar number systems.

HEX549555
Decimal8414985
Binary1010100100101011010101
Octal124225125

Shades and tints

Shades of #549555

#549555
(84,149,85)
#4D884E
(77,136,78)
#467B47
(70,123,71)
#3F6E40
(63,110,64)
#386139
(56,97,57)
#315432
(49,84,50)
#2A472B
(42,71,43)
#233A24
(35,58,36)
#1C2D1D
(28,45,29)
#152016
(21,32,22)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #549555

#549555
(84,149,85)
#639E64
(99,158,100)
#72A773
(114,167,115)
#81B082
(129,176,130)
#90B991
(144,185,145)
#9FC2A0
(159,194,160)
#AECBAF
(174,203,175)
#BDD4BE
(189,212,190)
#CCDDCD
(204,221,205)
#DBE6DC
(219,230,220)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #549555; }

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

This text font color is #549555.


Background Color

.myBgColor { background-color: #549555; }

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

This div background color is #549555.


Border color

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

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

This div border color is #549555.


Opacity

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

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

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

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

This text has shadow with #549555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #549555 on black background.


Color preview on white background

This text has color #549555 on white background.



Black color preview on #549555 background

This text has black color on #549555 background.


White color preview on #549555 background

This text has white color on #549555 background.