COLOR #55B477

HEX: #55B477 RGB: (85,180,119)

Color info

#55B477 contains mainly green color. Web safe color of #55B477 is #66CC66 (or #6C6).

RGB color model

#55B477 color RGB value is (85,180,119).

RGB: (85,180,119) (33%, 71%, 47%)

RGB channels and saturation

R 85 of 255 = 33%
G 180 of 255 = 71%
B 119 of 255 = 47%

85
180
119

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

Portions of RGB colors in percentages

R + G + B = 85 + 180 + 119 = 384 (100%)
R 85 of 384 ~ 22.14%
G 180 of 384 ~ 46.88%
B 119 of 384 ~ 30.99'%

%22.14
%46.88
%30.99

CMYK color model

#55B477 color CMYK value is (53,0,34,29).

  • cyan value is 52.78%
  • magenta value is 0.00%
  • yellow value is 33.89%
  • key color value is 29.41%

CMYK: (53,0,34,29)
C53M0Y34K29 (53%, 0%, 34%, 29%)
(0.53 / 0.00 / 0.34 / 0.29)

CMYK percentages

%52.78
%0
%33.89
%29.41

Codes

Color #55B477 in popluar color models

55 B4 77
RGB 85 180 119
HSL 141° 38.78% 51.96%
HSB/HSV 141° 52.78% 70.59%
CMYK 52.78% 0.00% 33.89%
29.41%

Color #55B477 in popluar number systems.

HEX 55 B4 77
Decimal 85 180 119
Binary 1010101 10110100 1110111
Octal 125 264 167

Shades and tints

Shades of #55B477

#55B477
(85,180,119)
#4EA46D
(78,164,109)
#479463
(71,148,99)
#408459
(64,132,89)
#39744F
(57,116,79)
#326445
(50,100,69)
#2B543B
(43,84,59)
#244431
(36,68,49)
#1D3427
(29,52,39)
#16241D
(22,36,29)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #55B477

#55B477
(85,180,119)
#64BA83
(100,186,131)
#73C08F
(115,192,143)
#82C69B
(130,198,155)
#91CCA7
(145,204,167)
#A0D2B3
(160,210,179)
#AFD8BF
(175,216,191)
#BEDECB
(190,222,203)
#CDE4D7
(205,228,215)
#DCEAE3
(220,234,227)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55B477 color. Also use rgb(85,180,119) instead hex code.

Text Font Color

.myTextColor { color: #55B477; }

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

This text font color is #55B477.

Background Color

.myBgColor { background-color: #55B477; }

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

This div background color is #55B477.

Border color

.myBorderColor { border: 1px solid #55B477; }

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

This div border color is #55B477.

Opacity

.myOpacity80 { color: #55B477; opacity: 0.8; }

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

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

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

This text has shadow with #55B477 color.


.textShadow {text-shadow: 3px 3px 1px #55B477', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55B477; -webkit-box-shadow: 1px 1px 3px 2px #55B477; box-shadow:1px 1px 3px 2px #55B477;">
Div content here
</div>

This div box has shadow with color #55B477.

Preview

Color preview on black background

This text has color #55B477 on black background.


Color preview on white background

This text has color #55B477 on white background.


Black color preview on #55B477 background

This text has black color on #55B477 background.


White color preview on #55B477 background

This text has white color on #55B477 background.


Related colors

Complementary color

Complementary color for #hex is #AA4B88.


I love getcolorcode.com

Triadic colors

1 #7755B4 and #B47755 with #55B477 are triadic colors.

2 #77B455 and #B45577 with #55B477 are triadic colors.