COLOR #55944D

HEX: #55944D
RGB: (85,148,77)

Color info

#55944D contains mainly green color. Web safe color of #55944D is #669933 (or #693).

RGB color model

#55944D color RGB value is (85,148,77).

  • red value is 85;
  • green value is 148;
  • blue value is 77.
RGB:
(85,148,77)
(33%,58%,30%)

RGB channels and saturation

R 85 of 255 = 33%
G 148 of 255 = 58%
B 77 of 255 = 30%

85
148
77

R + G + B ~ 40%. #55944D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 148 + 77 = 310 (100%)
R 85 of 310 ~ 27.42%
G 148 of 310 ~ 47.74%
B 77 of 310 ~ 24.84%

%27.42
%47.74
%24.84

CMYK color model

#55944D color CMYK value is (43,0,48,42).

  • cyan value is 42.57%
  • magenta value is 0.00%
  • yellow value is 47.97%
  • key color value is 41.96%
CMYK:
(43,0,48,42)
C43M0Y48K42 
(43%,0%,48%,42%)
(0.43/0.00/0.48/0.42)	

CMYK percentages

%42.57
%0
%47.97
%41.96

Codes

Color #55944D in popluar color models

55944D
RGB8514877
HSL113°31.56%44.12%
HSB/HSV113°47.97%58.04%
CMYK42.57%0.00%47.97%
41.96%

Color #55944D in popluar number systems.

HEX55944D
Decimal8514877
Binary1010101100101001001101
Octal125224115

Shades and tints

Shades of #55944D

#55944D
(85,148,77)
#4E8746
(78,135,70)
#477A3F
(71,122,63)
#406D38
(64,109,56)
#396031
(57,96,49)
#32532A
(50,83,42)
#2B4623
(43,70,35)
#24391C
(36,57,28)
#1D2C15
(29,44,21)
#161F0E
(22,31,14)
#0F1207
(15,18,7)
#000000
(0,0,0)

Tints of #55944D

#55944D
(85,148,77)
#649D5D
(100,157,93)
#73A66D
(115,166,109)
#82AF7D
(130,175,125)
#91B88D
(145,184,141)
#A0C19D
(160,193,157)
#AFCAAD
(175,202,173)
#BED3BD
(190,211,189)
#CDDCCD
(205,220,205)
#DCE5DD
(220,229,221)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55944D color. Also use rgb(85,148,77) instead hex code.

Text Font Color

.myTextColor { color: #55944D; }

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

This text font color is #55944D.


Background Color

.myBgColor { background-color: #55944D; }

<div style="background-color:#55944D">Inner text</div>

This div background color is #55944D.


Border color

.myBorderColor { border: 1px solid #55944D; }

<div style="border:3px solid #55944D">Div</div>

This div border color is #55944D.


Opacity

.myOpacity80 { color: #55944D; opacity: 0.8; }

<p style="color:#55944D;opacity:0.8;">80%</p>

Text with #55944D 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 #55944D;}

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

This text has shadow with #55944D color.

.textShadow {text-shadow: 3px 3px 1px #55944D, 3px 3px 1px red;}

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

This text has shadow with #55944D primary color and red secondary color.


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

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

This text has shadow with #55944D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55944D on black background.


Color preview on white background

This text has color #55944D on white background.



Black color preview on #55944D background

This text has black color on #55944D background.


White color preview on #55944D background

This text has white color on #55944D background.