COLOR #55AE3D

HEX: #55AE3D
RGB: (85,174,61)

Color info

#55AE3D contains mainly green color. Web safe color of #55AE3D is #669933 (or #693).

RGB color model

#55AE3D color RGB value is (85,174,61).

  • red value is 85;
  • green value is 174;
  • blue value is 61.
RGB:
(85,174,61)
(33%,68%,24%)

RGB channels and saturation

R 85 of 255 = 33%
G 174 of 255 = 68%
B 61 of 255 = 24%

85
174
61

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

Portions of RGB colors in percentages

R + G + B =
85 + 174 + 61 = 320 (100%)
R 85 of 320 ~ 26.56%
G 174 of 320 ~ 54.38%
B 61 of 320 ~ 19.06%

%26.56
%54.38
%19.06

CMYK color model

#55AE3D color CMYK value is (51,0,65,32).

  • cyan value is 51.15%
  • magenta value is 0.00%
  • yellow value is 64.94%
  • key color value is 31.76%
CMYK:
(51,0,65,32)
C51M0Y65K32 
(51%,0%,65%,32%)
(0.51/0.00/0.65/0.32)	

CMYK percentages

%51.15
%0
%64.94
%31.76

Codes

Color #55AE3D in popluar color models

55AE3D
RGB8517461
HSL107°48.09%46.08%
HSB/HSV107°64.94%68.24%
CMYK51.15%0.00%64.94%
31.76%

Color #55AE3D in popluar number systems.

HEX55AE3D
Decimal8517461
Binary101010110101110111101
Octal12525675

Shades and tints

Shades of #55AE3D

#55AE3D
(85,174,61)
#4E9F38
(78,159,56)
#479033
(71,144,51)
#40812E
(64,129,46)
#397229
(57,114,41)
#326324
(50,99,36)
#2B541F
(43,84,31)
#24451A
(36,69,26)
#1D3615
(29,54,21)
#162710
(22,39,16)
#0F180B
(15,24,11)
#000000
(0,0,0)

Tints of #55AE3D

#55AE3D
(85,174,61)
#64B54E
(100,181,78)
#73BC5F
(115,188,95)
#82C370
(130,195,112)
#91CA81
(145,202,129)
#A0D192
(160,209,146)
#AFD8A3
(175,216,163)
#BEDFB4
(190,223,180)
#CDE6C5
(205,230,197)
#DCEDD6
(220,237,214)
#EBF4E7
(235,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55AE3D color. Also use rgb(85,174,61) instead hex code.

Text Font Color

.myTextColor { color: #55AE3D; }

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

This text font color is #55AE3D.


Background Color

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

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

This div background color is #55AE3D.


Border color

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

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

This div border color is #55AE3D.


Opacity

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

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

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

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

This text has shadow with #55AE3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55AE3D on black background.


Color preview on white background

This text has color #55AE3D on white background.



Black color preview on #55AE3D background

This text has black color on #55AE3D background.


White color preview on #55AE3D background

This text has white color on #55AE3D background.