COLOR #55906F

HEX: #55906F
RGB: (85,144,111)

Color info

#55906F contains red, green and blue colors in about the same proportion. Web safe color of #55906F is #669966 (or #696).

RGB color model

#55906F color RGB value is (85,144,111).

  • red value is 85;
  • green value is 144;
  • blue value is 111.
RGB:
(85,144,111)
(33%,56%,44%)

RGB channels and saturation

R 85 of 255 = 33%
G 144 of 255 = 56%
B 111 of 255 = 44%

85
144
111

R + G + B ~ 44%. #55906F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 144 + 111 = 340 (100%)
R 85 of 340 ~ 25%
G 144 of 340 ~ 42.35%
B 111 of 340 ~ 32.65%

%25
%42.35
%32.65

CMYK color model

#55906F color CMYK value is (41,0,23,44).

  • cyan value is 40.97%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 43.53%
CMYK:
(41,0,23,44)
C41M0Y23K44 
(41%,0%,23%,44%)
(0.41/0.00/0.23/0.44)	

CMYK percentages

%40.97
%0
%22.92
%43.53

Codes

Color #55906F in popluar color models

55906F
RGB85144111
HSL146°25.76%44.90%
HSB/HSV146°40.97%56.47%
CMYK40.97%0.00%22.92%
43.53%

Color #55906F in popluar number systems.

HEX55906F
Decimal85144111
Binary1010101100100001101111
Octal125220157

Shades and tints

Shades of #55906F

#55906F
(85,144,111)
#4E8365
(78,131,101)
#47765B
(71,118,91)
#406951
(64,105,81)
#395C47
(57,92,71)
#324F3D
(50,79,61)
#2B4233
(43,66,51)
#243529
(36,53,41)
#1D281F
(29,40,31)
#161B15
(22,27,21)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #55906F

#55906F
(85,144,111)
#649A7C
(100,154,124)
#73A489
(115,164,137)
#82AE96
(130,174,150)
#91B8A3
(145,184,163)
#A0C2B0
(160,194,176)
#AFCCBD
(175,204,189)
#BED6CA
(190,214,202)
#CDE0D7
(205,224,215)
#DCEAE4
(220,234,228)
#EBF4F1
(235,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55906F color. Also use rgb(85,144,111) instead hex code.

Text Font Color

.myTextColor { color: #55906F; }

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

This text font color is #55906F.


Background Color

.myBgColor { background-color: #55906F; }

<div style="background-color:#55906F">Inner text</div>

This div background color is #55906F.


Border color

.myBorderColor { border: 1px solid #55906F; }

<div style="border:3px solid #55906F">Div</div>

This div border color is #55906F.


Opacity

.myOpacity80 { color: #55906F; opacity: 0.8; }

<p style="color:#55906F;opacity:0.8;">80%</p>

Text with #55906F 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 #55906F;}

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

This text has shadow with #55906F color.

.textShadow {text-shadow: 3px 3px 1px #55906F, 3px 3px 1px red;}

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

This text has shadow with #55906F primary color and red secondary color.


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

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

This text has shadow with #55906F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55906F on black background.


Color preview on white background

This text has color #55906F on white background.



Black color preview on #55906F background

This text has black color on #55906F background.


White color preview on #55906F background

This text has white color on #55906F background.