COLOR #55A871

HEX: #55A871
RGB: (85,168,113)

Color info

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

RGB color model

#55A871 color RGB value is (85,168,113).

  • red value is 85;
  • green value is 168;
  • blue value is 113.
RGB:
(85,168,113)
(33%,66%,44%)

RGB channels and saturation

R 85 of 255 = 33%
G 168 of 255 = 66%
B 113 of 255 = 44%

85
168
113

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

Portions of RGB colors in percentages

R + G + B =
85 + 168 + 113 = 366 (100%)
R 85 of 366 ~ 23.22%
G 168 of 366 ~ 45.9%
B 113 of 366 ~ 30.87%

%23.22
%45.9
%30.87

CMYK color model

#55A871 color CMYK value is (49,0,33,34).

  • cyan value is 49.40%
  • magenta value is 0.00%
  • yellow value is 32.74%
  • key color value is 34.12%
CMYK:
(49,0,33,34)
C49M0Y33K34 
(49%,0%,33%,34%)
(0.49/0.00/0.33/0.34)	

CMYK percentages

%49.4
%0
%32.74
%34.12

Codes

Color #55A871 in popluar color models

55A871
RGB85168113
HSL140°32.81%49.61%
HSB/HSV140°49.40%65.88%
CMYK49.40%0.00%32.74%
34.12%

Color #55A871 in popluar number systems.

HEX55A871
Decimal85168113
Binary1010101101010001110001
Octal125250161

Shades and tints

Shades of #55A871

#55A871
(85,168,113)
#4E9967
(78,153,103)
#478A5D
(71,138,93)
#407B53
(64,123,83)
#396C49
(57,108,73)
#325D3F
(50,93,63)
#2B4E35
(43,78,53)
#243F2B
(36,63,43)
#1D3021
(29,48,33)
#162117
(22,33,23)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #55A871

#55A871
(85,168,113)
#64AF7D
(100,175,125)
#73B689
(115,182,137)
#82BD95
(130,189,149)
#91C4A1
(145,196,161)
#A0CBAD
(160,203,173)
#AFD2B9
(175,210,185)
#BED9C5
(190,217,197)
#CDE0D1
(205,224,209)
#DCE7DD
(220,231,221)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55A871 color. Also use rgb(85,168,113) instead hex code.

Text Font Color

.myTextColor { color: #55A871; }

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

This text font color is #55A871.


Background Color

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

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

This div background color is #55A871.


Border color

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

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

This div border color is #55A871.


Opacity

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

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

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

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

This text has shadow with #55A871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55A871 on black background.


Color preview on white background

This text has color #55A871 on white background.



Black color preview on #55A871 background

This text has black color on #55A871 background.


White color preview on #55A871 background

This text has white color on #55A871 background.