COLOR #55B077

HEX: #55B077
RGB: (85,176,119)

Color info

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

RGB color model

#55B077 color RGB value is (85,176,119).

  • red value is 85;
  • green value is 176;
  • blue value is 119.
RGB:
(85,176,119)
(33%,69%,47%)

RGB channels and saturation

R 85 of 255 = 33%
G 176 of 255 = 69%
B 119 of 255 = 47%

85
176
119

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

Portions of RGB colors in percentages

R + G + B =
85 + 176 + 119 = 380 (100%)
R 85 of 380 ~ 22.37%
G 176 of 380 ~ 46.32%
B 119 of 380 ~ 31.32%

%22.37
%46.32
%31.32

CMYK color model

#55B077 color CMYK value is (52,0,32,31).

  • cyan value is 51.70%
  • magenta value is 0.00%
  • yellow value is 32.39%
  • key color value is 30.98%
CMYK:
(52,0,32,31)
C52M0Y32K31 
(52%,0%,32%,31%)
(0.52/0.00/0.32/0.31)	

CMYK percentages

%51.7
%0
%32.39
%30.98

Codes

Color #55B077 in popluar color models

55B077
RGB85176119
HSL142°36.55%51.18%
HSB/HSV142°51.70%69.02%
CMYK51.70%0.00%32.39%
30.98%

Color #55B077 in popluar number systems.

HEX55B077
Decimal85176119
Binary1010101101100001110111
Octal125260167

Shades and tints

Shades of #55B077

#55B077
(85,176,119)
#4EA06D
(78,160,109)
#479063
(71,144,99)
#408059
(64,128,89)
#39704F
(57,112,79)
#326045
(50,96,69)
#2B503B
(43,80,59)
#244031
(36,64,49)
#1D3027
(29,48,39)
#16201D
(22,32,29)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #55B077

#55B077
(85,176,119)
#64B783
(100,183,131)
#73BE8F
(115,190,143)
#82C59B
(130,197,155)
#91CCA7
(145,204,167)
#A0D3B3
(160,211,179)
#AFDABF
(175,218,191)
#BEE1CB
(190,225,203)
#CDE8D7
(205,232,215)
#DCEFE3
(220,239,227)
#EBF6EF
(235,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55B077; }

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

This text font color is #55B077.


Background Color

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

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

This div background color is #55B077.


Border color

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

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

This div border color is #55B077.


Opacity

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

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

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

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

This text has shadow with #55B077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55B077 on black background.


Color preview on white background

This text has color #55B077 on white background.



Black color preview on #55B077 background

This text has black color on #55B077 background.


White color preview on #55B077 background

This text has white color on #55B077 background.