COLOR #55906E

HEX: #55906E
RGB: (85,144,110)

Color info

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

RGB color model

#55906E color RGB value is (85,144,110).

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

RGB channels and saturation

R 85 of 255 = 33%
G 144 of 255 = 56%
B 110 of 255 = 43%

85
144
110

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

Portions of RGB colors in percentages

R + G + B =
85 + 144 + 110 = 339 (100%)
R 85 of 339 ~ 25.07%
G 144 of 339 ~ 42.48%
B 110 of 339 ~ 32.45%

%25.07
%42.48
%32.45

CMYK color model

#55906E color CMYK value is (41,0,24,44).

  • cyan value is 40.97%
  • magenta value is 0.00%
  • yellow value is 23.61%
  • key color value is 43.53%
CMYK:
(41,0,24,44)
C41M0Y24K44 
(41%,0%,24%,44%)
(0.41/0.00/0.24/0.44)	

CMYK percentages

%40.97
%0
%23.61
%43.53

Codes

Color #55906E in popluar color models

55906E
RGB85144110
HSL145°25.76%44.90%
HSB/HSV145°40.97%56.47%
CMYK40.97%0.00%23.61%
43.53%

Color #55906E in popluar number systems.

HEX55906E
Decimal85144110
Binary1010101100100001101110
Octal125220156

Shades and tints

Shades of #55906E

#55906E
(85,144,110)
#4E8364
(78,131,100)
#47765A
(71,118,90)
#406950
(64,105,80)
#395C46
(57,92,70)
#324F3C
(50,79,60)
#2B4232
(43,66,50)
#243528
(36,53,40)
#1D281E
(29,40,30)
#161B14
(22,27,20)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #55906E

#55906E
(85,144,110)
#649A7B
(100,154,123)
#73A488
(115,164,136)
#82AE95
(130,174,149)
#91B8A2
(145,184,162)
#A0C2AF
(160,194,175)
#AFCCBC
(175,204,188)
#BED6C9
(190,214,201)
#CDE0D6
(205,224,214)
#DCEAE3
(220,234,227)
#EBF4F0
(235,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55906E; }

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

This text font color is #55906E.


Background Color

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

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

This div background color is #55906E.


Border color

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

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

This div border color is #55906E.


Opacity

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

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

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

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

This text has shadow with #55906E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55906E on black background.


Color preview on white background

This text has color #55906E on white background.



Black color preview on #55906E background

This text has black color on #55906E background.


White color preview on #55906E background

This text has white color on #55906E background.