COLOR #55A85D

HEX: #55A85D RGB: (85,168,93)

Color info

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

RGB color model

#55A85D color RGB value is (85,168,93).

RGB: (85,168,93) (33%, 66%, 36%)

RGB channels and saturation

R 85 of 255 = 33%
G 168 of 255 = 66%
B 93 of 255 = 36%

85
168
93

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

Portions of RGB colors in percentages

R + G + B = 85 + 168 + 93 = 346 (100%)
R 85 of 346 ~ 24.57%
G 168 of 346 ~ 48.55%
B 93 of 346 ~ 26.88'%

%24.57
%48.55
%26.88

CMYK color model

#55A85D color CMYK value is (49,0,45,34).

  • cyan value is 49.40%
  • magenta value is 0.00%
  • yellow value is 44.64%
  • key color value is 34.12%

CMYK: (49,0,45,34)
C49M0Y45K34 (49%, 0%, 45%, 34%)
(0.49 / 0.00 / 0.45 / 0.34)

CMYK percentages

%49.4
%0
%44.64
%34.12

Codes

Color #55A85D in popluar color models

55 A8 5D
RGB 85 168 93
HSL 126° 32.81% 49.61%
HSB/HSV 126° 49.40% 65.88%
CMYK 49.40% 0.00% 44.64%
34.12%

Color #55A85D in popluar number systems.

HEX 55 A8 5D
Decimal 85 168 93
Binary 1010101 10101000 1011101
Octal 125 250 135

Shades and tints

Shades of #55A85D

#55A85D
(85,168,93)
#4E9955
(78,153,85)
#478A4D
(71,138,77)
#407B45
(64,123,69)
#396C3D
(57,108,61)
#325D35
(50,93,53)
#2B4E2D
(43,78,45)
#243F25
(36,63,37)
#1D301D
(29,48,29)
#162115
(22,33,21)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #55A85D

#55A85D
(85,168,93)
#64AF6B
(100,175,107)
#73B679
(115,182,121)
#82BD87
(130,189,135)
#91C495
(145,196,149)
#A0CBA3
(160,203,163)
#AFD2B1
(175,210,177)
#BED9BF
(190,217,191)
#CDE0CD
(205,224,205)
#DCE7DB
(220,231,219)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55A85D; }

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

This text font color is #55A85D.

Background Color

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

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

This div background color is #55A85D.

Border color

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

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

This div border color is #55A85D.

Opacity

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

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

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

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

This text has shadow with #55A85D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55A85D.

Preview

Color preview on black background

This text has color #55A85D on black background.


Color preview on white background

This text has color #55A85D on white background.


Black color preview on #55A85D background

This text has black color on #55A85D background.


White color preview on #55A85D background

This text has white color on #55A85D background.


Related colors

Complementary color

Complementary color for #hex is #AA57A2.


I love getcolorcode.com

Triadic colors

1 #5D55A8 and #A85D55 with #55A85D are triadic colors.

2 #5DA855 and #A8555D with #55A85D are triadic colors.