COLOR #55A365

HEX: #55A365
RGB: (85,163,101)

Color info

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

RGB color model

#55A365 color RGB value is (85,163,101).

  • red value is 85;
  • green value is 163;
  • blue value is 101.
RGB:
(85,163,101)
(33%,64%,40%)

RGB channels and saturation

R 85 of 255 = 33%
G 163 of 255 = 64%
B 101 of 255 = 40%

85
163
101

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

Portions of RGB colors in percentages

R + G + B =
85 + 163 + 101 = 349 (100%)
R 85 of 349 ~ 24.36%
G 163 of 349 ~ 46.7%
B 101 of 349 ~ 28.94%

%24.36
%46.7
%28.94

CMYK color model

#55A365 color CMYK value is (48,0,38,36).

  • cyan value is 47.85%
  • magenta value is 0.00%
  • yellow value is 38.04%
  • key color value is 36.08%
CMYK:
(48,0,38,36)
C48M0Y38K36 
(48%,0%,38%,36%)
(0.48/0.00/0.38/0.36)	

CMYK percentages

%47.85
%0
%38.04
%36.08

Codes

Color #55A365 in popluar color models

55A365
RGB85163101
HSL132°31.45%48.63%
HSB/HSV132°47.85%63.92%
CMYK47.85%0.00%38.04%
36.08%

Color #55A365 in popluar number systems.

HEX55A365
Decimal85163101
Binary1010101101000111100101
Octal125243145

Shades and tints

Shades of #55A365

#55A365
(85,163,101)
#4E955C
(78,149,92)
#478753
(71,135,83)
#40794A
(64,121,74)
#396B41
(57,107,65)
#325D38
(50,93,56)
#2B4F2F
(43,79,47)
#244126
(36,65,38)
#1D331D
(29,51,29)
#162514
(22,37,20)
#0F170B
(15,23,11)
#000000
(0,0,0)

Tints of #55A365

#55A365
(85,163,101)
#64AB73
(100,171,115)
#73B381
(115,179,129)
#82BB8F
(130,187,143)
#91C39D
(145,195,157)
#A0CBAB
(160,203,171)
#AFD3B9
(175,211,185)
#BEDBC7
(190,219,199)
#CDE3D5
(205,227,213)
#DCEBE3
(220,235,227)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55A365 color. Also use rgb(85,163,101) instead hex code.

Text Font Color

.myTextColor { color: #55A365; }

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

This text font color is #55A365.


Background Color

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

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

This div background color is #55A365.


Border color

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

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

This div border color is #55A365.


Opacity

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

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

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

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

This text has shadow with #55A365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55A365 on black background.


Color preview on white background

This text has color #55A365 on white background.



Black color preview on #55A365 background

This text has black color on #55A365 background.


White color preview on #55A365 background

This text has white color on #55A365 background.