COLOR #55A94B

HEX: #55A94B
RGB: (85,169,75)

Color info

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

RGB color model

#55A94B color RGB value is (85,169,75).

  • red value is 85;
  • green value is 169;
  • blue value is 75.
RGB:
(85,169,75)
(33%,66%,29%)

RGB channels and saturation

R 85 of 255 = 33%
G 169 of 255 = 66%
B 75 of 255 = 29%

85
169
75

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

Portions of RGB colors in percentages

R + G + B =
85 + 169 + 75 = 329 (100%)
R 85 of 329 ~ 25.84%
G 169 of 329 ~ 51.37%
B 75 of 329 ~ 22.8%

%25.84
%51.37
%22.8

CMYK color model

#55A94B color CMYK value is (50,0,56,34).

  • cyan value is 49.70%
  • magenta value is 0.00%
  • yellow value is 55.62%
  • key color value is 33.73%
CMYK:
(50,0,56,34)
C50M0Y56K34 
(50%,0%,56%,34%)
(0.50/0.00/0.56/0.34)	

CMYK percentages

%49.7
%0
%55.62
%33.73

Codes

Color #55A94B in popluar color models

55A94B
RGB8516975
HSL114°38.52%47.84%
HSB/HSV114°55.62%66.27%
CMYK49.70%0.00%55.62%
33.73%

Color #55A94B in popluar number systems.

HEX55A94B
Decimal8516975
Binary1010101101010011001011
Octal125251113

Shades and tints

Shades of #55A94B

#55A94B
(85,169,75)
#4E9A45
(78,154,69)
#478B3F
(71,139,63)
#407C39
(64,124,57)
#396D33
(57,109,51)
#325E2D
(50,94,45)
#2B4F27
(43,79,39)
#244021
(36,64,33)
#1D311B
(29,49,27)
#162215
(22,34,21)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #55A94B

#55A94B
(85,169,75)
#64B05B
(100,176,91)
#73B76B
(115,183,107)
#82BE7B
(130,190,123)
#91C58B
(145,197,139)
#A0CC9B
(160,204,155)
#AFD3AB
(175,211,171)
#BEDABB
(190,218,187)
#CDE1CB
(205,225,203)
#DCE8DB
(220,232,219)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55A94B color. Also use rgb(85,169,75) instead hex code.

Text Font Color

.myTextColor { color: #55A94B; }

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

This text font color is #55A94B.


Background Color

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

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

This div background color is #55A94B.


Border color

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

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

This div border color is #55A94B.


Opacity

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

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

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

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

This text has shadow with #55A94B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55A94B on black background.


Color preview on white background

This text has color #55A94B on white background.



Black color preview on #55A94B background

This text has black color on #55A94B background.


White color preview on #55A94B background

This text has white color on #55A94B background.