COLOR #55A57C

HEX: #55A57C
RGB: (85,165,124)

Color info

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

RGB color model

#55A57C color RGB value is (85,165,124).

  • red value is 85;
  • green value is 165;
  • blue value is 124.
RGB:
(85,165,124)
(33%,65%,49%)

RGB channels and saturation

R 85 of 255 = 33%
G 165 of 255 = 65%
B 124 of 255 = 49%

85
165
124

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

Portions of RGB colors in percentages

R + G + B =
85 + 165 + 124 = 374 (100%)
R 85 of 374 ~ 22.73%
G 165 of 374 ~ 44.12%
B 124 of 374 ~ 33.16%

%22.73
%44.12
%33.16

CMYK color model

#55A57C color CMYK value is (48,0,25,35).

  • cyan value is 48.48%
  • magenta value is 0.00%
  • yellow value is 24.85%
  • key color value is 35.29%
CMYK:
(48,0,25,35)
C48M0Y25K35 
(48%,0%,25%,35%)
(0.48/0.00/0.25/0.35)	

CMYK percentages

%48.48
%0
%24.85
%35.29

Codes

Color #55A57C in popluar color models

55A57C
RGB85165124
HSL149°32.00%49.02%
HSB/HSV149°48.48%64.71%
CMYK48.48%0.00%24.85%
35.29%

Color #55A57C in popluar number systems.

HEX55A57C
Decimal85165124
Binary1010101101001011111100
Octal125245174

Shades and tints

Shades of #55A57C

#55A57C
(85,165,124)
#4E9671
(78,150,113)
#478766
(71,135,102)
#40785B
(64,120,91)
#396950
(57,105,80)
#325A45
(50,90,69)
#2B4B3A
(43,75,58)
#243C2F
(36,60,47)
#1D2D24
(29,45,36)
#161E19
(22,30,25)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #55A57C

#55A57C
(85,165,124)
#64AD87
(100,173,135)
#73B592
(115,181,146)
#82BD9D
(130,189,157)
#91C5A8
(145,197,168)
#A0CDB3
(160,205,179)
#AFD5BE
(175,213,190)
#BEDDC9
(190,221,201)
#CDE5D4
(205,229,212)
#DCEDDF
(220,237,223)
#EBF5EA
(235,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55A57C color. Also use rgb(85,165,124) instead hex code.

Text Font Color

.myTextColor { color: #55A57C; }

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

This text font color is #55A57C.


Background Color

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

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

This div background color is #55A57C.


Border color

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

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

This div border color is #55A57C.


Opacity

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

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

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

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

This text has shadow with #55A57C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55A57C on black background.


Color preview on white background

This text has color #55A57C on white background.



Black color preview on #55A57C background

This text has black color on #55A57C background.


White color preview on #55A57C background

This text has white color on #55A57C background.